Skip to content

Commit

Permalink
Switched example project to CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Jun 7, 2016
1 parent 81c77d7 commit 029a2ce
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GithubBrowser/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Carthage
Pods
77 changes: 77 additions & 0 deletions Examples/GithubBrowser/GithubBrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
713AB3CBE73243473E91C834 /* Pods_GithubBrowser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18CDC2D94A6B11796E5F8136 /* Pods_GithubBrowser.framework */; };
DA2B55621C7D6F8700EB4D67 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2B55611C7D6F8700EB4D67 /* User.swift */; };
DA2B55641C7D76B500EB4D67 /* Repository.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2B55631C7D76B500EB4D67 /* Repository.swift */; };
DA2B55681C7ED14800EB4D67 /* SiestaTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2B55671C7ED14700EB4D67 /* SiestaTheme.swift */; };
Expand All @@ -21,6 +22,9 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
18CDC2D94A6B11796E5F8136 /* Pods_GithubBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GithubBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A30D9B88A43E86FECB6FED59 /* Pods-GithubBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GithubBrowser.release.xcconfig"; path = "Pods/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser.release.xcconfig"; sourceTree = "<group>"; };
CC0AB1A69A9C04B0879CFD4C /* Pods-GithubBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GithubBrowser.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser.debug.xcconfig"; sourceTree = "<group>"; };
DA2B55611C7D6F8700EB4D67 /* User.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
DA2B55631C7D76B500EB4D67 /* Repository.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Repository.swift; sourceTree = "<group>"; };
DA2B55671C7ED14700EB4D67 /* SiestaTheme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SiestaTheme.swift; sourceTree = "<group>"; };
Expand All @@ -41,12 +45,30 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
713AB3CBE73243473E91C834 /* Pods_GithubBrowser.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8AED95D5D78D84DA71FAF1F6 /* Frameworks */ = {
isa = PBXGroup;
children = (
18CDC2D94A6B11796E5F8136 /* Pods_GithubBrowser.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
8EAA22C9983411DA11E59936 /* Pods */ = {
isa = PBXGroup;
children = (
CC0AB1A69A9C04B0879CFD4C /* Pods-GithubBrowser.debug.xcconfig */,
A30D9B88A43E86FECB6FED59 /* Pods-GithubBrowser.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
DA2B55601C7D6F7B00EB4D67 /* Model */ = {
isa = PBXGroup;
children = (
Expand All @@ -72,6 +94,8 @@
children = (
DA74623B1B4C768B00406D67 /* Source */,
DA74623A1B4C768B00406D67 /* Products */,
8EAA22C9983411DA11E59936 /* Pods */,
8AED95D5D78D84DA71FAF1F6 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -121,9 +145,12 @@
isa = PBXNativeTarget;
buildConfigurationList = DA74624B1B4C768B00406D67 /* Build configuration list for PBXNativeTarget "GithubBrowser" */;
buildPhases = (
589B08AB8210E6BCC8924F81 /* 📦 Check Pods Manifest.lock */,
DA7462351B4C768B00406D67 /* Sources */,
DA7462361B4C768B00406D67 /* Frameworks */,
DA7462371B4C768B00406D67 /* Resources */,
ABBC5F5CF6B83AF37EB2D67F /* 📦 Embed Pods Frameworks */,
DD66E6435D504CAF585B7E20 /* 📦 Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -179,6 +206,54 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
589B08AB8210E6BCC8924F81 /* 📦 Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
ABBC5F5CF6B83AF37EB2D67F /* 📦 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-GithubBrowser/Pods-GithubBrowser-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
DD66E6435D504CAF585B7E20 /* 📦 Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
DA7462351B4C768B00406D67 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -300,6 +375,7 @@
};
DA74624C1B4C768B00406D67 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = CC0AB1A69A9C04B0879CFD4C /* Pods-GithubBrowser.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Source/Info.plist;
Expand All @@ -312,6 +388,7 @@
};
DA74624D1B4C768B00406D67 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A30D9B88A43E86FECB6FED59 /* Pods-GithubBrowser.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Source/Info.plist;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Examples/GithubBrowser/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform :ios, '9.0'

target 'GithubBrowser' do
use_frameworks!

pod 'Siesta', path: '../..'
pod 'SwiftyJSON'
end
21 changes: 21 additions & 0 deletions Examples/GithubBrowser/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
PODS:
- Siesta (1.0-beta.6):
- Siesta/Core (= 1.0-beta.6)
- Siesta/Core (1.0-beta.6)
- SwiftyJSON (2.3.2)

DEPENDENCIES:
- Siesta (from `../..`)
- SwiftyJSON

EXTERNAL SOURCES:
Siesta:
:path: "../.."

SPEC CHECKSUMS:
Siesta: 353fba713b4ce9112c26f6b5038ccebeb897f60b
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a

PODFILE CHECKSUM: 1b049ab49e1e4cfa3e646e34135423a20b163fb4

COCOAPODS: 1.0.0

0 comments on commit 029a2ce

Please sign in to comment.