iOS 版本号升级

This commit is contained in:
mx1700 2019-08-04 23:02:25 +08:00
parent cc477f7a2c
commit 205f19592f
6 changed files with 14 additions and 5 deletions
ios
Timepill.xcodeproj
project.pbxproj
xcshareddata/xcschemes
Timepill
package-lock.jsonpackage.json

View file

@ -497,6 +497,7 @@
5A9A3F91EEC9C9970CE72D43 /* Pods-TimepillTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TimepillTests.release.xcconfig"; path = "Target Support Files/Pods-TimepillTests/Pods-TimepillTests.release.xcconfig"; sourceTree = "<group>"; };
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
62865F98E711415DBA4DAFF9 /* libRCTXGPushModule.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTXGPushModule.a; sourceTree = "<group>"; };
692AC7FE22F71BE3000A150F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
693ABB6B22D0925E0044FDF8 /* Timepill.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Timepill.entitlements; path = Timepill/Timepill.entitlements; sourceTree = "<group>"; };
693ABBB622D093C20044FDF8 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
693ABBB822D093CE0044FDF8 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
@ -1101,6 +1102,7 @@
English,
en,
Base,
"zh-Hans",
);
mainGroup = 83CBB9F61A601CBA00E9B192;
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
@ -1771,6 +1773,7 @@
isa = PBXVariantGroup;
children = (
13B07FB21A68108700A75B9A /* Base */,
692AC7FE22F71BE3000A150F /* zh-Hans */,
);
name = LaunchScreen.xib;
path = Timepill;

View file

@ -83,6 +83,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "zh-Hans"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"

View file

@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>zh_CN</string>
<key>CFBundleDisplayName</key>
@ -21,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>30</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View file

@ -0,0 +1,3 @@
/* Class = "UILabel"; text = "凌晨零点 集体失忆"; ObjectID = "8ie-xW-0ye"; */
"8ie-xW-0ye.text" = "凌晨零点 集体失忆";

6
package-lock.json generated
View file

@ -10879,9 +10879,9 @@
}
},
"react-native-image-crop-picker": {
"version": "0.24.0",
"resolved": "https://registry.npm.taobao.org/react-native-image-crop-picker/download/react-native-image-crop-picker-0.24.0.tgz",
"integrity": "sha1-3xAVSPcpUb9m5WCIevc7EfMovdA="
"version": "0.24.1",
"resolved": "https://registry.npm.taobao.org/react-native-image-crop-picker/download/react-native-image-crop-picker-0.24.1.tgz",
"integrity": "sha1-RAjiuyDjwILAGR4KzwyMeh6YBOo="
},
"react-native-image-pan-zoom": {
"version": "2.1.11",

View file

@ -17,7 +17,7 @@
"react-native-device-info": "^1.6.1",
"react-native-elements": "^0.19.0",
"react-native-firebase": "^5.5.5",
"react-native-image-crop-picker": "^0.24.0",
"react-native-image-crop-picker": "^0.24.1",
"react-native-image-pan-zoom": "^2.1.11",
"react-native-image-progress": "^1.1.1",
"react-native-image-resizer": "^1.0.0",