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
c9e8eb55
Unverified
Commit
c9e8eb55
authored
Oct 22, 2018
by
LisonFan
Committed by
GitHub
Oct 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete Root.plist
在 Xcode 10 上使用新版的编译器,项目里有多个 Root.plist 会造成冲突无法编译,这个文件也是属于创建 Bundle 的时候自动生成的,没用的文件。
parent
287e1c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
61 deletions
+0
-61
TZImagePickerController/TZImagePickerController/TZImagePickerController.bundle/Root.plist
...ickerController/TZImagePickerController.bundle/Root.plist
+0
-61
No files found.
TZImagePickerController/TZImagePickerController/TZImagePickerController.bundle/Root.plist
deleted
100644 → 0
View file @
287e1c82
<?xml version="1.0" encoding="UTF-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>
StringsTable
</key>
<string>
Root
</string>
<key>
PreferenceSpecifiers
</key>
<array>
<dict>
<key>
Type
</key>
<string>
PSGroupSpecifier
</string>
<key>
Title
</key>
<string>
Group
</string>
</dict>
<dict>
<key>
Type
</key>
<string>
PSTextFieldSpecifier
</string>
<key>
Title
</key>
<string>
Name
</string>
<key>
Key
</key>
<string>
name_preference
</string>
<key>
DefaultValue
</key>
<string></string>
<key>
IsSecure
</key>
<false/>
<key>
KeyboardType
</key>
<string>
Alphabet
</string>
<key>
AutocapitalizationType
</key>
<string>
None
</string>
<key>
AutocorrectionType
</key>
<string>
No
</string>
</dict>
<dict>
<key>
Type
</key>
<string>
PSToggleSwitchSpecifier
</string>
<key>
Title
</key>
<string>
Enabled
</string>
<key>
Key
</key>
<string>
enabled_preference
</string>
<key>
DefaultValue
</key>
<true/>
</dict>
<dict>
<key>
Type
</key>
<string>
PSSliderSpecifier
</string>
<key>
Key
</key>
<string>
slider_preference
</string>
<key>
DefaultValue
</key>
<real>
0.5
</real>
<key>
MinimumValue
</key>
<integer>
0
</integer>
<key>
MaximumValue
</key>
<integer>
1
</integer>
<key>
MinimumValueImage
</key>
<string></string>
<key>
MaximumValueImage
</key>
<string></string>
</dict>
</array>
</dict>
</plist>
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