diff --git a/ios/Timepill.xcodeproj/project.pbxproj b/ios/Timepill.xcodeproj/project.pbxproj
index b8be9ae..21f5a66 100644
--- a/ios/Timepill.xcodeproj/project.pbxproj
+++ b/ios/Timepill.xcodeproj/project.pbxproj
@@ -941,8 +941,12 @@
TargetAttributes = {
00E356ED1AD99517003FC87E = {
CreatedOnToolsVersion = 6.2;
+ DevelopmentTeam = 96T8KJDKQ3;
TestTargetID = 13B07F861A680F5B00A75B9A;
};
+ 13B07F861A680F5B00A75B9A = {
+ DevelopmentTeam = 96T8KJDKQ3;
+ };
2D02E47A1E0B4A5D006451C7 = {
CreatedOnToolsVersion = 8.2.1;
ProvisioningStyle = Automatic;
@@ -1522,6 +1526,7 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
+ DEVELOPMENT_TEAM = 96T8KJDKQ3;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
@@ -1564,6 +1569,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
+ DEVELOPMENT_TEAM = 96T8KJDKQ3;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
@@ -1603,6 +1609,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
+ DEVELOPMENT_TEAM = 96T8KJDKQ3;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../node_modules/react-native-navigation/ios",
"$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
@@ -1619,7 +1626,7 @@
"-ObjC",
"-lc++",
);
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
+ PRODUCT_BUNDLE_IDENTIFIER = "net.timepill.diary-app";
PRODUCT_NAME = Timepill;
VERSIONING_SYSTEM = "apple-generic";
};
@@ -1630,6 +1637,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = 96T8KJDKQ3;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../node_modules/react-native-navigation/ios",
"$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
@@ -1646,7 +1654,7 @@
"-ObjC",
"-lc++",
);
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
+ PRODUCT_BUNDLE_IDENTIFIER = "net.timepill.diary-app";
PRODUCT_NAME = Timepill;
VERSIONING_SYSTEM = "apple-generic";
};
diff --git a/ios/Timepill/Info.plist b/ios/Timepill/Info.plist
index f2e8b13..6066095 100644
--- a/ios/Timepill/Info.plist
+++ b/ios/Timepill/Info.plist
@@ -2,14 +2,10 @@
- NSCameraUsageDescription
-
- NSPhotoLibraryUsageDescription
-
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- Timepill
+ 胶囊日记
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
@@ -28,22 +24,6 @@
1
LSRequiresIPhoneOS
- NSLocationWhenInUseUsageDescription
-
- UILaunchStoryboardName
- LaunchScreen
- UIRequiredDeviceCapabilities
-
- armv7
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UIViewControllerBasedStatusBarAppearance
-
NSAppTransportSecurity
NSAllowsArbitraryLoads
@@ -57,6 +37,12 @@
+ NSCameraUsageDescription
+
+ NSLocationWhenInUseUsageDescription
+
+ NSPhotoLibraryUsageDescription
+
UIAppFonts
Entypo.ttf
@@ -71,5 +57,19 @@
Octicons.ttf
Zocial.ttf
+ UILaunchStoryboardName
+ LaunchScreen
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UIStatusBarStyle
+ UIStatusBarStyleLightContent
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+
+ UIViewControllerBasedStatusBarAppearance
+
diff --git a/ios/Timepill/Timepill.entitlements b/ios/Timepill/Timepill.entitlements
new file mode 100644
index 0000000..903def2
--- /dev/null
+++ b/ios/Timepill/Timepill.entitlements
@@ -0,0 +1,8 @@
+
+
+
+
+ aps-environment
+ development
+
+