Skip to content

Commit d2c44d0

Browse files
author
BeattieM
committed
Merge pull request #34 from cloudspace/67864824_update_schemes
67864824 update schemes
2 parents a4e3c58 + 9d8d0d6 commit d2c44d0

12 files changed

Lines changed: 539 additions & 522 deletions

File tree

EasyReaderTests/EasyReaderTests-Info.plist renamed to EasyReader-Tests/EasyReader-Tests-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>${EXECUTABLE_NAME}</string>
99
<key>CFBundleIdentifier</key>
10-
<string>Cloudspace.${PRODUCT_NAME:rfc1034identifier}</string>
10+
<string>cloudspace.${PRODUCT_NAME:rfc1034identifier}</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// Prefix header
3+
//
4+
// The contents of this file are implicitly included at the beginning of every source file.
5+
//
6+
7+
#ifdef __OBJC__
8+
#import <UIKit/UIKit.h>
9+
#import <Foundation/Foundation.h>
10+
#endif
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
//
2+
// EasyReader_Tests.m
3+
// EasyReader-Tests
4+
//
5+
// Created by Joseph Lorich on 3/19/14.
6+
// Copyright (c) 2014 Cloudspace. All rights reserved.
7+
//
8+
9+
#import <XCTest/XCTest.h>
10+
11+
@interface EasyReader_Tests : XCTestCase
12+
13+
@end
14+
15+
@implementation EasyReader_Tests
16+
17+
- (void)setUp
18+
{
19+
[super setUp];
20+
// Put setup code here. This method is called before the invocation of each test method in the class.
21+
}
22+
23+
- (void)tearDown
24+
{
25+
// Put teardown code here. This method is called after the invocation of each test method in the class.
26+
[super tearDown];
27+
}
28+
29+
- (void)testExample
30+
{
31+
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
32+
}
33+
34+
@end
File renamed without changes.

EasyReader.xcodeproj/project.pbxproj

Lines changed: 471 additions & 435 deletions
Large diffs are not rendered by default.

EasyReader/Application/Api/CSFakedDataRequestor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ - (NSDictionary *) feedItemsResponse
142142
@{@"id": @10,
143143
@"feed_id": @2,
144144
@"title": @"The Flying Phantom: US$40k sailboat levitates two feet above the waves",
145-
@"summary": @"'It’s like removing the handbrake – suddenly everything gets smoother and faster in pure silence.' This gravity-defying US$40k catamaran rises completely out of the water at speed on a pair of hook-shaped hydrofoils. It looks like the work of David Copperfield, but it’s real, and it’s set to start a revolution in the sailing world.",
145+
@"summary": @"'It’s like removing the 67864824_update_schemeshandbrake – suddenly everything gets smoother and faster in pure silence.' This gravity-defying US$40k catamaran rises completely out of the water at speed on a pair of hook-shaped hydrofoils. It looks like the work of David Copperfield, but it’s real, and it’s set to start a revolution in the sailing world.",
146146
@"image": @"https://s3.amazonaws.com/easy-reader-images/sb1.png",
147147
@"url": @"http://www.gizmag.com/flying-phantom-hydrofoil-catamaran-sailing/31143/",
148148
@"created_at": @"2014-03-05T22:32:41+00:00",

EasyReader/Supporting Files/EasyReader-Production-Info.plist renamed to EasyReader/Supporting Files/Development-Info.plist

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>api_url</key>
6-
<string>http://api.cloudspacerss.com/v2</string>
7-
<key>UIStatusBarHidden</key>
8-
<true/>
9-
<key>UIViewControllerBasedStatusBarAppearance</key>
10-
<false/>
115
<key>CFBundleDevelopmentRegion</key>
126
<string>en</string>
137
<key>CFBundleDisplayName</key>
@@ -30,7 +24,7 @@
3024
</dict>
3125
</dict>
3226
<key>CFBundleIdentifier</key>
33-
<string>com.cloudspace.EasyReaderFree</string>
27+
<string>com.cloudspace.easyreader.development</string>
3428
<key>CFBundleInfoDictionaryVersion</key>
3529
<string>6.0</string>
3630
<key>CFBundleName</key>
@@ -56,35 +50,31 @@
5650
<string>1.0.18</string>
5751
<key>FacebookAppID</key>
5852
<string>456979891044426</string>
59-
<key>GoogleMapsAPIKey</key>
60-
<string>AIzaSyA1AmUkZi_HgBXIR-QBC1cKKhZngTrC5Uc</string>
6153
<key>LSApplicationCategoryType</key>
6254
<string></string>
6355
<key>LSRequiresIPhoneOS</key>
6456
<true/>
65-
<key>TwitterConsumerKey</key>
66-
<string>ieiL4qQcVx97nOR9G8X7g</string>
67-
<key>TwitterConsumerSecret</key>
68-
<string>nvsH4EVwFtoYNI9IxV2Csc9yWicDYZsu6kRObGB2SA</string>
6957
<key>UIPrerenderedIcon</key>
7058
<true/>
7159
<key>UIRequiredDeviceCapabilities</key>
7260
<array>
7361
<string>armv7</string>
7462
</array>
63+
<key>UIStatusBarHidden</key>
64+
<true/>
7565
<key>UISupportedInterfaceOrientations</key>
7666
<array>
7767
<string>UIInterfaceOrientationPortrait</string>
78-
<string>UIInterfaceOrientationLandscapeLeft</string>
79-
<string>UIInterfaceOrientationLandscapeRight</string>
8068
<string>UIInterfaceOrientationPortraitUpsideDown</string>
8169
</array>
8270
<key>UISupportedInterfaceOrientations~ipad</key>
8371
<array>
8472
<string>UIInterfaceOrientationPortrait</string>
8573
<string>UIInterfaceOrientationPortraitUpsideDown</string>
86-
<string>UIInterfaceOrientationLandscapeLeft</string>
87-
<string>UIInterfaceOrientationLandscapeRight</string>
8874
</array>
75+
<key>UIViewControllerBasedStatusBarAppearance</key>
76+
<false/>
77+
<key>api_url</key>
78+
<string>http://dev.rss.cloudspace.com</string>
8979
</dict>
9080
</plist>

EasyReader/Supporting Files/EasyReader-Info.plist renamed to EasyReader/Supporting Files/Production-Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>api_url</key>
6-
<string>http://dev.uwithus.com</string>
7-
<key>UIStatusBarHidden</key>
8-
<true/>
9-
<key>UIViewControllerBasedStatusBarAppearance</key>
10-
<false/>
115
<key>CFBundleDevelopmentRegion</key>
126
<string>en</string>
137
<key>CFBundleDisplayName</key>
@@ -72,6 +66,8 @@
7266
<array>
7367
<string>armv7</string>
7468
</array>
69+
<key>UIStatusBarHidden</key>
70+
<true/>
7571
<key>UISupportedInterfaceOrientations</key>
7672
<array>
7773
<string>UIInterfaceOrientationPortrait</string>
@@ -82,5 +78,9 @@
8278
<string>UIInterfaceOrientationPortrait</string>
8379
<string>UIInterfaceOrientationPortraitUpsideDown</string>
8480
</array>
81+
<key>UIViewControllerBasedStatusBarAppearance</key>
82+
<false/>
83+
<key>api_url</key>
84+
<string>http://dev.uwithus.com</string>
8585
</dict>
8686
</plist>

EasyReader/Supporting Files/EasyReader-Stage-Info.plist renamed to EasyReader/Supporting Files/Staging-Info.plist

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>api_url</key>
6-
<string>http://stage.api.cloudspacerss.com/v2</string>
7-
<key>UIStatusBarHidden</key>
8-
<true/>
9-
<key>UIViewControllerBasedStatusBarAppearance</key>
10-
<false/>
115
<key>CFBundleDevelopmentRegion</key>
126
<string>en</string>
137
<key>CFBundleDisplayName</key>
@@ -30,7 +24,7 @@
3024
</dict>
3125
</dict>
3226
<key>CFBundleIdentifier</key>
33-
<string>com.cloudspace.EasyReaderFree</string>
27+
<string>com.cloudspace.easyreader.staging</string>
3428
<key>CFBundleInfoDictionaryVersion</key>
3529
<string>6.0</string>
3630
<key>CFBundleName</key>
@@ -56,35 +50,31 @@
5650
<string>1.0.18</string>
5751
<key>FacebookAppID</key>
5852
<string>456979891044426</string>
59-
<key>GoogleMapsAPIKey</key>
60-
<string>AIzaSyA1AmUkZi_HgBXIR-QBC1cKKhZngTrC5Uc</string>
6153
<key>LSApplicationCategoryType</key>
6254
<string></string>
6355
<key>LSRequiresIPhoneOS</key>
6456
<true/>
65-
<key>TwitterConsumerKey</key>
66-
<string>ieiL4qQcVx97nOR9G8X7g</string>
67-
<key>TwitterConsumerSecret</key>
68-
<string>nvsH4EVwFtoYNI9IxV2Csc9yWicDYZsu6kRObGB2SA</string>
6957
<key>UIPrerenderedIcon</key>
7058
<true/>
7159
<key>UIRequiredDeviceCapabilities</key>
7260
<array>
7361
<string>armv7</string>
7462
</array>
63+
<key>UIStatusBarHidden</key>
64+
<true/>
7565
<key>UISupportedInterfaceOrientations</key>
7666
<array>
7767
<string>UIInterfaceOrientationPortrait</string>
78-
<string>UIInterfaceOrientationLandscapeLeft</string>
79-
<string>UIInterfaceOrientationLandscapeRight</string>
8068
<string>UIInterfaceOrientationPortraitUpsideDown</string>
8169
</array>
8270
<key>UISupportedInterfaceOrientations~ipad</key>
8371
<array>
8472
<string>UIInterfaceOrientationPortrait</string>
8573
<string>UIInterfaceOrientationPortraitUpsideDown</string>
86-
<string>UIInterfaceOrientationLandscapeLeft</string>
87-
<string>UIInterfaceOrientationLandscapeRight</string>
8874
</array>
75+
<key>UIViewControllerBasedStatusBarAppearance</key>
76+
<false/>
77+
<key>api_url</key>
78+
<string>http://dev.uwithus.com</string>
8979
</dict>
9080
</plist>

EasyReaderTests/EasyReaderTests.h

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

0 commit comments

Comments
 (0)