Skip to content

Commit bad6d5a

Browse files
author
Joey Lorich
committed
Update project to pass validations
1 parent 1d0b20a commit bad6d5a

305 files changed

Lines changed: 48233 additions & 14091 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.

EasyReader/Supporting Files/Development-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>2.0.20</string>
41+
<string>2.0.0</string>
4242
<key>FacebookAppID</key>
4343
<string>456979891044426</string>
4444
<key>LSApplicationCategoryType</key>

Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ inhibit_all_warnings!
1010

1111

1212
pod 'MFSideMenu', '~> 0.5.4'
13-
pod 'TestFlightSDK', '~> 2.2.0-noadid-beta'
1413

1514
pod 'MagicalRecord', '~> 2.2'
1615
pod 'CCARadialGradientLayer', :git => 'https://github.com/jilouc/CCARadialGradientLayer', :commit => '4a2d6f31d8a08a3150ca517f0370e59047dae0e2'
@@ -35,8 +34,6 @@ pod 'CSEnhancedTableView', '~> 0.0.1'
3534
pod 'CSStandardViewControllers', '~> 0.0.1'
3635
pod 'CSShortcuts', '~> 0.0.1'
3736

38-
# Testing
39-
pod 'OCMock', '~> 2.2.2'
4037

4138
# Analytics
4239
pod 'GoogleAnalytics-iOS-SDK', '~> 3.0'
@@ -48,7 +45,10 @@ pod 'APIKit', git: 'https://github.com/jlorich/APIKit', tag: '0.0.1'
4845
pod 'CLDCommon', git: 'https://github.com/cloudspace/CLDCommon', tag: '0.0.1'
4946

5047

48+
target :Development do
49+
pod 'OCMock', '~> 2.2.2'
50+
end
5151

52-
53-
#pod 'Inflections', '~> 1.0.0'
54-
#pod 'MAObjCRuntime', '~> 0.0.1'
52+
target :Staging do
53+
pod 'TestFlightSDK', '~> 2.2.0-noadid-beta'
54+
end

Podfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ PODS:
2626
- Block-KVO (2.2.1)
2727
- CCARadialGradientLayer (1.0)
2828
- CLDCommon (0.0.1):
29-
- AFNetworking (~> 2.0.3)
3029
- Block-KVO (~> 2.2.1)
3130
- CLDSocialShareToolbar (0.0.1)
3231
- CSEnhancedTableView (0.0.1)
@@ -107,7 +106,7 @@ SPEC CHECKSUMS:
107106
APIKit: 4d98b8acfbaa8edbc5eb303754c479d84c587765
108107
Block-KVO: 7b298fb4617e948179b4c7725569feff7bd58337
109108
CCARadialGradientLayer: 01c81a4868c20c11fd4d4f770cd9cb8eed6882bc
110-
CLDCommon: 2a6691a1d90e09f36bba6395d8d8d3ac701b9deb
109+
CLDCommon: 7ab2c2a9a4b608c99a6f39374f75a0dd54440863
111110
CLDSocialShareToolbar: 724f310087f9afdc1aa2d2ac1619004650dd1d32
112111
CSEnhancedTableView: 1e41e8e94529f19fb8f4f827b0e68ea908e26b69
113112
CSShortcuts: 0bd6b5f939bfbad0422ce7e07b52a8e47e938e8e

Pods/.DS_Store

6 KB
Binary file not shown.

Pods/CLDCommon/.DS_Store

6 KB
Binary file not shown.

Pods/Local Podspecs/CLDCommon.podspec

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

Pods/Manifest.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods-Development-AFNetworking-Private.xcconfig

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

Pods/Pods-Development-AFNetworking-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.

Pods/Pods-Development-AFNetworking-prefix.pch

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)