Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit ee48551

Browse files
committed
Fixed sample project
1 parent b3aaf8d commit ee48551

File tree

5 files changed

+40
-24
lines changed

5 files changed

+40
-24
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
PODS:
2-
- AFNetworking (2.5.4):
3-
- AFNetworking/NSURLConnection (= 2.5.4)
4-
- AFNetworking/NSURLSession (= 2.5.4)
5-
- AFNetworking/Reachability (= 2.5.4)
6-
- AFNetworking/Security (= 2.5.4)
7-
- AFNetworking/Serialization (= 2.5.4)
8-
- AFNetworking/UIKit (= 2.5.4)
9-
- AFNetworking/NSURLConnection (2.5.4):
2+
- AFNetworking (2.6.2):
3+
- AFNetworking/NSURLConnection (= 2.6.2)
4+
- AFNetworking/NSURLSession (= 2.6.2)
5+
- AFNetworking/Reachability (= 2.6.2)
6+
- AFNetworking/Security (= 2.6.2)
7+
- AFNetworking/Serialization (= 2.6.2)
8+
- AFNetworking/UIKit (= 2.6.2)
9+
- AFNetworking/NSURLConnection (2.6.2):
1010
- AFNetworking/Reachability
1111
- AFNetworking/Security
1212
- AFNetworking/Serialization
13-
- AFNetworking/NSURLSession (2.5.4):
13+
- AFNetworking/NSURLSession (2.6.2):
1414
- AFNetworking/Reachability
1515
- AFNetworking/Security
1616
- AFNetworking/Serialization
17-
- AFNetworking/Reachability (2.5.4)
18-
- AFNetworking/Security (2.5.4)
19-
- AFNetworking/Serialization (2.5.4)
20-
- AFNetworking/UIKit (2.5.4):
17+
- AFNetworking/Reachability (2.6.2)
18+
- AFNetworking/Security (2.6.2)
19+
- AFNetworking/Serialization (2.6.2)
20+
- AFNetworking/UIKit (2.6.2):
2121
- AFNetworking/NSURLConnection
2222
- AFNetworking/NSURLSession
2323
- CocoaLumberjack (2.0.0):
@@ -28,7 +28,7 @@ PODS:
2828
- CocoaLumberjack/Core
2929
- CocoaLumberjack/Extensions (2.0.0):
3030
- CocoaLumberjack/Default
31-
- WordPress-iOS-Shared (0.4.3):
31+
- WordPress-iOS-Shared (0.5.0):
3232
- AFNetworking (~> 2.5)
3333
- CocoaLumberjack (= 2.0.0)
3434

@@ -37,11 +37,11 @@ DEPENDENCIES:
3737

3838
EXTERNAL SOURCES:
3939
WordPress-iOS-Shared:
40-
:path: ../
40+
:path: "../"
4141

4242
SPEC CHECKSUMS:
43-
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
43+
AFNetworking: 7f317038a9710cabfa43ec56396b307b45df72ab
4444
CocoaLumberjack: a6f77d987d65dc7ba86b0f84db7d0b9084f77bcb
45-
WordPress-iOS-Shared: 20307f6ca50f833cf6bbf98f3a7ef7643d90ce8c
45+
WordPress-iOS-Shared: 5480e7b5c9c55158ea22c89ff44fca5597852224
4646

47-
COCOAPODS: 0.37.2
47+
COCOAPODS: 0.39.0

WordPress-iOS-Shared-Example/WordPress-iOS-Shared-Example.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
852FBB42197755CC002C5249 /* Frameworks */,
157157
852FBB43197755CC002C5249 /* Resources */,
158158
BB9A98FF658A4D29953551D1 /* Copy Pods Resources */,
159+
20790AE04201DFFC0FF9F3EB /* Embed Pods Frameworks */,
159160
);
160161
buildRules = (
161162
);
@@ -207,6 +208,21 @@
207208
/* End PBXResourcesBuildPhase section */
208209

209210
/* Begin PBXShellScriptBuildPhase section */
211+
20790AE04201DFFC0FF9F3EB /* Embed Pods Frameworks */ = {
212+
isa = PBXShellScriptBuildPhase;
213+
buildActionMask = 2147483647;
214+
files = (
215+
);
216+
inputPaths = (
217+
);
218+
name = "Embed Pods Frameworks";
219+
outputPaths = (
220+
);
221+
runOnlyForDeploymentPostprocessing = 0;
222+
shellPath = /bin/sh;
223+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WordPress-iOS-Shared-Example/Pods-WordPress-iOS-Shared-Example-frameworks.sh\"\n";
224+
showEnvVarsInLog = 0;
225+
};
210226
601245E04F1A43469E176EE1 /* Check Pods Manifest.lock */ = {
211227
isa = PBXShellScriptBuildPhase;
212228
buildActionMask = 2147483647;

WordPress-iOS-Shared-Example/WordPress-iOS-Shared-Example/ColorsTableViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "ColorsTableViewController.h"
2-
#import <WordPress-iOS-Shared/WPStyleGuide.h>
2+
#import <WordPressShared/WPStyleGuide.h>
33

44
@interface ColorsTableViewController ()
55

WordPress-iOS-Shared-Example/WordPress-iOS-Shared-Example/DeviceTableViewController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#import "DeviceTableViewCell.h"
33
#import "DeviceTest.h"
44
#import "FontTableViewCell.h"
5-
#import <WordPress-iOS-Shared/WPDeviceIdentification.h>
6-
#import <WordPress-iOS-Shared/WPStyleGuide.h>
7-
#import <WordPress-iOS-Shared/WPFontManager.h>
5+
#import <WordPressShared/WPDeviceIdentification.h>
6+
#import <WordPressShared/WPStyleGuide.h>
7+
#import <WordPressShared/WPFontManager.h>
88

99
@interface DeviceTableViewController ()
1010

WordPress-iOS-Shared-Example/WordPress-iOS-Shared-Example/FontsTableViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "FontsTableViewController.h"
22
#import "FontTableViewCell.h"
3-
#import <WordPress-iOS-Shared/WPStyleGuide.h>
4-
#import <WordPress-iOS-Shared/WPFontManager.h>
3+
#import <WordPressShared/WPStyleGuide.h>
4+
#import <WordPressShared/WPFontManager.h>
55

66
static const CGFloat FontSize = 20.0;
77

0 commit comments

Comments
 (0)