Revert bundle identifier location according to Xcode build plugin

This commit is contained in:
Robert Benedikt
2019-01-30 11:30:39 +01:00
parent 954a5672f3
commit 27051bedb6
2 changed files with 9 additions and 7 deletions
@@ -2345,7 +2345,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_SWIFT_FLAGS = "-D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.sap.sailing.ios.SAPTracker;
PRODUCT_BUNDLE_IDENTIFIER = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2373,7 +2373,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.sap.sailing.ios.SAPTracker;
PRODUCT_BUNDLE_IDENTIFIER = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2389,6 +2389,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
DEVELOPMENT_TEAM = "";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
@@ -2410,6 +2411,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Distribution";
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = SAPTrackerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.sap.sailing.ios.$(PRODUCT_NAME:rfc1034identifier)";
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>com.sap.sailing.ios.SAPTracker</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -48,10 +48,6 @@
</dict>
<key>NSLocationAlwaysUsageDescription</key>
<string></string>
<key>branch_app_domain</key>
<string>sailinsight-app.sapsailing.com</string>
<key>branch_key</key>
<string>key_live_ges90RzIjjgM0vg8wbTtYcdmtCeYJMAZ</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
@@ -78,5 +74,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>branch_app_domain</key>
<string>sailinsight-app.sapsailing.com</string>
<key>branch_key</key>
<string>key_live_ges90RzIjjgM0vg8wbTtYcdmtCeYJMAZ</string>
</dict>
</plist>