Skip to content

Commit 5afc467

Browse files
committed
restruct ios interface
1 parent b07a52a commit 5afc467

File tree

215 files changed

+40617
-3680
lines changed

Some content is hidden

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

215 files changed

+40617
-3680
lines changed

.gitignore

Lines changed: 12 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### common ignorefile
1+
### Common section ###
2+
23
*/.DS_Store
3-
.vscode/
4-
.idea/*
4+
**/.vscode/
5+
**/.idea/*
56
*.lock
67
*.a
78
*.tar.gz
@@ -11,20 +12,17 @@
1112
*/OpenSSL
1213

1314
### Objective-C ###
14-
# Xcode
15-
#
16-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
1715

1816
## User settings
19-
xcuserdata/
17+
**/xcuserdata/
2018

2119
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
2220
*.xcscmblueprint
2321
*.xccheckout
2422

2523
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
26-
build/
27-
DerivedData/
24+
**/build/
25+
**/DerivedData/
2826
*.moved-aside
2927
*.pbxuser
3028
!default.pbxuser
@@ -43,54 +41,14 @@ DerivedData/
4341
*.dSYM.zip
4442
*.dSYM
4543

46-
# CocoaPods
47-
# We recommend against adding the Pods directory to your .gitignore. However
48-
# you should judge for yourself, the pros and cons are mentioned at:
49-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
50-
# Pods/
51-
# Add this line if you want to avoid checking in source code from the Xcode workspace
52-
# *.xcworkspace
53-
54-
# Carthage
55-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
56-
# Carthage/Checkouts
57-
58-
Carthage/Build/
59-
60-
# fastlane
61-
# It is recommended to not store the screenshots in the git repo.
62-
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
63-
# For more information about the recommended setup visit:
64-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
65-
66-
fastlane/report.xml
67-
fastlane/Preview.html
68-
fastlane/screenshots/**/*.png
69-
fastlane/test_output
70-
71-
# Code Injection
72-
# After new code Injection tools there's a generated folder /iOSInjectionProject
73-
# https://github.com/johnno1962/injectionforxcode
74-
75-
iOSInjectionProject/
76-
77-
### Objective-C Patch ###
78-
79-
### Xcode ###
80-
# Xcode
81-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
82-
83-
84-
85-
8644
## Gcc Patch
87-
/*.gcno
45+
**/*.gcno
8846

8947
### Xcode Patch ###
90-
*.xcodeproj/*
91-
!*.xcodeproj/project.pbxproj
92-
!*.xcodeproj/xcshareddata/
93-
!*.xcworkspace/contents.xcworkspacedata
48+
**/*.xcodeproj/*
49+
!**/*.xcodeproj/project.pbxproj
50+
!**/*.xcodeproj/xcshareddata/
51+
!**/*.xcworkspace/contents.xcworkspacedata
9452
**/xcshareddata/WorkspaceSettings.xcsettings
9553

9654
# End of https://www.toptal.com/developers/gitignore/api/xcode,objective-c

LICENSE

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

Pods/Local Podspecs/Protobuf.podspec.json

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

0 commit comments

Comments
 (0)