Skip to content

Commit a3c176f

Browse files
committedMay 4, 2020
Update BASE_URL build setting
1 parent e8d46d3 commit a3c176f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎ios-base.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
buildSettings = {
10441044
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
10451045
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1046-
BASE_URL = "https://rails5-api-base.herokuapp.com/api/v1";
1046+
BASE_URL = "https://ios-bases-api.herokuapp.com/api/v1";
10471047
BUNDLE_DOMAIN = com.rootstrap;
10481048
CLANG_ENABLE_MODULES = YES;
10491049
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1072,7 +1072,7 @@
10721072
buildSettings = {
10731073
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
10741074
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1075-
BASE_URL = "https://rails5-api-base.herokuapp.com/api/v1";
1075+
BASE_URL = "https://ios-bases-api.herokuapp.com/api/v1";
10761076
BUNDLE_DOMAIN = com.rootstrap;
10771077
CLANG_ENABLE_MODULES = YES;
10781078
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1246,7 +1246,7 @@
12461246
buildSettings = {
12471247
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
12481248
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1249-
BASE_URL = "https://rails5-api-base.herokuapp.com/api/v1";
1249+
BASE_URL = "https://ios-bases-api.herokuapp.com/api/v1";
12501250
BUNDLE_DOMAIN = com.rootstrap;
12511251
CLANG_ENABLE_MODULES = YES;
12521252
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";

0 commit comments

Comments
 (0)