blob: d3b0acc7450e1e9a735cab9ae9099e3c49d197fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// localhost.xcconfig
// Juick
//
// Created by Vitaly Takmazov on 01/11/2018.
// Copyright © 2018 com.juick. All rights reserved.
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
API_BASE_URL = http:/$()/localhost:8080/api
|