Skip to content

Commit

Permalink
Fixed sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
koke committed Nov 11, 2015
1 parent b3aaf8d commit ee48551
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 24 deletions.
36 changes: 18 additions & 18 deletions WordPress-iOS-Shared-Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- AFNetworking (2.5.4):
- AFNetworking/NSURLConnection (= 2.5.4)
- AFNetworking/NSURLSession (= 2.5.4)
- AFNetworking/Reachability (= 2.5.4)
- AFNetworking/Security (= 2.5.4)
- AFNetworking/Serialization (= 2.5.4)
- AFNetworking/UIKit (= 2.5.4)
- AFNetworking/NSURLConnection (2.5.4):
- AFNetworking (2.6.2):
- AFNetworking/NSURLConnection (= 2.6.2)
- AFNetworking/NSURLSession (= 2.6.2)
- AFNetworking/Reachability (= 2.6.2)
- AFNetworking/Security (= 2.6.2)
- AFNetworking/Serialization (= 2.6.2)
- AFNetworking/UIKit (= 2.6.2)
- AFNetworking/NSURLConnection (2.6.2):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.5.4):
- AFNetworking/NSURLSession (2.6.2):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.5.4)
- AFNetworking/Security (2.5.4)
- AFNetworking/Serialization (2.5.4)
- AFNetworking/UIKit (2.5.4):
- AFNetworking/Reachability (2.6.2)
- AFNetworking/Security (2.6.2)
- AFNetworking/Serialization (2.6.2)
- AFNetworking/UIKit (2.6.2):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- CocoaLumberjack (2.0.0):
Expand All @@ -28,7 +28,7 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.0):
- CocoaLumberjack/Default
- WordPress-iOS-Shared (0.4.3):
- WordPress-iOS-Shared (0.5.0):
- AFNetworking (~> 2.5)
- CocoaLumberjack (= 2.0.0)

Expand All @@ -37,11 +37,11 @@ DEPENDENCIES:

EXTERNAL SOURCES:
WordPress-iOS-Shared:
:path: ../
:path: "../"

SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
AFNetworking: 7f317038a9710cabfa43ec56396b307b45df72ab
CocoaLumberjack: a6f77d987d65dc7ba86b0f84db7d0b9084f77bcb
WordPress-iOS-Shared: 20307f6ca50f833cf6bbf98f3a7ef7643d90ce8c
WordPress-iOS-Shared: 5480e7b5c9c55158ea22c89ff44fca5597852224

COCOAPODS: 0.37.2
COCOAPODS: 0.39.0
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
852FBB42197755CC002C5249 /* Frameworks */,
852FBB43197755CC002C5249 /* Resources */,
BB9A98FF658A4D29953551D1 /* Copy Pods Resources */,
20790AE04201DFFC0FF9F3EB /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -207,6 +208,21 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
20790AE04201DFFC0FF9F3EB /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WordPress-iOS-Shared-Example/Pods-WordPress-iOS-Shared-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
601245E04F1A43469E176EE1 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "ColorsTableViewController.h"
#import <WordPress-iOS-Shared/WPStyleGuide.h>
#import <WordPressShared/WPStyleGuide.h>

@interface ColorsTableViewController ()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#import "DeviceTableViewCell.h"
#import "DeviceTest.h"
#import "FontTableViewCell.h"
#import <WordPress-iOS-Shared/WPDeviceIdentification.h>
#import <WordPress-iOS-Shared/WPStyleGuide.h>
#import <WordPress-iOS-Shared/WPFontManager.h>
#import <WordPressShared/WPDeviceIdentification.h>
#import <WordPressShared/WPStyleGuide.h>
#import <WordPressShared/WPFontManager.h>

@interface DeviceTableViewController ()

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "FontsTableViewController.h"
#import "FontTableViewCell.h"
#import <WordPress-iOS-Shared/WPStyleGuide.h>
#import <WordPress-iOS-Shared/WPFontManager.h>
#import <WordPressShared/WPStyleGuide.h>
#import <WordPressShared/WPFontManager.h>

static const CGFloat FontSize = 20.0;

Expand Down

0 comments on commit ee48551

Please sign in to comment.