Skip to content

Commit

Permalink
Add Podfiles to example apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinekim committed Dec 2, 2015
1 parent 89aea4a commit 07b0cdd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 144 deletions.
2 changes: 1 addition & 1 deletion UberRides.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "UberRides"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "The Official Uber Rides iOS SDK."
s.description = <<-DESC
This Swift library allows you to integrate Uber into your iOS app. It is designed to make it quick and easy to add a 'Request a Ride' button in your application, seamlessly connecting your users with Uber.
Expand Down
78 changes: 0 additions & 78 deletions examples/Obj-C SDK/Obj-C SDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
AC0405001BFB82CC00AC1501 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AC0404FE1BFB82CC00AC1501 /* LaunchScreen.storyboard */; };
AC04050B1BFB82CC00AC1501 /* Obj_C_SDKTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AC04050A1BFB82CC00AC1501 /* Obj_C_SDKTests.m */; };
AC0405161BFB82CC00AC1501 /* Obj_C_SDKUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = AC0405151BFB82CC00AC1501 /* Obj_C_SDKUITests.m */; };
AC0405741BFBB32500AC1501 /* UberRides.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC0405291BFB836000AC1501 /* UberRides.framework */; };
AC0405751BFBB32500AC1501 /* UberRides.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AC0405291BFB836000AC1501 /* UberRides.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -34,34 +32,6 @@
remoteGlobalIDString = AC0404EC1BFB82CC00AC1501;
remoteInfo = "Obj-C SDK";
};
AC0405281BFB836000AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0405231BFB836000AC1501 /* UberRides.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = AC0404751BFACD1D00AC1501;
remoteInfo = UberRides;
};
AC04052A1BFB836000AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0405231BFB836000AC1501 /* UberRides.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = AC04047F1BFACD1D00AC1501;
remoteInfo = UberRidesTests;
};
AC04052C1BFB837100AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0405231BFB836000AC1501 /* UberRides.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = AC0404741BFACD1D00AC1501;
remoteInfo = UberRides;
};
AC0405761BFBB32500AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0405231BFB836000AC1501 /* UberRides.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = AC0404741BFACD1D00AC1501;
remoteInfo = UberRides;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -71,7 +41,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
AC0405751BFBB32500AC1501 /* UberRides.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -95,15 +64,13 @@
AC0405111BFB82CC00AC1501 /* Obj-C SDKUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Obj-C SDKUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
AC0405151BFB82CC00AC1501 /* Obj_C_SDKUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Obj_C_SDKUITests.m; sourceTree = "<group>"; };
AC0405171BFB82CC00AC1501 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AC0405231BFB836000AC1501 /* UberRides.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = UberRides.xcodeproj; path = ../../source/UberRides.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
AC0404EA1BFB82CC00AC1501 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AC0405741BFBB32500AC1501 /* UberRides.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -127,7 +94,6 @@
AC0404E41BFB82CC00AC1501 = {
isa = PBXGroup;
children = (
AC0405231BFB836000AC1501 /* UberRides.xcodeproj */,
AC0404EF1BFB82CC00AC1501 /* Obj-C SDK */,
AC0405091BFB82CC00AC1501 /* Obj-C SDKTests */,
AC0405141BFB82CC00AC1501 /* Obj-C SDKUITests */,
Expand Down Expand Up @@ -187,15 +153,6 @@
path = "Obj-C SDKUITests";
sourceTree = "<group>";
};
AC0405241BFB836000AC1501 /* Products */ = {
isa = PBXGroup;
children = (
AC0405291BFB836000AC1501 /* UberRides.framework */,
AC04052B1BFB836000AC1501 /* UberRidesTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -211,8 +168,6 @@
buildRules = (
);
dependencies = (
AC04052D1BFB837100AC1501 /* PBXTargetDependency */,
AC0405771BFBB32500AC1501 /* PBXTargetDependency */,
);
name = "Obj-C SDK";
productName = "Obj-C SDK";
Expand Down Expand Up @@ -290,12 +245,6 @@
mainGroup = AC0404E41BFB82CC00AC1501;
productRefGroup = AC0404EE1BFB82CC00AC1501 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = AC0405241BFB836000AC1501 /* Products */;
ProjectRef = AC0405231BFB836000AC1501 /* UberRides.xcodeproj */;
},
);
projectRoot = "";
targets = (
AC0404EC1BFB82CC00AC1501 /* Obj-C SDK */,
Expand All @@ -305,23 +254,6 @@
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
AC0405291BFB836000AC1501 /* UberRides.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = UberRides.framework;
remoteRef = AC0405281BFB836000AC1501 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
AC04052B1BFB836000AC1501 /* UberRidesTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = UberRidesTests.xctest;
remoteRef = AC04052A1BFB836000AC1501 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
AC0404EB1BFB82CC00AC1501 /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand Down Expand Up @@ -389,16 +321,6 @@
target = AC0404EC1BFB82CC00AC1501 /* Obj-C SDK */;
targetProxy = AC0405121BFB82CC00AC1501 /* PBXContainerItemProxy */;
};
AC04052D1BFB837100AC1501 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = UberRides;
targetProxy = AC04052C1BFB837100AC1501 /* PBXContainerItemProxy */;
};
AC0405771BFBB32500AC1501 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = UberRides;
targetProxy = AC0405761BFBB32500AC1501 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9059" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8122"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
</dependencies>
<scenes>
<!--View Controller-->
Expand Down
5 changes: 5 additions & 0 deletions examples/Obj-C SDK/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
use_frameworks!

target 'Obj-C SDK' do
pod 'UberRides'
end
5 changes: 5 additions & 0 deletions examples/Swift SDK/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
use_frameworks!

target 'Swift SDK' do
pod 'UberRides'
end
63 changes: 0 additions & 63 deletions examples/Swift SDK/Swift SDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
AC0404B21BFAD0C800AC1501 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AC0404B01BFAD0C800AC1501 /* LaunchScreen.storyboard */; };
AC0404BD1BFAD0C800AC1501 /* Swift_SDKTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC0404BC1BFAD0C800AC1501 /* Swift_SDKTests.swift */; };
AC0404C81BFAD0C800AC1501 /* Swift_SDKUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC0404C71BFAD0C800AC1501 /* Swift_SDKUITests.swift */; };
AC0404E31BFAD54200AC1501 /* UberRides.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC0404DB1BFAD0D800AC1501 /* UberRides.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -32,27 +31,6 @@
remoteGlobalIDString = AC0404A31BFAD0C800AC1501;
remoteInfo = "Swift SDK";
};
AC0404DA1BFAD0D800AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0404D51BFAD0D700AC1501 /* UberRides.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = AC0404751BFACD1D00AC1501;
remoteInfo = UberRides;
};
AC0404DC1BFAD0D800AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0404D51BFAD0D700AC1501 /* UberRides.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = AC04047F1BFACD1D00AC1501;
remoteInfo = UberRidesTests;
};
AC0404E11BFAD53200AC1501 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = AC0404D51BFAD0D700AC1501 /* UberRides.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = AC0404741BFACD1D00AC1501;
remoteInfo = UberRides;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
Expand All @@ -69,15 +47,13 @@
AC0404C31BFAD0C800AC1501 /* Swift SDKUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Swift SDKUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
AC0404C71BFAD0C800AC1501 /* Swift_SDKUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Swift_SDKUITests.swift; sourceTree = "<group>"; };
AC0404C91BFAD0C800AC1501 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AC0404D51BFAD0D700AC1501 /* UberRides.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = UberRides.xcodeproj; path = ../../source/UberRides.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
AC0404A11BFAD0C800AC1501 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AC0404E31BFAD54200AC1501 /* UberRides.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -101,7 +77,6 @@
AC04049B1BFAD0C800AC1501 = {
isa = PBXGroup;
children = (
AC0404D51BFAD0D700AC1501 /* UberRides.xcodeproj */,
AC0404A61BFAD0C800AC1501 /* Swift SDK */,
AC0404BB1BFAD0C800AC1501 /* Swift SDKTests */,
AC0404C61BFAD0C800AC1501 /* Swift SDKUITests */,
Expand Down Expand Up @@ -150,15 +125,6 @@
path = "Swift SDKUITests";
sourceTree = "<group>";
};
AC0404D61BFAD0D700AC1501 /* Products */ = {
isa = PBXGroup;
children = (
AC0404DB1BFAD0D800AC1501 /* UberRides.framework */,
AC0404DD1BFAD0D800AC1501 /* UberRidesTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -173,7 +139,6 @@
buildRules = (
);
dependencies = (
AC0404E21BFAD53200AC1501 /* PBXTargetDependency */,
);
name = "Swift SDK";
productName = "Swift SDK";
Expand Down Expand Up @@ -252,12 +217,6 @@
mainGroup = AC04049B1BFAD0C800AC1501;
productRefGroup = AC0404A51BFAD0C800AC1501 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = AC0404D61BFAD0D700AC1501 /* Products */;
ProjectRef = AC0404D51BFAD0D700AC1501 /* UberRides.xcodeproj */;
},
);
projectRoot = "";
targets = (
AC0404A31BFAD0C800AC1501 /* Swift SDK */,
Expand All @@ -267,23 +226,6 @@
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
AC0404DB1BFAD0D800AC1501 /* UberRides.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = UberRides.framework;
remoteRef = AC0404DA1BFAD0D800AC1501 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
AC0404DD1BFAD0D800AC1501 /* UberRidesTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = UberRidesTests.xctest;
remoteRef = AC0404DC1BFAD0D800AC1501 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
AC0404A21BFAD0C800AC1501 /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand Down Expand Up @@ -350,11 +292,6 @@
target = AC0404A31BFAD0C800AC1501 /* Swift SDK */;
targetProxy = AC0404C41BFAD0C800AC1501 /* PBXContainerItemProxy */;
};
AC0404E21BFAD53200AC1501 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = UberRides;
targetProxy = AC0404E11BFAD53200AC1501 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down

0 comments on commit 07b0cdd

Please sign in to comment.