Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 3adb102

Browse files
committed
Add the ios release script
1 parent da62411 commit 3adb102

File tree

389 files changed

+1043
-62216
lines changed

Some content is hidden

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

389 files changed

+1043
-62216
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ tools/android-token-v2-simulator-build.sh
1414
tools/ios-token-v2-build.sh
1515
tools/ios-token-v2-simulator-build.sh
1616
tools/ios-token-v2-release-build.sh
17+
tools/ios-release-build.sh
18+
19+
ios-release/**
20+
1721
*.rlib
1822
*.dll
1923
.gdb_history

examples/TokenCoreX/.gitignore

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# OS X
2-
.DS_Store
3-
41
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## User settings
6+
xcuserdata/
7+
8+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9+
*.xcscmblueprint
10+
*.xccheckout
11+
12+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
513
build/
14+
Products/
15+
DerivedData/
16+
*.moved-aside
617
*.pbxuser
718
!default.pbxuser
819
*.mode1v3
@@ -11,27 +22,9 @@ build/
1122
!default.mode2v3
1223
*.perspectivev3
1324
!default.perspectivev3
14-
xcuserdata/
15-
*.xccheckout
16-
profile
17-
*.moved-aside
18-
DerivedData
19-
*.hmap
20-
*.ipa
2125

22-
# Bundler
23-
.bundle
26+
## Gcc Patch
27+
/*.gcno
2428

25-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
26-
# Carthage/Checkouts
27-
28-
Carthage/Build
29-
30-
# We recommend against adding the Pods directory to your .gitignore. However
31-
# you should judge for yourself, the pros and cons are mentioned at:
32-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
33-
#
34-
# Note: if you ignore the Pods directory, make sure to uncomment
35-
# `pod install` in .travis.yml
36-
#
37-
# Pods/
29+
TokenCoreX/*.a
30+
TokenCoreX/tcx.h

examples/TokenCoreX/.travis.yml

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

examples/TokenCoreX/Example/Podfile

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

examples/TokenCoreX/Example/Podfile.lock

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

examples/TokenCoreX/Example/Pods/Alamofire/LICENSE

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

examples/TokenCoreX/Example/Pods/Alamofire/README.md

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

0 commit comments

Comments
 (0)