Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
I
IFS-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
IFS-iOS
Commits
9140d7f0
Commit
9140d7f0
authored
Jan 16, 2023
by
jzhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配RATreeView、修复上传的info plist文件错误、更新build number
parent
0b0579e9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
7 deletions
+19
-7
project.pbxproj
IFS/IFS.xcodeproj/project.pbxproj
+6
-0
Info.plist
IFS/IFS/Resource/Info.plist
+4
-2
Podfile
IFS/Podfile
+1
-1
Podfile.lock
IFS/Podfile.lock
+8
-4
No files found.
IFS/IFS.xcodeproj/project.pbxproj
View file @
9140d7f0
...
...
@@ -1635,11 +1635,14 @@
CODE_SIGN_ENTITLEMENTS
=
IFS/IFS.entitlements
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
2G3393EZPN
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
"$(SRCROOT)/IFS/Resource/Info.plist"
;
INFOPLIST_KEY_CFBundleDisplayName
=
IFS
;
IPHONEOS_DEPLOYMENT_TARGET
=
12.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MARKETING_VERSION
=
1.2.1
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.IFS.appstore
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
""
;
...
...
@@ -1661,11 +1664,14 @@
CODE_SIGN_ENTITLEMENTS
=
IFS/IFS.entitlements
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
2G3393EZPN
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
"$(SRCROOT)/IFS/Resource/Info.plist"
;
INFOPLIST_KEY_CFBundleDisplayName
=
IFS
;
IPHONEOS_DEPLOYMENT_TARGET
=
12.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MARKETING_VERSION
=
1.2.1
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.IFS.appstore
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
""
;
...
...
IFS/IFS/Resource/Info.plist
View file @
9140d7f0
...
...
@@ -28,9 +28,11 @@
<
tru
e
/
>
<
/
d
i
c
t
>
<
k
e
y
>
NSCameraUsageDescription
<
/k
e
y
>
<
string
>
App
需要您的同意,才能访问相机
<
/string
>
<
string
>
App
需要您的同意,才能访问相机以便上传照片
<
/string
>
<
k
e
y
>
NSLocationWhenInUseUsageDescription
<
/k
e
y
>
<
string
>
App
需要定位信息确定操作的位置
<
/string
>
<
k
e
y
>
NSPhotoLibraryUsageDescription
<
/k
e
y
>
<
string
>
App
需要您的同意,才能访问相册
<
/string
>
<
string
>
App
需要您的同意,才能访问相册
以便上传照片
<
/string
>
<
k
e
y
>
UILaunchStoryboardName
<
/k
e
y
>
<
string
>
LaunchScreen
<
/string
>
<
k
e
y
>
UIMainStoryboardFile
<
/k
e
y
>
...
...
IFS/Podfile
View file @
9140d7f0
...
...
@@ -16,7 +16,7 @@ target "IFS" do
pod
"Moya"
pod
"MZFormSheetPresentationController"
,
"~> 2.4.2"
pod
"PPBadgeViewSwift"
pod
"RATreeView"
pod
'RATreeView'
,
:git
=>
'https://github.com/mgfjxxiexiaolong/RATreeView'
pod
"RxCocoa"
pod
"RxSwift"
pod
"SKPhotoBrowser"
,
"~> 5.0.0"
...
...
IFS/Podfile.lock
View file @
9140d7f0
...
...
@@ -53,7 +53,7 @@ DEPENDENCIES:
- Moya
- MZFormSheetPresentationController (~> 2.4.2)
- PPBadgeViewSwift
- RATreeView
- RATreeView
(from `https://github.com/mgfjxxiexiaolong/RATreeView`)
- RxCocoa
- RxSwift
- SKPhotoBrowser (~> 5.0.0)
...
...
@@ -81,7 +81,6 @@ SPEC REPOS:
- MZAppearance
- MZFormSheetPresentationController
- PPBadgeViewSwift
- RATreeView
- Result
- RxCocoa
- RxRelay
...
...
@@ -97,6 +96,8 @@ SPEC REPOS:
EXTERNAL SOURCES:
ImagePicker:
:git: https://github.com/jzhang0480/ImagePicker.git
RATreeView:
:git: https://github.com/mgfjxxiexiaolong/RATreeView
swiftScan:
:git: https://github.com/MxABC/swiftScan.git
...
...
@@ -104,6 +105,9 @@ CHECKOUT OPTIONS:
ImagePicker:
:commit: 635cb203704500e1284a64b8b332158474906336
:git: https://github.com/jzhang0480/ImagePicker.git
RATreeView:
:commit: 433fa3f71816fda6b8dcd31632b001e7147481ef
:git: https://github.com/mgfjxxiexiaolong/RATreeView
swiftScan:
:commit: b0cc9aea11140125b75d1baaccb16c9567cdf69a
:git: https://github.com/MxABC/swiftScan.git
...
...
@@ -139,6 +143,6 @@ SPEC CHECKSUMS:
UMDevice: 053478c4b4d7292f31f0a275c227d3c4007a5571
YXAlertController: 8234d980cda27a86a285faea140a3c8676bca768
PODFILE CHECKSUM:
20f08c30234bd1bff92a8889eaf94bc14ae3c313
PODFILE CHECKSUM:
842f4e2b912d154d1b5b20b6f6151a553f3b6540
COCOAPODS: 1.11.
3
COCOAPODS: 1.11.
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment