Skip to content

Commit f4f6194

Browse files
authored
Merge pull request #7 from emrepun/api-suggestions
Public API Suggestions
2 parents 528a44e + f269990 commit f4f6194

File tree

15 files changed

+328
-142
lines changed

15 files changed

+328
-142
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
*.xcuserstate

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- StickyTabBarViewController (1.0.0)
2+
- StickyTabBarViewController (1.0.2)
33

44
DEPENDENCIES:
55
- StickyTabBarViewController (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
StickyTabBarViewController: 26e8845d15f6d2561cd37c49801a0226259aa4f6
12+
StickyTabBarViewController: 74f51a8df0b16c198407e43ad8aa9a67aa86b4b7
1313

1414
PODFILE CHECKSUM: 6b7b2ceb0e5d8fdc39e578c1ff71da3cbbd61a4c
1515

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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: 52 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/daniel.xcuserdatad/xcschemes/Pods-SampleSporify.xcscheme

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/Pods.xcodeproj/xcuserdata/daniel.xcuserdatad/xcschemes/StickyTabBarViewController.xcscheme

Lines changed: 60 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/xcuserdata/daniel.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 25 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/StickyTabBarViewController/StickyTabBarViewController-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>SampleSporify.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>2</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)