Commit 9140d7f0 authored by jzhang's avatar jzhang

适配RATreeView、修复上传的info plist文件错误、更新build number

parent 0b0579e9
...@@ -1635,11 +1635,14 @@ ...@@ -1635,11 +1635,14 @@
CODE_SIGN_ENTITLEMENTS = IFS/IFS.entitlements; CODE_SIGN_ENTITLEMENTS = IFS/IFS.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 2G3393EZPN; DEVELOPMENT_TEAM = 2G3393EZPN;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = "$(SRCROOT)/IFS/Resource/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/IFS/Resource/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = IFS;
IPHONEOS_DEPLOYMENT_TARGET = 12.0; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.gomore.IFS.appstore; PRODUCT_BUNDLE_IDENTIFIER = com.gomore.IFS.appstore;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = ""; PROVISIONING_PROFILE = "";
...@@ -1661,11 +1664,14 @@ ...@@ -1661,11 +1664,14 @@
CODE_SIGN_ENTITLEMENTS = IFS/IFS.entitlements; CODE_SIGN_ENTITLEMENTS = IFS/IFS.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 2G3393EZPN; DEVELOPMENT_TEAM = 2G3393EZPN;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = "$(SRCROOT)/IFS/Resource/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/IFS/Resource/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = IFS;
IPHONEOS_DEPLOYMENT_TARGET = 12.0; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.gomore.IFS.appstore; PRODUCT_BUNDLE_IDENTIFIER = com.gomore.IFS.appstore;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = ""; PROVISIONING_PROFILE = "";
......
...@@ -28,9 +28,11 @@ ...@@ -28,9 +28,11 @@
<true/> <true/>
</dict> </dict>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>App需要您的同意,才能访问相机</string> <string>App需要您的同意,才能访问相机以便上传照片</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App需要定位信息确定操作的位置</string>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>App需要您的同意,才能访问相册</string> <string>App需要您的同意,才能访问相册以便上传照片</string>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>
......
...@@ -16,7 +16,7 @@ target "IFS" do ...@@ -16,7 +16,7 @@ target "IFS" do
pod "Moya" pod "Moya"
pod "MZFormSheetPresentationController", "~> 2.4.2" pod "MZFormSheetPresentationController", "~> 2.4.2"
pod "PPBadgeViewSwift" pod "PPBadgeViewSwift"
pod "RATreeView" pod 'RATreeView', :git => 'https://github.com/mgfjxxiexiaolong/RATreeView'
pod "RxCocoa" pod "RxCocoa"
pod "RxSwift" pod "RxSwift"
pod "SKPhotoBrowser", "~> 5.0.0" pod "SKPhotoBrowser", "~> 5.0.0"
......
...@@ -53,7 +53,7 @@ DEPENDENCIES: ...@@ -53,7 +53,7 @@ DEPENDENCIES:
- Moya - Moya
- MZFormSheetPresentationController (~> 2.4.2) - MZFormSheetPresentationController (~> 2.4.2)
- PPBadgeViewSwift - PPBadgeViewSwift
- RATreeView - RATreeView (from `https://github.com/mgfjxxiexiaolong/RATreeView`)
- RxCocoa - RxCocoa
- RxSwift - RxSwift
- SKPhotoBrowser (~> 5.0.0) - SKPhotoBrowser (~> 5.0.0)
...@@ -81,7 +81,6 @@ SPEC REPOS: ...@@ -81,7 +81,6 @@ SPEC REPOS:
- MZAppearance - MZAppearance
- MZFormSheetPresentationController - MZFormSheetPresentationController
- PPBadgeViewSwift - PPBadgeViewSwift
- RATreeView
- Result - Result
- RxCocoa - RxCocoa
- RxRelay - RxRelay
...@@ -97,6 +96,8 @@ SPEC REPOS: ...@@ -97,6 +96,8 @@ SPEC REPOS:
EXTERNAL SOURCES: EXTERNAL SOURCES:
ImagePicker: ImagePicker:
:git: https://github.com/jzhang0480/ImagePicker.git :git: https://github.com/jzhang0480/ImagePicker.git
RATreeView:
:git: https://github.com/mgfjxxiexiaolong/RATreeView
swiftScan: swiftScan:
:git: https://github.com/MxABC/swiftScan.git :git: https://github.com/MxABC/swiftScan.git
...@@ -104,6 +105,9 @@ CHECKOUT OPTIONS: ...@@ -104,6 +105,9 @@ CHECKOUT OPTIONS:
ImagePicker: ImagePicker:
:commit: 635cb203704500e1284a64b8b332158474906336 :commit: 635cb203704500e1284a64b8b332158474906336
:git: https://github.com/jzhang0480/ImagePicker.git :git: https://github.com/jzhang0480/ImagePicker.git
RATreeView:
:commit: 433fa3f71816fda6b8dcd31632b001e7147481ef
:git: https://github.com/mgfjxxiexiaolong/RATreeView
swiftScan: swiftScan:
:commit: b0cc9aea11140125b75d1baaccb16c9567cdf69a :commit: b0cc9aea11140125b75d1baaccb16c9567cdf69a
:git: https://github.com/MxABC/swiftScan.git :git: https://github.com/MxABC/swiftScan.git
...@@ -139,6 +143,6 @@ SPEC CHECKSUMS: ...@@ -139,6 +143,6 @@ SPEC CHECKSUMS:
UMDevice: 053478c4b4d7292f31f0a275c227d3c4007a5571 UMDevice: 053478c4b4d7292f31f0a275c227d3c4007a5571
YXAlertController: 8234d980cda27a86a285faea140a3c8676bca768 YXAlertController: 8234d980cda27a86a285faea140a3c8676bca768
PODFILE CHECKSUM: 20f08c30234bd1bff92a8889eaf94bc14ae3c313 PODFILE CHECKSUM: 842f4e2b912d154d1b5b20b6f6151a553f3b6540
COCOAPODS: 1.11.3 COCOAPODS: 1.11.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment