Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Updates pods to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seancook committed Jul 16, 2016
1 parent 5017d2e commit 5b567f7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-p247
2.3.1
80 changes: 31 additions & 49 deletions ReverseAuthExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,20 @@
objects = {

/* Begin PBXBuildFile section */
511FC0A043BD48833A3F51C1 /* libPods-ReverseAuth.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 96DEFE17C86BA489D644759A /* libPods-ReverseAuth.a */; };
CD3557481610E7290004F744 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF37997142293220071ABF7 /* Accounts.framework */; };
CDAACA6B1610E55A006E4808 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF37960142291940071ABF7 /* UIKit.framework */; };
CDAACA6C1610E55A006E4808 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF37962142291940071ABF7 /* Foundation.framework */; };
CDAACA6E1610E55A006E4808 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDAACA6D1610E55A006E4808 /* CoreGraphics.framework */; };
101D382BB13FFB4C8A9D04A5 /* libPods-ReverseAuth.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40D28D909FB7C45C90247CDA /* libPods-ReverseAuth.a */; };
CDAACAA31610E5D9006E4808 /* TWTAPIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CD40A1FF1610E3060051AE3D /* TWTAPIManager.m */; };
CDAACAA51610E5D9006E4808 /* TWTAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CD40A2011610E3060051AE3D /* TWTAppDelegate.m */; };
CDAACAA71610E5D9006E4808 /* TWTSignedRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = CD40A2031610E3060051AE3D /* TWTSignedRequest.m */; settings = {COMPILER_FLAGS = "-D'TWITTER_CONSUMER_KEY=@\"$(TWITTER_CONSUMER_KEY)\"' -D'TWITTER_CONSUMER_SECRET=@\"$(TWITTER_CONSUMER_SECRET)\"'"; }; };
CDAACAA91610E5D9006E4808 /* TWTViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CD40A2051610E3060051AE3D /* TWTViewController.m */; };
CDAACAAA1610E5D9006E4808 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD40A2091610E3060051AE3D /* main.m */; };
CDAACAB11610E5F6006E4808 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF53BCA160BC8C500AD69A6 /* Social.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
CDAACAB81610E606006E4808 /* twitter.png in Resources */ = {isa = PBXBuildFile; fileRef = CD40A1EF1610E0DC0051AE3D /* twitter.png */; };
CDC57C191A6D689300818A34 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CDC57C181A6D689300818A34 /* Images.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
59AFDC2415CE3DDC5722C617 /* Pods-ReverseAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReverseAuth.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth.release.xcconfig"; sourceTree = "<group>"; };
96DEFE17C86BA489D644759A /* libPods-ReverseAuth.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReverseAuth.a"; sourceTree = BUILT_PRODUCTS_DIR; };
B8D9DD4CC0B532E697A51B7C /* Pods-ReverseAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReverseAuth.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth.debug.xcconfig"; sourceTree = "<group>"; };
1E6DCD59D4CA0F1F1DE36A43 /* Pods-ReverseAuth.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReverseAuth.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth.debug.xcconfig"; sourceTree = "<group>"; };
40D28D909FB7C45C90247CDA /* libPods-ReverseAuth.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReverseAuth.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64A50000A443A54FC433C3CF /* Pods-ReverseAuth.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReverseAuth.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth.release.xcconfig"; sourceTree = "<group>"; };
CD14C12214B3A92B00B8A188 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 0; path = README.md; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.markdown; };
CD21A6191610E4EA002E73B7 /* ReverseAuthExample-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ReverseAuthExample-Info.plist"; sourceTree = "<group>"; };
CD21A61A1610E4EA002E73B7 /* ReverseAuthExample-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ReverseAuthExample-Prefix.pch"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -55,23 +50,18 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CD3557481610E7290004F744 /* Accounts.framework in Frameworks */,
CDAACAB11610E5F6006E4808 /* Social.framework in Frameworks */,
CDAACA6B1610E55A006E4808 /* UIKit.framework in Frameworks */,
CDAACA6C1610E55A006E4808 /* Foundation.framework in Frameworks */,
CDAACA6E1610E55A006E4808 /* CoreGraphics.framework in Frameworks */,
511FC0A043BD48833A3F51C1 /* libPods-ReverseAuth.a in Frameworks */,
101D382BB13FFB4C8A9D04A5 /* libPods-ReverseAuth.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
9CA993A7B67B68B7C0D58D27 /* Pods */ = {
CA5AA358EF2049DF4C142652 /* Pods */ = {
isa = PBXGroup;
children = (
B8D9DD4CC0B532E697A51B7C /* Pods-ReverseAuth.debug.xcconfig */,
59AFDC2415CE3DDC5722C617 /* Pods-ReverseAuth.release.xcconfig */,
1E6DCD59D4CA0F1F1DE36A43 /* Pods-ReverseAuth.debug.xcconfig */,
64A50000A443A54FC433C3CF /* Pods-ReverseAuth.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
Expand All @@ -90,7 +80,6 @@
children = (
CD40A1FD1610E3060051AE3D /* Classes */,
CD40A2061610E3060051AE3D /* Other */,
CD40A20C1610E3060051AE3D /* Vendor */,
);
path = Source;
sourceTree = "<group>";
Expand Down Expand Up @@ -121,13 +110,6 @@
path = Other;
sourceTree = "<group>";
};
CD40A20C1610E3060051AE3D /* Vendor */ = {
isa = PBXGroup;
children = (
);
path = Vendor;
sourceTree = "<group>";
};
CDF37951142291940071ABF7 = {
isa = PBXGroup;
children = (
Expand All @@ -136,7 +118,7 @@
CD40A1E91610E0DC0051AE3D /* Resources */,
CDF3795D142291940071ABF7 /* Products */,
CDF3795F142291940071ABF7 /* Frameworks */,
9CA993A7B67B68B7C0D58D27 /* Pods */,
CA5AA358EF2049DF4C142652 /* Pods */,
);
indentWidth = 4;
sourceTree = "<group>";
Expand All @@ -160,7 +142,7 @@
CDF37960142291940071ABF7 /* UIKit.framework */,
CDF37962142291940071ABF7 /* Foundation.framework */,
CDAACA6D1610E55A006E4808 /* CoreGraphics.framework */,
96DEFE17C86BA489D644759A /* libPods-ReverseAuth.a */,
40D28D909FB7C45C90247CDA /* libPods-ReverseAuth.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -172,14 +154,14 @@
isa = PBXNativeTarget;
buildConfigurationList = CDAACA9C1610E55A006E4808 /* Build configuration list for PBXNativeTarget "ReverseAuth" */;
buildPhases = (
9EC108018E948932077C3476 /* Check Pods Manifest.lock */,
DBCE45A090A726FAC52BEB26 /* [CP] Check Pods Manifest.lock */,
CDAACA651610E55A006E4808 /* Sources */,
CDAACA661610E55A006E4808 /* Frameworks */,
CDAACA671610E55A006E4808 /* Resources */,
15BF5262A70A172F5AE9EFFB /* Copy Pods Resources */,
39B3C7CAA670F09AE60AF14F /* Warn for TODO and FIXME comments */,
1F013D32EEAD8811A36A48FB /* Set version number */,
36CFF9B455EBAEE823B48E5B /* Embed Pods Frameworks */,
648718B979ECF30E6D798266 /* [CP] Embed Pods Frameworks */,
395F618BC9AD2FDEF9FAE16E /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -229,72 +211,72 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
15BF5262A70A172F5AE9EFFB /* Copy Pods Resources */ = {
1F013D32EEAD8811A36A48FB /* Set version number */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
name = "Set version number";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth-resources.sh\"\n";
showEnvVarsInLog = 0;
shellScript = "git=$(sh /etc/profile; which git)\ngit_release_version=$(\"$git\" describe --tags --always --abbrev=0)\nnumber_of_commits=$(\"$git\" rev-list master | wc -l | tr -d ' ')\ntarget_plist=\"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"\ndsym_plist=\"$DWARF_DSYM_FOLDER_PATH/$DWARF_DSYM_FILE_NAME/Contents/Info.plist\"\n\nfor plist in \"$target_plist\" \"$dsym_plist\"; do\n if [ -f \"$plist\" ]; then\n /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $number_of_commits\" \"$plist\"\n /usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${git_release_version#*v}\" \"$plist\"\n fi\ndone\n";
};
1F013D32EEAD8811A36A48FB /* Set version number */ = {
395F618BC9AD2FDEF9FAE16E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Set version number";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "git=$(sh /etc/profile; which git)\ngit_release_version=$(\"$git\" describe --tags --always --abbrev=0)\nnumber_of_commits=$(\"$git\" rev-list master | wc -l | tr -d ' ')\ntarget_plist=\"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"\ndsym_plist=\"$DWARF_DSYM_FOLDER_PATH/$DWARF_DSYM_FILE_NAME/Contents/Info.plist\"\n\nfor plist in \"$target_plist\" \"$dsym_plist\"; do\n if [ -f \"$plist\" ]; then\n /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $number_of_commits\" \"$plist\"\n /usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${git_release_version#*v}\" \"$plist\"\n fi\ndone\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth-resources.sh\"\n";
showEnvVarsInLog = 0;
};
36CFF9B455EBAEE823B48E5B /* Embed Pods Frameworks */ = {
39B3C7CAA670F09AE60AF14F /* Warn for TODO and FIXME comments */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
name = "Warn for TODO and FIXME comments";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth-frameworks.sh\"\n";
showEnvVarsInLog = 0;
shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nFILE_EXTENSIONS=\"swift|h|m|mm|c|cpp\"\nfind -E \"${SRCROOT}\" -ipath \"${SRCROOT}/pods\" -prune -o \\( -regex \".*\\.($FILE_EXTENSIONS)$\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"\n";
};
39B3C7CAA670F09AE60AF14F /* Warn for TODO and FIXME comments */ = {
648718B979ECF30E6D798266 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Warn for TODO and FIXME comments";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nFILE_EXTENSIONS=\"swift|h|m|mm|c|cpp\"\nfind -E \"${SRCROOT}\" -ipath \"${SRCROOT}/pods\" -prune -o \\( -regex \".*\\.($FILE_EXTENSIONS)$\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReverseAuth/Pods-ReverseAuth-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
9EC108018E948932077C3476 /* Check Pods Manifest.lock */ = {
DBCE45A090A726FAC52BEB26 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -333,7 +315,7 @@
/* Begin XCBuildConfiguration section */
CDAACA9D1610E55A006E4808 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B8D9DD4CC0B532E697A51B7C /* Pods-ReverseAuth.debug.xcconfig */;
baseConfigurationReference = 1E6DCD59D4CA0F1F1DE36A43 /* Pods-ReverseAuth.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
Expand All @@ -358,7 +340,7 @@
};
CDAACA9E1610E55A006E4808 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 59AFDC2415CE3DDC5722C617 /* Pods-ReverseAuth.release.xcconfig */;
baseConfigurationReference = 64A50000A443A54FC433C3CF /* Pods-ReverseAuth.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
Expand Down

0 comments on commit 5b567f7

Please sign in to comment.