Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dz_TZImagePickerController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuijing
dz_TZImagePickerController
Commits
73794624
Commit
73794624
authored
Jun 29, 2016
by
Arthur.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配 iOS10 添加对应的权限请求字段
parent
85dd912f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
.DS_Store
.DS_Store
+0
-0
.gitignore
.gitignore
+2
-0
TZImagePickerController/.DS_Store
TZImagePickerController/.DS_Store
+0
-0
TZImagePickerController/Info.plist
TZImagePickerController/Info.plist
+4
-0
TZImagePickerController/TZImagePickerController/.DS_Store
TZImagePickerController/TZImagePickerController/.DS_Store
+0
-0
No files found.
.DS_Store
deleted
100644 → 0
View file @
85dd912f
File deleted
.gitignore
View file @
73794624
...
@@ -24,3 +24,5 @@ DerivedData
...
@@ -24,3 +24,5 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#
#Pods/
#Pods/
.DS_Store
TZImagePickerController/.DS_Store
deleted
100644 → 0
View file @
85dd912f
File deleted
TZImagePickerController/Info.plist
View file @
73794624
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<plist
version=
"1.0"
>
<dict>
<dict>
<key>
NSCameraUsageDescription
</key>
<string></string>
<key>
NSPhotoLibraryUsageDescription
</key>
<string></string>
<key>
CFBundleAllowMixedLocalizations
</key>
<key>
CFBundleAllowMixedLocalizations
</key>
<true/>
<true/>
<key>
CFBundleDevelopmentRegion
</key>
<key>
CFBundleDevelopmentRegion
</key>
...
...
TZImagePickerController/TZImagePickerController/.DS_Store
deleted
100644 → 0
View file @
85dd912f
File deleted
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