Skip to content

Commit 76f7843

Browse files
authored
Merge pull request #325 from maghzchenyu/master
im uikit v9
2 parents 0cf8864 + d2718bd commit 76f7843

1,495 files changed

Lines changed: 40398 additions & 37776 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

.gitignore

Lines changed: 102 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/swift,cocoapods,xcode
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,cocoapods,xcode
4+
5+
### CocoaPods ###
6+
## CocoaPods GitIgnore Template
7+
8+
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
9+
# - Also handy if you have a large number of dependant pods
10+
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
11+
Pods/
12+
13+
### Swift ###
114
# Xcode
215
#
16+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
17+
18+
## User settings
19+
xcuserdata/
20+
21+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
22+
*.xcscmblueprint
23+
*.xccheckout
24+
25+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
326
build/
4-
Product/
27+
DerivedData/
28+
*.moved-aside
529
*.pbxuser
630
!default.pbxuser
731
*.mode1v3
@@ -10,12 +34,83 @@ Product/
1034
!default.mode2v3
1135
*.perspectivev3
1236
!default.perspectivev3
13-
xcuserdata
14-
*.xccheckout
15-
*.moved-aside
16-
DerivedData
37+
38+
## Obj-C/Swift specific
1739
*.hmap
40+
41+
## App packaging
1842
*.ipa
19-
*.xcuserstate
20-
Pods/
43+
*.dSYM.zip
44+
*.dSYM
45+
46+
## Playgrounds
47+
timeline.xctimeline
48+
playground.xcworkspace
49+
50+
# Swift Package Manager
51+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
52+
# Packages/
53+
# Package.pins
54+
# Package.resolved
55+
# *.xcodeproj
56+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
57+
# hence it is not needed unless you have added a package configuration file to your project
58+
# .swiftpm
59+
60+
.build/
61+
62+
# CocoaPods
63+
# We recommend against adding the Pods directory to your .gitignore. However
64+
# you should judge for yourself, the pros and cons are mentioned at:
65+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
66+
# Pods/
67+
# Add this line if you want to avoid checking in source code from the Xcode workspace
68+
# *.xcworkspace
69+
70+
# Carthage
71+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
72+
# Carthage/Checkouts
73+
74+
Carthage/Build/
75+
76+
# Accio dependency management
77+
Dependencies/
78+
.accio/
79+
80+
# fastlane
81+
# It is recommended to not store the screenshots in the git repo.
82+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
83+
# For more information about the recommended setup visit:
84+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
85+
86+
fastlane/report.xml
87+
fastlane/Preview.html
88+
fastlane/screenshots/**/*.png
89+
fastlane/test_output
90+
91+
# Code Injection
92+
# After new code Injection tools there's a generated folder /iOSInjectionProject
93+
# https://github.com/johnno1962/injectionforxcode
94+
95+
iOSInjectionProject/
96+
97+
### Xcode ###
98+
# Xcode
99+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
100+
101+
.DS_Store
102+
21103
Podfile.lock
104+
105+
106+
## Gcc Patch
107+
/*.gcno
108+
109+
### Xcode Patch ###
110+
*.xcodeproj/*
111+
!*.xcodeproj/project.pbxproj
112+
!*.xcodeproj/xcshareddata/
113+
!*.xcworkspace/contents.xcworkspacedata
114+
**/xcshareddata/WorkspaceSettings.xcsettings
115+
116+
# End of https://www.toptal.com/developers/gitignore/api/swift,cocoapods,xcode

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

800x160.png

-49.6 KB
Binary file not shown.

Documents/nim_arch.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

Documents/nim_change_resources.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)