Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
[Pod] Install with 0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Oct 11, 2015
1 parent f44be93 commit ad7285a
Show file tree
Hide file tree
Showing 12 changed files with 643 additions and 538 deletions.
23 changes: 16 additions & 7 deletions app/CocoaPods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,13 @@
60FE01621B9B76400027EEE3 /* Splash */ = {
isa = PBXGroup;
children = (
51C2188F1A20A8090066F071 /* CPCLIToolInstallationController.h */,
51C218901A20A8090066F071 /* CPCLIToolInstallationController.m */,
);
name = Splash;
sourceTree = "<group>";
};
60FE01631B9B76470027EEE3 /* Project Document */ = {
isa = PBXGroup;
children = (
51165E561A1B925300DCFC94 /* CPUserProject.xib */,
51165E541A1B925200DCFC94 /* CPUserProject.h */,
51165E551A1B925300DCFC94 /* CPUserProject.m */,
60FE01661B9B7AA70027EEE3 /* SMLTextView+CocoaPods.m */,
);
name = "Project Document";
Expand All @@ -235,8 +230,6 @@
60FE01641B9B76520027EEE3 /* Project */ = {
isa = PBXGroup;
children = (
51165E241A17AFF500DCFC94 /* CPAppDelegate.h */,
51165E251A17AFF500DCFC94 /* CPAppDelegate.m */,
);
name = Project;
sourceTree = "<group>";
Expand All @@ -263,6 +256,7 @@
1FFFBB091BA25469004A8D1E /* Copy Helper Executables */,
6BD77045CBC4B67B3E622EE9 /* Copy Pods Resources */,
5180FE921AD1CFE400314D61 /* Sign Sparkle.framework */,
C389B243CFF5D9C401BC4F6D /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -392,6 +386,21 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
C389B243CFF5D9C401BC4F6D /* 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/Pods-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion app/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ SPEC CHECKSUMS:
Fragaria: e9d2dfc249d394732f784bfb939cbba1618e45b1
Sparkle: 75bbbc5ab2d666f7f77c241afe7fd28364a8f9f7

COCOAPODS: 0.38.2
COCOAPODS: 0.39.0
2 changes: 1 addition & 1 deletion app/Pods/Manifest.lock

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

1,028 changes: 518 additions & 510 deletions app/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

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

This file was deleted.

6 changes: 5 additions & 1 deletion app/Pods/Target Support Files/Fragaria/Fragaria.xcconfig

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

91 changes: 91 additions & 0 deletions app/Pods/Target Support Files/Pods/Pods-frameworks.sh

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

2 changes: 1 addition & 1 deletion app/Pods/Target Support Files/Pods/Pods-resources.sh

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

6 changes: 3 additions & 3 deletions app/Pods/Target Support Files/Pods/Pods.debug.xcconfig

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

6 changes: 3 additions & 3 deletions app/Pods/Target Support Files/Pods/Pods.release.xcconfig

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

0 comments on commit ad7285a

Please sign in to comment.