Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDeck committed Mar 13, 2020
1 parent e1df37f commit ff01ee6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate

*.DS_Store
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
Expand All @@ -29,5 +29,3 @@ DerivedData
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
Binary file removed ViewChaosDemo/.DS_Store
Binary file not shown.
Binary file removed ViewChaosDemo/Resource/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions ViewChaosDemo/ViewChaosDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>看一下相册</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit ff01ee6

Please sign in to comment.