From c846c59ed6431ec07a7d7c953b6196a0e14f855e Mon Sep 17 00:00:00 2001 From: Horcrux Date: Sun, 24 Jul 2016 12:12:32 +0800 Subject: [PATCH] change example bundle id --- .../ios/SvgExample.xcodeproj/project.pbxproj | 2 ++ Example/ios/SvgExample/Info.plist | 17 ++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Example/ios/SvgExample.xcodeproj/project.pbxproj b/Example/ios/SvgExample.xcodeproj/project.pbxproj index 60e800e5..ba2b9236 100644 --- a/Example/ios/SvgExample.xcodeproj/project.pbxproj +++ b/Example/ios/SvgExample.xcodeproj/project.pbxproj @@ -561,6 +561,7 @@ "-ObjC", "-lc++", ); + PRODUCT_BUNDLE_IDENTIFIER = cn.horcrux.RNSvgExample; PRODUCT_NAME = SvgExample; }; name = Debug; @@ -580,6 +581,7 @@ "-ObjC", "-lc++", ); + PRODUCT_BUNDLE_IDENTIFIER = cn.horcrux.RNSvgExample; PRODUCT_NAME = SvgExample; }; name = Release; diff --git a/Example/ios/SvgExample/Info.plist b/Example/ios/SvgExample/Info.plist index 91963b26..682480a6 100644 --- a/Example/ios/SvgExample/Info.plist +++ b/Example/ios/SvgExample/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -22,6 +22,13 @@ 1 LSRequiresIPhoneOS + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSLocationWhenInUseUsageDescription + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -36,13 +43,5 @@ UIViewControllerBasedStatusBarAppearance - NSLocationWhenInUseUsageDescription - - NSAppTransportSecurity - - - NSAllowsArbitraryLoads - -