diff options
author | Vitaly Takmazov | 2018-11-01 20:45:54 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-01 20:45:54 +0300 |
commit | ebee043d87d1ceae6ebe7cad8225c96470762c1e (patch) | |
tree | 813846d239bf0444d112afce6f281e94b4be1066 /Juick/Supporting Files/Local.xcconfig | |
parent | 9a0a039c5df78526bba67f6bef93e431cf94430a (diff) |
Local and Production Debug configurations
Diffstat (limited to 'Juick/Supporting Files/Local.xcconfig')
-rw-r--r-- | Juick/Supporting Files/Local.xcconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Juick/Supporting Files/Local.xcconfig b/Juick/Supporting Files/Local.xcconfig new file mode 100644 index 0000000..d3b0acc --- /dev/null +++ b/Juick/Supporting Files/Local.xcconfig @@ -0,0 +1,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 |