Skip to content

Commit

Permalink
Removed quotes for .h inclusion, added readme and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
william26 committed Jun 17, 2014
1 parent a96a10e commit 78fa6d8
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 42 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout

#CocoaPods
Pods
160 changes: 124 additions & 36 deletions OAuthiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
objectVersion = 46;
objects = {

/* Begin PBXAggregateTarget section */
710D9FB31950A32700FA70A1 /* Framework */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 710D9FB41950A32700FA70A1 /* Build configuration list for PBXAggregateTarget "Framework" */;
buildPhases = (
710D9FB91950A33A00FA70A1 /* ShellScript */,
);
dependencies = (
710D9FB81950A33100FA70A1 /* PBXTargetDependency */,
);
name = Framework;
productName = Framework;
};
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
710D9EB819507E4D00FA70A1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 710D9EB719507E4D00FA70A1 /* Foundation.framework */; };
710D9EBD19507E4D00FA70A1 /* OAuthiOS.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 710D9EBC19507E4D00FA70A1 /* OAuthiOS.h */; };
Expand All @@ -16,14 +31,15 @@
710D9ED219507E4D00FA70A1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 710D9ED019507E4D00FA70A1 /* InfoPlist.strings */; };
710D9ED419507E4D00FA70A1 /* OAuthiOSTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9ED319507E4D00FA70A1 /* OAuthiOSTests.m */; };
710D9EDE19507F1300FA70A1 /* OAuthiOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9EBC19507E4D00FA70A1 /* OAuthiOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9EE919507F3800FA70A1 /* OAuthIO.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9EE019507F3800FA70A1 /* OAuthIO.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9EEA19507F3800FA70A1 /* OAuthIO.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9EE119507F3800FA70A1 /* OAuthIO.m */; };
710D9EEB19507F3800FA70A1 /* OAuthIOData.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9EE219507F3800FA70A1 /* OAuthIOData.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9EEC19507F3800FA70A1 /* OAuthIOData.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9EE319507F3800FA70A1 /* OAuthIOData.m */; };
710D9EED19507F3800FA70A1 /* OAuthIOModal.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9EE419507F3800FA70A1 /* OAuthIOModal.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9EEE19507F3800FA70A1 /* OAuthIOModal.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9EE519507F3800FA70A1 /* OAuthIOModal.m */; };
710D9EEF19507F3800FA70A1 /* OAuthIORequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9EE719507F3800FA70A1 /* OAuthIORequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9EF019507F3800FA70A1 /* OAuthIORequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9EE819507F3800FA70A1 /* OAuthIORequest.m */; };
710D9FA519509B2800FA70A1 /* OAuthIO.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9F9D19509B2800FA70A1 /* OAuthIO.m */; };
710D9FA619509B2800FA70A1 /* OAuthIOData.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9F9F19509B2800FA70A1 /* OAuthIOData.m */; };
710D9FA719509B2800FA70A1 /* OAuthIOModal.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9FA119509B2800FA70A1 /* OAuthIOModal.m */; };
710D9FA819509B2800FA70A1 /* OAuthIOModal.xib in Resources */ = {isa = PBXBuildFile; fileRef = 710D9FA219509B2800FA70A1 /* OAuthIOModal.xib */; };
710D9FA919509B2800FA70A1 /* OAuthIORequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 710D9FA419509B2800FA70A1 /* OAuthIORequest.m */; };
710D9FAD19509EC500FA70A1 /* OAuthIORequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9FA319509B2800FA70A1 /* OAuthIORequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9FAF19509ED400FA70A1 /* OAuthIOModal.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9FA019509B2800FA70A1 /* OAuthIOModal.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9FB019509ED900FA70A1 /* OAuthIOData.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9F9E19509B2800FA70A1 /* OAuthIOData.h */; settings = {ATTRIBUTES = (Public, ); }; };
710D9FB119509EDE00FA70A1 /* OAuthIO.h in Headers */ = {isa = PBXBuildFile; fileRef = 710D9F9C19509B2800FA70A1 /* OAuthIO.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -34,6 +50,13 @@
remoteGlobalIDString = 710D9EB319507E4D00FA70A1;
remoteInfo = OAuthiOS;
};
710D9FB71950A33100FA70A1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 710D9EAC19507E4D00FA70A1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 710D9EB319507E4D00FA70A1;
remoteInfo = OAuthiOS;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -60,15 +83,17 @@
710D9ECF19507E4D00FA70A1 /* OAuthiOSTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "OAuthiOSTests-Info.plist"; sourceTree = "<group>"; };
710D9ED119507E4D00FA70A1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
710D9ED319507E4D00FA70A1 /* OAuthiOSTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OAuthiOSTests.m; sourceTree = "<group>"; };
710D9EE019507F3800FA70A1 /* OAuthIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIO.h; sourceTree = "<group>"; };
710D9EE119507F3800FA70A1 /* OAuthIO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIO.m; sourceTree = "<group>"; };
710D9EE219507F3800FA70A1 /* OAuthIOData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIOData.h; sourceTree = "<group>"; };
710D9EE319507F3800FA70A1 /* OAuthIOData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIOData.m; sourceTree = "<group>"; };
710D9EE419507F3800FA70A1 /* OAuthIOModal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIOModal.h; sourceTree = "<group>"; };
710D9EE519507F3800FA70A1 /* OAuthIOModal.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIOModal.m; sourceTree = "<group>"; };
710D9EE619507F3800FA70A1 /* OAuthIOModal.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = OAuthIOModal.xib; sourceTree = "<group>"; };
710D9EE719507F3800FA70A1 /* OAuthIORequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIORequest.h; sourceTree = "<group>"; };
710D9EE819507F3800FA70A1 /* OAuthIORequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIORequest.m; sourceTree = "<group>"; };
710D9F9C19509B2800FA70A1 /* OAuthIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIO.h; sourceTree = "<group>"; };
710D9F9D19509B2800FA70A1 /* OAuthIO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIO.m; sourceTree = "<group>"; };
710D9F9E19509B2800FA70A1 /* OAuthIOData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIOData.h; sourceTree = "<group>"; };
710D9F9F19509B2800FA70A1 /* OAuthIOData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIOData.m; sourceTree = "<group>"; };
710D9FA019509B2800FA70A1 /* OAuthIOModal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIOModal.h; sourceTree = "<group>"; };
710D9FA119509B2800FA70A1 /* OAuthIOModal.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIOModal.m; sourceTree = "<group>"; };
710D9FA219509B2800FA70A1 /* OAuthIOModal.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = OAuthIOModal.xib; sourceTree = "<group>"; };
710D9FA319509B2800FA70A1 /* OAuthIORequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthIORequest.h; sourceTree = "<group>"; };
710D9FA419509B2800FA70A1 /* OAuthIORequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthIORequest.m; sourceTree = "<group>"; };
71F3011F1950AB9A004515FC /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
71F301201950ABA7004515FC /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -97,6 +122,8 @@
710D9EAB19507E4D00FA70A1 = {
isa = PBXGroup;
children = (
71F301201950ABA7004515FC /* README.md */,
71F3011F1950AB9A004515FC /* .gitignore */,
710D9EB919507E4D00FA70A1 /* OAuthiOS */,
710D9ECD19507E4D00FA70A1 /* OAuthiOSTests */,
710D9EB619507E4D00FA70A1 /* Frameworks */,
Expand Down Expand Up @@ -126,7 +153,7 @@
710D9EB919507E4D00FA70A1 /* OAuthiOS */ = {
isa = PBXGroup;
children = (
710D9EDF19507F3800FA70A1 /* Src */,
710D9F9B19509B2800FA70A1 /* Src */,
710D9EBC19507E4D00FA70A1 /* OAuthiOS.h */,
710D9EBA19507E4D00FA70A1 /* Supporting Files */,
);
Expand Down Expand Up @@ -159,18 +186,18 @@
name = "Supporting Files";
sourceTree = "<group>";
};
710D9EDF19507F3800FA70A1 /* Src */ = {
710D9F9B19509B2800FA70A1 /* Src */ = {
isa = PBXGroup;
children = (
710D9EE019507F3800FA70A1 /* OAuthIO.h */,
710D9EE119507F3800FA70A1 /* OAuthIO.m */,
710D9EE219507F3800FA70A1 /* OAuthIOData.h */,
710D9EE319507F3800FA70A1 /* OAuthIOData.m */,
710D9EE419507F3800FA70A1 /* OAuthIOModal.h */,
710D9EE519507F3800FA70A1 /* OAuthIOModal.m */,
710D9EE619507F3800FA70A1 /* OAuthIOModal.xib */,
710D9EE719507F3800FA70A1 /* OAuthIORequest.h */,
710D9EE819507F3800FA70A1 /* OAuthIORequest.m */,
710D9F9C19509B2800FA70A1 /* OAuthIO.h */,
710D9F9D19509B2800FA70A1 /* OAuthIO.m */,
710D9F9E19509B2800FA70A1 /* OAuthIOData.h */,
710D9F9F19509B2800FA70A1 /* OAuthIOData.m */,
710D9FA019509B2800FA70A1 /* OAuthIOModal.h */,
710D9FA119509B2800FA70A1 /* OAuthIOModal.m */,
710D9FA219509B2800FA70A1 /* OAuthIOModal.xib */,
710D9FA319509B2800FA70A1 /* OAuthIORequest.h */,
710D9FA419509B2800FA70A1 /* OAuthIORequest.m */,
);
path = Src;
sourceTree = "<group>";
Expand All @@ -182,10 +209,10 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
710D9EEF19507F3800FA70A1 /* OAuthIORequest.h in Headers */,
710D9EEB19507F3800FA70A1 /* OAuthIOData.h in Headers */,
710D9EED19507F3800FA70A1 /* OAuthIOModal.h in Headers */,
710D9EE919507F3800FA70A1 /* OAuthIO.h in Headers */,
710D9FAF19509ED400FA70A1 /* OAuthIOModal.h in Headers */,
710D9FAD19509EC500FA70A1 /* OAuthIORequest.h in Headers */,
710D9FB019509ED900FA70A1 /* OAuthIOData.h in Headers */,
710D9FB119509EDE00FA70A1 /* OAuthIO.h in Headers */,
710D9EDE19507F1300FA70A1 /* OAuthiOS.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -201,6 +228,7 @@
710D9EB119507E4D00FA70A1 /* Frameworks */,
710D9EB219507E4D00FA70A1 /* CopyFiles */,
710D9EDD19507F0500FA70A1 /* Headers */,
710D9FAC19509D8300FA70A1 /* Prepare framework */,
);
buildRules = (
);
Expand Down Expand Up @@ -252,6 +280,7 @@
targets = (
710D9EB319507E4D00FA70A1 /* OAuthiOS */,
710D9EC319507E4D00FA70A1 /* OAuthiOSTests */,
710D9FB31950A32700FA70A1 /* Framework */,
);
};
/* End PBXProject section */
Expand All @@ -262,28 +291,59 @@
buildActionMask = 2147483647;
files = (
710D9ED219507E4D00FA70A1 /* InfoPlist.strings in Resources */,
710D9FA819509B2800FA70A1 /* OAuthIOModal.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
710D9FAC19509D8300FA70A1 /* Prepare framework */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Prepare framework";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -e\n\nmkdir -p \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Versions/A/Headers\"\n\n# Link the \"Current\" version to \"A\"\n/bin/ln -sfh A \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Versions/Current\"\n/bin/ln -sfh Versions/Current/Headers \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Headers\"\n/bin/ln -sfh \"Versions/Current/${PRODUCT_NAME}\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/${PRODUCT_NAME}\"\n\n# The -a ensures that the headers maintain the source modification date so that we don't constantly\n# cause propagating rebuilds of files that import these headers.\n/bin/cp -a \"${TARGET_BUILD_DIR}/${PUBLIC_HEADERS_FOLDER_PATH}/\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.framework/Versions/A/Headers\"\n";
};
710D9FB91950A33A00FA70A1 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -e\n\n# If we're already inside this script then die\nif [ -n \"$RW_MULTIPLATFORM_BUILD_IN_PROGRESS\" ]; then\nexit 0\nfi\nexport RW_MULTIPLATFORM_BUILD_IN_PROGRESS=1\n\nRW_FRAMEWORK_NAME=${PROJECT_NAME}\nRW_INPUT_STATIC_LIB=\"lib${PROJECT_NAME}.a\"\nRW_FRAMEWORK_LOCATION=\"${BUILT_PRODUCTS_DIR}/${RW_FRAMEWORK_NAME}.framework\"\n\nfunction build_static_library {\n # Will rebuild the static library as specified\n # build_static_library sdk\n xcrun xcodebuild -project \"${PROJECT_FILE_PATH}\" \\\n -target \"${TARGET_NAME}\" \\\n -configuration \"${CONFIGURATION}\" \\\n -sdk \"${1}\" \\\n ONLY_ACTIVE_ARCH=NO \\\n BUILD_DIR=\"${BUILD_DIR}\" \\\n OBJROOT=\"${OBJROOT}\" \\\n BUILD_ROOT=\"${BUILD_ROOT}\" \\\n SYMROOT=\"${SYMROOT}\" $ACTION\n}\n\nfunction make_fat_library {\n # Will smash 2 static libs together\n # make_fat_library in1 in2 out\n xcrun lipo -create \"${1}\" \"${2}\" -output \"${3}\"\n}\n\n# 1 - Extract the platform (iphoneos/iphonesimulator) from the SDK name\nif [[ \"$SDK_NAME\" =~ ([A-Za-z]+) ]]; then\nRW_SDK_PLATFORM=${BASH_REMATCH[1]}\nelse\necho \"Could not find platform name from SDK_NAME: $SDK_NAME\"\nexit 1\nfi\n\n# 2 - Extract the version from the SDK\nif [[ \"$SDK_NAME\" =~ ([0-9]+.*$) ]]; then\nRW_SDK_VERSION=${BASH_REMATCH[1]}\nelse\necho \"Could not find sdk version from SDK_NAME: $SDK_NAME\"\nexit 1\nfi\n\n# 3 - Determine the other platform\nif [ \"$RW_SDK_PLATFORM\" == \"iphoneos\" ]; then\nRW_OTHER_PLATFORM=iphonesimulator\nelse\nRW_OTHER_PLATFORM=iphoneos\nfi\n\n# 4 - Find the build directory\nif [[ \"$BUILT_PRODUCTS_DIR\" =~ (.*)$RW_SDK_PLATFORM$ ]]; then\nRW_OTHER_BUILT_PRODUCTS_DIR=\"${BASH_REMATCH[1]}${RW_OTHER_PLATFORM}\"\nelse\necho \"Could not find other platform build directory.\"\nexit 1\nfi\n\n# Build the other platform.\nbuild_static_library \"${RW_OTHER_PLATFORM}${RW_SDK_VERSION}\"\n\n# If we're currently building for iphonesimulator, then need to rebuild\n# to ensure that we get both i386 and x86_64\nif [ \"$RW_SDK_PLATFORM\" == \"iphonesimulator\" ]; then\nbuild_static_library \"${SDK_NAME}\"\nfi\n\n# Join the 2 static libs into 1 and push into the .framework\nmake_fat_library \"${BUILT_PRODUCTS_DIR}/${RW_INPUT_STATIC_LIB}\" \\\n\"${RW_OTHER_BUILT_PRODUCTS_DIR}/${RW_INPUT_STATIC_LIB}\" \\\n\"${RW_FRAMEWORK_LOCATION}/Versions/A/${RW_FRAMEWORK_NAME}\"\n\n# Ensure that the framework is present in both platform's build directories\ncp -a \"${RW_FRAMEWORK_LOCATION}/Versions/A/${RW_FRAMEWORK_NAME}\" \\\n\"${RW_OTHER_BUILT_PRODUCTS_DIR}/${RW_FRAMEWORK_NAME}.framework/Versions/A/${RW_FRAMEWORK_NAME}\"\n\n# Copy the framework to the user's desktop\nditto \"${RW_FRAMEWORK_LOCATION}\" \"${HOME}/Desktop/${RW_FRAMEWORK_NAME}.framework\"";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
710D9EB019507E4D00FA70A1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
710D9EEA19507F3800FA70A1 /* OAuthIO.m in Sources */,
710D9EF019507F3800FA70A1 /* OAuthIORequest.m in Sources */,
710D9EEE19507F3800FA70A1 /* OAuthIOModal.m in Sources */,
710D9EEC19507F3800FA70A1 /* OAuthIOData.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
710D9EC019507E4D00FA70A1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
710D9FA919509B2800FA70A1 /* OAuthIORequest.m in Sources */,
710D9ED419507E4D00FA70A1 /* OAuthiOSTests.m in Sources */,
710D9FA619509B2800FA70A1 /* OAuthIOData.m in Sources */,
710D9FA519509B2800FA70A1 /* OAuthIO.m in Sources */,
710D9FA719509B2800FA70A1 /* OAuthIOModal.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -295,6 +355,11 @@
target = 710D9EB319507E4D00FA70A1 /* OAuthiOS */;
targetProxy = 710D9ECA19507E4D00FA70A1 /* PBXContainerItemProxy */;
};
710D9FB81950A33100FA70A1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 710D9EB319507E4D00FA70A1 /* OAuthiOS */;
targetProxy = 710D9FB71950A33100FA70A1 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -445,6 +510,20 @@
};
name = Release;
};
710D9FB51950A32700FA70A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
710D9FB61950A32700FA70A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -475,6 +554,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
710D9FB41950A32700FA70A1 /* Build configuration list for PBXAggregateTarget "Framework" */ = {
isa = XCConfigurationList;
buildConfigurations = (
710D9FB51950A32700FA70A1 /* Debug */,
710D9FB61950A32700FA70A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 710D9EAC19507E4D00FA70A1 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>Framework.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>OAuthiOS.xcscheme</key>
<dict>
<key>orderHint</key>
Expand All @@ -22,6 +27,11 @@
<key>primary</key>
<true/>
</dict>
<key>710D9FB31950A32700FA70A1</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
6 changes: 3 additions & 3 deletions OAuthiOS/OAuthiOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
//

#import <Foundation/Foundation.h>
#import "OAuthIORequest.h"
#import "OAuthIOData.h"
#import "OAuthIOModal.h"
#import <OAUthiOS/OAuthIORequest.h>
#import <OAUthiOS/OAuthIOData.h>
#import <OAuthiOS/OAuthIOModal.h>
Loading

0 comments on commit 78fa6d8

Please sign in to comment.