Skip to content

Commit f98f733

Browse files
committed
[ SJ.H ] : First Commit
1 parent 47b86fe commit f98f733

33 files changed

+1423
-24
lines changed

.gitignore

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
# OS X
2-
.DS_Store
31

2+
# Created by https://www.toptal.com/developers/gitignore/api/xcode
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=xcode
4+
5+
### Xcode ###
46
# Xcode
7+
#
8+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
9+
10+
## User settings
11+
xcuserdata/
12+
13+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
14+
*.xcscmblueprint
15+
*.xccheckout
16+
17+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
518
build/
19+
DerivedData/
20+
*.moved-aside
621
*.pbxuser
722
!default.pbxuser
823
*.mode1v3
@@ -11,27 +26,15 @@ build/
1126
!default.mode2v3
1227
*.perspectivev3
1328
!default.perspectivev3
14-
xcuserdata/
15-
*.xccheckout
16-
profile
17-
*.moved-aside
18-
DerivedData
19-
*.hmap
20-
*.ipa
21-
22-
# Bundler
23-
.bundle
2429

25-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
26-
# Carthage/Checkouts
30+
## Gcc Patch
31+
/*.gcno
2732

28-
Carthage/Build
33+
### Xcode Patch ###
34+
*.xcodeproj/*
35+
!*.xcodeproj/project.pbxproj
36+
!*.xcodeproj/xcshareddata/
37+
!*.xcworkspace/contents.xcworkspacedata
38+
**/xcshareddata/WorkspaceSettings.xcsettings
2939

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/
40+
# End of https://www.toptal.com/developers/gitignore/api/xcode

Example/Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- SpringText (0.1.0)
3+
4+
DEPENDENCIES:
5+
- SpringText (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
SpringText:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
SpringText: 42828348447e8b54e03ddc61ff4e4d9a876c67a0
13+
14+
PODFILE CHECKSUM: 98679c547f29a046fbb0c5aa6e8f642bc8eee8b1
15+
16+
COCOAPODS: 1.10.0.rc.1

Example/Pods/Local Podspecs/SpringText.podspec.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 770 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SpringText_Example/Pods-SpringText_Example-Info.plist

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SpringText_Example/Pods-SpringText_Example-acknowledgements.markdown

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SpringText_Example/Pods-SpringText_Example-acknowledgements.plist

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SpringText_Example/Pods-SpringText_Example-dummy.m

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)