blob: a57b0ad7917b9399cf02f91d22ce993924f57dce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Production.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 = https:/$()/api.juick.com
|