Skip to content

Commit 44432ab

Browse files
committed
Updated app to be buildable with the latest xcode
1 parent 917cd54 commit 44432ab

1,039 files changed

Lines changed: 33836 additions & 35684 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.xcodeproj/project.pbxproj

Lines changed: 6152 additions & 1931 deletions
Large diffs are not rendered by default.

EasyReader/Application/Storyboards/Main_iPad.storyboard

Lines changed: 3 additions & 24 deletions
Large diffs are not rendered by default.

Podfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
source 'https://github.com/cloudspace/Cloudspace-iOS-PodSpecs'
2+
source 'https://github.com/CocoaPods/Specs.git'
3+
14
platform :ios, '7.0'
25

36
link_with ['Development', 'Staging', 'Production']
@@ -14,7 +17,7 @@ pod 'MFSideMenu', '~> 0.5.4'
1417
pod 'MagicalRecord', '~> 2.2'
1518
pod 'CCARadialGradientLayer', :git => 'https://github.com/jilouc/CCARadialGradientLayer', :commit => '4a2d6f31d8a08a3150ca517f0370e59047dae0e2'
1619

17-
pod 'AFNetworking', '~> 2.0.3'
20+
pod 'AFNetworking', '~> 2.5.0'
1821

1922
pod 'Block-KVO', '~> 2.2.1'
2023
pod 'NSDate+TimeAgo', '~> 1.0.2'
@@ -26,7 +29,7 @@ pod 'NJKWebViewProgress', '~> 0.2'
2629

2730

2831
# Image caching and processing
29-
pod 'SDWebImage', '~> 3.5.1'
32+
pod 'SDWebImage', '~> 3.7.1'
3033
pod 'GPUImage', '~> 0.1'
3134

3235
# Private CS repos
@@ -41,7 +44,7 @@ pod 'GoogleAnalytics-iOS-SDK', '~> 3.0'
4144

4245
pod 'CLDSocialShareToolbar', git: 'https://github.com/cloudspace/CLDSocialShareToolbar', tag: '0.0.1'
4346
pod 'SRVApplicationDelegate', git: 'https://github.com/jlorich/SRVApplicationDelegate', tag: '0.0.1'
44-
pod 'APIKit', git: 'https://github.com/jlorich/APIKit', tag: '0.0.1'
47+
pod 'APIKit', git: 'https://github.com/izackp/APIKit', tag: '0.0.3'
4548
pod 'CLDCommon', git: 'https://github.com/cloudspace/CLDCommon', tag: '0.0.1'
4649

4750

Podfile.lock

Lines changed: 47 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
PODS:
2-
- AFNetworking (2.0.3):
2+
- AFNetworking (2.5.0):
33
- AFNetworking/NSURLConnection
44
- AFNetworking/NSURLSession
55
- AFNetworking/Reachability
66
- AFNetworking/Security
77
- AFNetworking/Serialization
88
- AFNetworking/UIKit
9-
- AFNetworking/NSURLConnection (2.0.3):
9+
- AFNetworking/NSURLConnection (2.5.0):
1010
- AFNetworking/Reachability
1111
- AFNetworking/Security
1212
- AFNetworking/Serialization
13-
- AFNetworking/NSURLSession (2.0.3):
14-
- AFNetworking/NSURLConnection
15-
- AFNetworking/Reachability (2.0.3)
16-
- AFNetworking/Security (2.0.3)
17-
- AFNetworking/Serialization (2.0.3)
18-
- AFNetworking/UIKit (2.0.3):
13+
- AFNetworking/NSURLSession (2.5.0):
14+
- AFNetworking/Reachability
15+
- AFNetworking/Security
16+
- AFNetworking/Serialization
17+
- AFNetworking/Reachability (2.5.0)
18+
- AFNetworking/Security (2.5.0)
19+
- AFNetworking/Serialization (2.5.0)
20+
- AFNetworking/UIKit (2.5.0):
1921
- AFNetworking/NSURLConnection
20-
- APIKit (0.0.1):
21-
- AFNetworking (~> 2.0.3)
22+
- AFNetworking/NSURLSession
23+
- APIKit (0.0.2):
24+
- AFNetworking (~> 2.5.0)
2225
- CLDCommon (~> 0.0.1)
2326
- Inflections (~> 1.0.0)
2427
- MagicalRecord (~> 2.2)
@@ -32,17 +35,19 @@ PODS:
3235
- CSShortcuts (0.0.1)
3336
- CSStandardViewControllers (0.0.1):
3437
- MBProgressHUD (~> 0.6)
35-
- GoogleAnalytics-iOS-SDK (3.0.7)
36-
- GPUImage (0.1.4)
38+
- GoogleAnalytics-iOS-SDK (3.10):
39+
- GoogleAnalytics-iOS-SDK/Core
40+
- GoogleAnalytics-iOS-SDK/Core (3.10)
41+
- GPUImage (0.1.6)
3742
- HexColors (2.2.1)
3843
- Inflections (1.0.0):
3944
- RegexKitLite
4045
- MagicalRecord (2.2):
4146
- MagicalRecord/Core
4247
- MagicalRecord/Core (2.2)
4348
- MAObjCRuntime (0.0.1)
44-
- MBProgressHUD (0.8)
45-
- MFSideMenu (0.5.4)
49+
- MBProgressHUD (0.9)
50+
- MFSideMenu (0.5.5)
4651
- NJKWebViewProgress (0.2.3):
4752
- NJKWebViewProgress/Core
4853
- NJKWebViewProgress/ProgressView
@@ -51,19 +56,19 @@ PODS:
5156
- NSDate+TimeAgo (1.0.3)
5257
- OCMock (2.2.4)
5358
- RegexKitLite (4.0)
54-
- SDWebImage (3.5.4):
59+
- SDWebImage (3.7.1):
5560
- SDWebImage/Core
56-
- SDWebImage/Core (3.5.4)
61+
- SDWebImage/Core (3.7.1)
5762
- SRVApplicationDelegate (0.0.1):
5863
- MAObjCRuntime (~> 0.0)
5964
- SVProgressHUD (1.0)
6065
- TestFlightSDK (2.2.3-beta)
61-
- TSMessages (0.9.9):
66+
- TSMessages (0.9.11):
6267
- HexColors
6368

6469
DEPENDENCIES:
65-
- AFNetworking (~> 2.0.3)
66-
- APIKit (from `https://github.com/jlorich/APIKit`, tag `0.0.1`)
70+
- AFNetworking (~> 2.5.0)
71+
- APIKit (from `https://github.com/izackp/APIKit`, tag `0.0.3`)
6772
- Block-KVO (~> 2.2.1)
6873
- CCARadialGradientLayer (from `https://github.com/jilouc/CCARadialGradientLayer`, commit `4a2d6f31d8a08a3150ca517f0370e59047dae0e2`)
6974
- CLDCommon (from `https://github.com/cloudspace/CLDCommon`, tag `0.0.1`)
@@ -78,16 +83,16 @@ DEPENDENCIES:
7883
- NJKWebViewProgress (~> 0.2)
7984
- NSDate+TimeAgo (~> 1.0.2)
8085
- OCMock (~> 2.2.2)
81-
- SDWebImage (~> 3.5.1)
86+
- SDWebImage (~> 3.7.1)
8287
- SRVApplicationDelegate (from `https://github.com/jlorich/SRVApplicationDelegate`, tag `0.0.1`)
8388
- SVProgressHUD (~> 1.0)
8489
- TestFlightSDK (~> 2.2.0-noadid-beta)
8590
- TSMessages (~> 0.9)
8691

8792
EXTERNAL SOURCES:
8893
APIKit:
89-
:git: https://github.com/jlorich/APIKit
90-
:tag: 0.0.1
94+
:git: https://github.com/izackp/APIKit
95+
:tag: 0.0.3
9196
CCARadialGradientLayer:
9297
:commit: 4a2d6f31d8a08a3150ca517f0370e59047dae0e2
9398
:git: https://github.com/jilouc/CCARadialGradientLayer
@@ -102,31 +107,31 @@ EXTERNAL SOURCES:
102107
:tag: 0.0.1
103108

104109
SPEC CHECKSUMS:
105-
AFNetworking: e499052cbf3d743e9bb727bb37adb9dc2547ba15
106-
APIKit: 4d98b8acfbaa8edbc5eb303754c479d84c587765
107-
Block-KVO: 7b298fb4617e948179b4c7725569feff7bd58337
110+
AFNetworking: 0f54cb5d16ce38c1b76948faffb8d5fb705021c7
111+
APIKit: 811f29351919eb4744494c0860694227fb697f17
112+
Block-KVO: dc4bf1bb23007380901e047da884c130776007e9
108113
CCARadialGradientLayer: 01c81a4868c20c11fd4d4f770cd9cb8eed6882bc
109114
CLDCommon: 7ab2c2a9a4b608c99a6f39374f75a0dd54440863
110115
CLDSocialShareToolbar: 724f310087f9afdc1aa2d2ac1619004650dd1d32
111116
CSEnhancedTableView: 1e41e8e94529f19fb8f4f827b0e68ea908e26b69
112117
CSShortcuts: 0bd6b5f939bfbad0422ce7e07b52a8e47e938e8e
113118
CSStandardViewControllers: 40b3fbc88a2f30278969283c9dd22e345b855788
114-
GoogleAnalytics-iOS-SDK: 594702aaf93e6ee497140fd31e758c2e2fa44315
115-
GPUImage: f9b32e12350792a630e596ffc7b050bea3662670
116-
HexColors: 99211502e17904af7891fc8f687d0e4958a6d66e
117-
Inflections: 59aaf387b9ce22342b504534ee785fbdd793edd0
118-
MagicalRecord: 95d49d74ef752cd52f6ad87bcb474817fc3978cf
119-
MAObjCRuntime: ab7a4cd2ad843a49c8d78d2a96453c76b465da46
120-
MBProgressHUD: 2bbc6f470111daf7f3eaa4eb12b8cbf01c4c0622
121-
MFSideMenu: f59e25c080097a701e108459c207fb22e1f62c30
122-
NJKWebViewProgress: 2e7a17adf394a54b0203f544b354c2f1022eb651
123-
NSDate+TimeAgo: ca09306750ac2564418042aa10cf8365c36d2cee
124-
OCMock: 5008fae4b4789b8fc3e48cd7660f2eb5ef8ce89e
125-
RegexKitLite: b16f029b518614394438e17b7d1df8bfa1e5a81e
126-
SDWebImage: 1a62010700adbba823b621fc217906739dbf6aa5
119+
GoogleAnalytics-iOS-SDK: f422062075d9ccb1ea8d783fc5ba3829461e9502
120+
GPUImage: cecb0830bb9428f50192042e3c7b53810f51388e
121+
HexColors: 01384d2bbe8dc4ffa43c3b4135db6e976952d153
122+
Inflections: 38689e8c1b1d0064566a865e8a8229f80a4bee87
123+
MagicalRecord: 2b471584fc9e3137f3d0a56967917baa4979e224
124+
MAObjCRuntime: 9e99082c438f06c209203dbd77083cc308d9216a
125+
MBProgressHUD: 2038dbcf3dce73215abed6001657043d53aa79a8
126+
MFSideMenu: 0493b0f57385dd036cc5443407a31fda6dee81ac
127+
NJKWebViewProgress: 721b57080c840c76f70ff6c2dda4f836ee1b27c1
128+
NSDate+TimeAgo: f3533e0198fab05b716368b19f8c2185d53d6f3b
129+
OCMock: 6db79185520e24f9f299548f2b8b07e41d881bd5
130+
RegexKitLite: c0e4c12e6e7de0769f3a3ed679f0f61604170661
131+
SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d
127132
SRVApplicationDelegate: b1cc9ec98483da6494b069423d31bb3b235617c7
128-
SVProgressHUD: 5e10939a296debf5fe5a5895eda9539b8b2114f1
129-
TestFlightSDK: 79a20263b43de6f094271655c023d5581762cf8a
130-
TSMessages: 49f9083df41d320b34e8d66c5ed3ef147e543187
133+
SVProgressHUD: 5034c6e22b8c2ca3e09402e48d41ed0340aa1c50
134+
TestFlightSDK: f713ed33c62f3f22b66634e7caeeb9a3a8d2a3fb
135+
TSMessages: e21ef5b1c7518cc590a4826c8b05b16b79b10c2c
131136

132-
COCOAPODS: 0.32.1
137+
COCOAPODS: 0.34.4

Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h

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

Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m

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

0 commit comments

Comments
 (0)