Commit 5156ab73 authored by Fabio Pelosin's avatar Fabio Pelosin

[UserProjectIntegrator] Return an absolute path for the workspace.

Closes #920
parent ab13151e
...@@ -142,7 +142,11 @@ module Pod ...@@ -142,7 +142,11 @@ module Pod
# #
def workspace_path def workspace_path
if podfile.workspace_path if podfile.workspace_path
Pathname.new(podfile.workspace_path) declared_path = podfile.workspace_path
path_with_ext = File.extname(declared_path) == '.xcworkspace' ? declared_path : "#{declared_path}.xcworkspace"
podfile_dir = File.dirname(podfile.defined_in_file || '')
absolute_path = File.expand_path(path_with_ext, podfile_dir)
Pathname.new(absolute_path)
elsif user_project_paths.count == 1 elsif user_project_paths.count == 1
project = user_project_paths.first.basename('.xcodeproj') project = user_project_paths.first.basename('.xcodeproj')
installation_root + "#{project}.xcworkspace" installation_root + "#{project}.xcworkspace"
......
platform :ios, '6.0'
workspace 'Workspace.xcworkspace'
# TODO: remove
xcodeproj 'SampleApp_1.xcodeproj'
target 'SampleApp_1' do
xcodeproj 'SampleApp_1.xcodeproj'
pod "Reachability", "3.1.0"
end
target :'SampleApp_2' do
xcodeproj 'SampleApp_2.xcodeproj'
pod "Reachability"
end
PODS:
- Reachability (3.1.0)
DEPENDENCIES:
- Reachability
- Reachability (= 3.1.0)
SPEC CHECKSUMS:
Reachability: ba94ecd4eaa037be3d0588b38956672588530c5b
COCOAPODS: 0.17.1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>archiveVersion</key>
<string>1</string>
<key>classes</key>
<dict/>
<key>objectVersion</key>
<string>46</string>
<key>objects</key>
<dict>
<key>3D5F1AE411C94D8D859334FD</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.xcconfig</string>
<key>name</key>
<string>Pods-SampleApp_1.xcconfig</string>
<key>path</key>
<string>Pods/Pods-SampleApp_1.xcconfig</string>
<key>sourceTree</key>
<string>SOURCE_ROOT</string>
</dict>
<key>4F77B80E5EA54B6F92C34F38</key>
<dict>
<key>explicitFileType</key>
<string>archive.ar</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>name</key>
<string>libPods-SampleApp_1.a</string>
<key>path</key>
<string>libPods-SampleApp_1.a</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>AC7C93EF277449919B01A56D</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Copy Pods Resources</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>"${SRCROOT}/Pods/Pods-SampleApp_1-resources.sh"
</string>
<key>showEnvVarsInLog</key>
<string>1</string>
</dict>
<key>E0E5FC89F890489F8A0A251F</key>
<dict>
<key>fileRef</key>
<string>4F77B80E5EA54B6F92C34F38</string>
<key>isa</key>
<string>PBXBuildFile</string>
<key>settings</key>
<dict/>
</dict>
<key>E575589216C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A416C5943000DC1500</string>
<string>E575589D16C5943000DC1500</string>
<string>E575589C16C5943000DC1500</string>
<string>3D5F1AE411C94D8D859334FD</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E575589316C5943000DC1500</key>
<dict>
<key>attributes</key>
<dict>
<key>CLASSPREFIX</key>
<string>CP</string>
<key>LastUpgradeCheck</key>
<string>0460</string>
<key>ORGANIZATIONNAME</key>
<string>CocoaPods</string>
</dict>
<key>buildConfigurationList</key>
<string>E575589616C5943000DC1500</string>
<key>compatibilityVersion</key>
<string>Xcode 3.2</string>
<key>developmentRegion</key>
<string>English</string>
<key>hasScannedForEncodings</key>
<string>0</string>
<key>isa</key>
<string>PBXProject</string>
<key>knownRegions</key>
<array>
<string>en</string>
</array>
<key>mainGroup</key>
<string>E575589216C5943000DC1500</string>
<key>productRefGroup</key>
<string>E575589C16C5943000DC1500</string>
<key>projectDirPath</key>
<string></string>
<key>projectReferences</key>
<array/>
<key>projectRoot</key>
<string></string>
<key>targets</key>
<array>
<string>E575589A16C5943000DC1500</string>
</array>
</dict>
<key>E575589616C5943000DC1500</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>E57558B616C5943100DC1500</string>
<string>E57558B716C5943100DC1500</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>E575589716C5943000DC1500</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>E57558AB16C5943000DC1500</string>
<string>E57558B216C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXSourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>E575589816C5943000DC1500</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>E575589F16C5943000DC1500</string>
<string>E0E5FC89F890489F8A0A251F</string>
</array>
<key>isa</key>
<string>PBXFrameworksBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>E575589916C5943000DC1500</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>E57558A916C5943000DC1500</string>
<string>E57558AF16C5943000DC1500</string>
<string>E57558B516C5943100DC1500</string>
</array>
<key>isa</key>
<string>PBXResourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>E575589A16C5943000DC1500</key>
<dict>
<key>buildConfigurationList</key>
<string>E57558B816C5943100DC1500</string>
<key>buildPhases</key>
<array>
<string>E575589716C5943000DC1500</string>
<string>E575589816C5943000DC1500</string>
<string>E575589916C5943000DC1500</string>
<string>AC7C93EF277449919B01A56D</string>
</array>
<key>buildRules</key>
<array/>
<key>dependencies</key>
<array/>
<key>isa</key>
<string>PBXNativeTarget</string>
<key>name</key>
<string>SampleApp_1</string>
<key>productName</key>
<string>SampleApp</string>
<key>productReference</key>
<string>E575589B16C5943000DC1500</string>
<key>productType</key>
<string>com.apple.product-type.application</string>
</dict>
<key>E575589B16C5943000DC1500</key>
<dict>
<key>explicitFileType</key>
<string>wrapper.application</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>path</key>
<string>SampleApp.app</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>E575589C16C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E575589B16C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Products</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E575589D16C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E575589E16C5943000DC1500</string>
<string>E57558A016C5943000DC1500</string>
<string>4F77B80E5EA54B6F92C34F38</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Frameworks</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E575589E16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>Cocoa.framework</string>
<key>path</key>
<string>System/Library/Frameworks/Cocoa.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E575589F16C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E575589E16C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558A016C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A116C5943000DC1500</string>
<string>E57558A216C5943000DC1500</string>
<string>E57558A316C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Other Frameworks</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A116C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>AppKit.framework</string>
<key>path</key>
<string>System/Library/Frameworks/AppKit.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E57558A216C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>CoreData.framework</string>
<key>path</key>
<string>System/Library/Frameworks/CoreData.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E57558A316C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>Foundation.framework</string>
<key>path</key>
<string>System/Library/Frameworks/Foundation.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E57558A416C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558B016C5943000DC1500</string>
<string>E57558B116C5943000DC1500</string>
<string>E57558B316C5943100DC1500</string>
<string>E57558A516C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>path</key>
<string>SampleApp</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A516C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A616C5943000DC1500</string>
<string>E57558A716C5943000DC1500</string>
<string>E57558AA16C5943000DC1500</string>
<string>E57558AC16C5943000DC1500</string>
<string>E57558AD16C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Supporting Files</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A616C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.xml</string>
<key>path</key>
<string>SampleApp-Info.plist</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A716C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A816C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A816C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.strings</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A916C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558A716C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558AA16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>main.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AB16C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558AA16C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558AC16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>SampleApp-Prefix.pch</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AD16C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558AE16C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>Credits.rtf</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AE16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.rtf</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/Credits.rtf</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AF16C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558AD16C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558B016C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>CPAppDelegate.h</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B116C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>CPAppDelegate.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B216C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558B116C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558B316C5943100DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558B416C5943100DC1500</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>MainMenu.xib</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B416C5943100DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>file.xib</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/MainMenu.xib</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B516C5943100DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558B316C5943100DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558B616C5943100DC1500</key>
<dict>
<key>buildSettings</key>
<dict>
<key>ALWAYS_SEARCH_USER_PATHS</key>
<string>NO</string>
<key>ARCHS</key>
<string>$(ARCHS_STANDARD_64_BIT)</string>
<key>CLANG_CXX_LANGUAGE_STANDARD</key>
<string>gnu++0x</string>
<key>CLANG_CXX_LIBRARY</key>
<string>libc++</string>
<key>CLANG_WARN_CONSTANT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_EMPTY_BODY</key>
<string>YES</string>
<key>CLANG_WARN_ENUM_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_INT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN__DUPLICATE_METHOD_MATCH</key>
<string>YES</string>
<key>COPY_PHASE_STRIP</key>
<string>NO</string>
<key>GCC_C_LANGUAGE_STANDARD</key>
<string>gnu99</string>
<key>GCC_DYNAMIC_NO_PIC</key>
<string>NO</string>
<key>GCC_ENABLE_OBJC_EXCEPTIONS</key>
<string>YES</string>
<key>GCC_OPTIMIZATION_LEVEL</key>
<string>0</string>
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<array>
<string>DEBUG=1</string>
<string>$(inherited)</string>
</array>
<key>GCC_SYMBOLS_PRIVATE_EXTERN</key>
<string>NO</string>
<key>GCC_WARN_64_TO_32_BIT_CONVERSION</key>
<string>YES</string>
<key>GCC_WARN_ABOUT_RETURN_TYPE</key>
<string>YES</string>
<key>GCC_WARN_UNINITIALIZED_AUTOS</key>
<string>YES</string>
<key>GCC_WARN_UNUSED_VARIABLE</key>
<string>YES</string>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.8</string>
<key>ONLY_ACTIVE_ARCH</key>
<string>YES</string>
<key>SDKROOT</key>
<string>macosx</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>E57558B716C5943100DC1500</key>
<dict>
<key>buildSettings</key>
<dict>
<key>ALWAYS_SEARCH_USER_PATHS</key>
<string>NO</string>
<key>ARCHS</key>
<string>$(ARCHS_STANDARD_64_BIT)</string>
<key>CLANG_CXX_LANGUAGE_STANDARD</key>
<string>gnu++0x</string>
<key>CLANG_CXX_LIBRARY</key>
<string>libc++</string>
<key>CLANG_WARN_CONSTANT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_EMPTY_BODY</key>
<string>YES</string>
<key>CLANG_WARN_ENUM_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_INT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN__DUPLICATE_METHOD_MATCH</key>
<string>YES</string>
<key>COPY_PHASE_STRIP</key>
<string>YES</string>
<key>DEBUG_INFORMATION_FORMAT</key>
<string>dwarf-with-dsym</string>
<key>GCC_C_LANGUAGE_STANDARD</key>
<string>gnu99</string>
<key>GCC_ENABLE_OBJC_EXCEPTIONS</key>
<string>YES</string>
<key>GCC_WARN_64_TO_32_BIT_CONVERSION</key>
<string>YES</string>
<key>GCC_WARN_ABOUT_RETURN_TYPE</key>
<string>YES</string>
<key>GCC_WARN_UNINITIALIZED_AUTOS</key>
<string>YES</string>
<key>GCC_WARN_UNUSED_VARIABLE</key>
<string>YES</string>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.8</string>
<key>SDKROOT</key>
<string>macosx</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
<key>E57558B816C5943100DC1500</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>E57558B916C5943100DC1500</string>
<string>E57558BA16C5943100DC1500</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>E57558B916C5943100DC1500</key>
<dict>
<key>baseConfigurationReference</key>
<string>3D5F1AE411C94D8D859334FD</string>
<key>buildSettings</key>
<dict>
<key>COMBINE_HIDPI_IMAGES</key>
<string>YES</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>SampleApp/SampleApp-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>SampleApp/SampleApp-Info.plist</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>WRAPPER_EXTENSION</key>
<string>app</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>E57558BA16C5943100DC1500</key>
<dict>
<key>baseConfigurationReference</key>
<string>3D5F1AE411C94D8D859334FD</string>
<key>buildSettings</key>
<dict>
<key>COMBINE_HIDPI_IMAGES</key>
<string>YES</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>SampleApp/SampleApp-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>SampleApp/SampleApp-Info.plist</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>WRAPPER_EXTENSION</key>
<string>app</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
</dict>
<key>rootObject</key>
<string>E575589316C5943000DC1500</string>
</dict>
</plist>
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
D98448411613472AA3F7A973 /* libPods-SampleApp_2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C42AA5650B0C4CCFBE8437DE /* libPods-SampleApp_2.a */; };
E575589F16C5943000DC1500 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E575589E16C5943000DC1500 /* Cocoa.framework */; };
E57558A916C5943000DC1500 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E57558A716C5943000DC1500 /* InfoPlist.strings */; };
E57558AB16C5943000DC1500 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E57558AA16C5943000DC1500 /* main.m */; };
E57558AF16C5943000DC1500 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E57558AD16C5943000DC1500 /* Credits.rtf */; };
E57558B216C5943000DC1500 /* CPAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E57558B116C5943000DC1500 /* CPAppDelegate.m */; };
E57558B516C5943100DC1500 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E57558B316C5943100DC1500 /* MainMenu.xib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleApp_2.xcconfig"; path = "Pods/Pods-SampleApp_2.xcconfig"; sourceTree = SOURCE_ROOT; };
C42AA5650B0C4CCFBE8437DE /* libPods-SampleApp_2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SampleApp_2.a"; sourceTree = BUILT_PRODUCTS_DIR; };
E575589B16C5943000DC1500 /* SampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = SampleApp.app; path = SampleApp_2.app; sourceTree = BUILT_PRODUCTS_DIR; };
E575589E16C5943000DC1500 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
E57558A116C5943000DC1500 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
E57558A216C5943000DC1500 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
E57558A316C5943000DC1500 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E57558A616C5943000DC1500 /* SampleApp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SampleApp-Info.plist"; sourceTree = "<group>"; };
E57558A816C5943000DC1500 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E57558AA16C5943000DC1500 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E57558AC16C5943000DC1500 /* SampleApp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SampleApp-Prefix.pch"; sourceTree = "<group>"; };
E57558AE16C5943000DC1500 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
E57558B016C5943000DC1500 /* CPAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPAppDelegate.h; sourceTree = "<group>"; };
E57558B116C5943000DC1500 /* CPAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPAppDelegate.m; sourceTree = "<group>"; };
E57558B416C5943100DC1500 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E575589816C5943000DC1500 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E575589F16C5943000DC1500 /* Cocoa.framework in Frameworks */,
D98448411613472AA3F7A973 /* libPods-SampleApp_2.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
E575589216C5943000DC1500 = {
isa = PBXGroup;
children = (
E57558A416C5943000DC1500 /* SampleApp */,
E575589D16C5943000DC1500 /* Frameworks */,
E575589C16C5943000DC1500 /* Products */,
6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */,
);
sourceTree = "<group>";
};
E575589C16C5943000DC1500 /* Products */ = {
isa = PBXGroup;
children = (
E575589B16C5943000DC1500 /* SampleApp.app */,
);
name = Products;
sourceTree = "<group>";
};
E575589D16C5943000DC1500 /* Frameworks */ = {
isa = PBXGroup;
children = (
E575589E16C5943000DC1500 /* Cocoa.framework */,
E57558A016C5943000DC1500 /* Other Frameworks */,
C42AA5650B0C4CCFBE8437DE /* libPods-SampleApp_2.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
E57558A016C5943000DC1500 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
E57558A116C5943000DC1500 /* AppKit.framework */,
E57558A216C5943000DC1500 /* CoreData.framework */,
E57558A316C5943000DC1500 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
E57558A416C5943000DC1500 /* SampleApp */ = {
isa = PBXGroup;
children = (
E57558B016C5943000DC1500 /* CPAppDelegate.h */,
E57558B116C5943000DC1500 /* CPAppDelegate.m */,
E57558B316C5943100DC1500 /* MainMenu.xib */,
E57558A516C5943000DC1500 /* Supporting Files */,
);
path = SampleApp;
sourceTree = "<group>";
};
E57558A516C5943000DC1500 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E57558A616C5943000DC1500 /* SampleApp-Info.plist */,
E57558A716C5943000DC1500 /* InfoPlist.strings */,
E57558AA16C5943000DC1500 /* main.m */,
E57558AC16C5943000DC1500 /* SampleApp-Prefix.pch */,
E57558AD16C5943000DC1500 /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
E575589A16C5943000DC1500 /* SampleApp_2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = E57558B816C5943100DC1500 /* Build configuration list for PBXNativeTarget "SampleApp_2" */;
buildPhases = (
E575589716C5943000DC1500 /* Sources */,
E575589816C5943000DC1500 /* Frameworks */,
E575589916C5943000DC1500 /* Resources */,
22EA345846024C4DB585CBDE /* Copy Pods Resources */,
0BFE3134EDA2438BB51CA41B /* Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = SampleApp_2;
productName = SampleApp;
productReference = E575589B16C5943000DC1500 /* SampleApp.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E575589316C5943000DC1500 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = CP;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = CocoaPods;
};
buildConfigurationList = E575589616C5943000DC1500 /* Build configuration list for PBXProject "SampleApp_2" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = E575589216C5943000DC1500;
productRefGroup = E575589C16C5943000DC1500 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E575589A16C5943000DC1500 /* SampleApp_2 */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E575589916C5943000DC1500 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E57558A916C5943000DC1500 /* InfoPlist.strings in Resources */,
E57558AF16C5943000DC1500 /* Credits.rtf in Resources */,
E57558B516C5943100DC1500 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
0BFE3134EDA2438BB51CA41B /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-SampleApp_2-resources.sh\"\n";
};
22EA345846024C4DB585CBDE /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
E575589716C5943000DC1500 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E57558AB16C5943000DC1500 /* main.m in Sources */,
E57558B216C5943000DC1500 /* CPAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
E57558A716C5943000DC1500 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
E57558A816C5943000DC1500 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
E57558AD16C5943000DC1500 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
E57558AE16C5943000DC1500 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
E57558B316C5943100DC1500 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
E57558B416C5943100DC1500 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
E57558B616C5943100DC1500 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
E57558B716C5943100DC1500 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
E57558B916C5943100DC1500 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
E57558BA16C5943100DC1500 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E575589616C5943000DC1500 /* Build configuration list for PBXProject "SampleApp_2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E57558B616C5943100DC1500 /* Debug */,
E57558B716C5943100DC1500 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E57558B816C5943100DC1500 /* Build configuration list for PBXNativeTarget "SampleApp_2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E57558B916C5943100DC1500 /* Debug */,
E57558BA16C5943100DC1500 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E575589316C5943000DC1500 /* Project object */;
}
<?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'><FileRef location='group:SampleApp_1.xcodeproj'/><FileRef location='group:SampleApp_2.xcodeproj'/><FileRef location='group:Pods/Pods.xcodeproj'/></Workspace>
\ No newline at end of file
platform :ios, '6.0'
workspace 'Workspace.xcworkspace'
# TODO: remove
xcodeproj 'SampleApp_1.xcodeproj'
target 'SampleApp_1' do
xcodeproj 'SampleApp_1.xcodeproj'
pod "Reachability", "3.1.0"
end
target :'SampleApp_2' do
xcodeproj 'SampleApp_2.xcodeproj'
pod "Reachability"
end
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>archiveVersion</key>
<string>1</string>
<key>classes</key>
<dict/>
<key>objectVersion</key>
<string>46</string>
<key>objects</key>
<dict>
<key>3D5F1AE411C94D8D859334FD</key>
<dict>
<key>includeInIndex</key>
<string>1</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.xcconfig</string>
<key>name</key>
<string>Pods-SampleApp_1.xcconfig</string>
<key>path</key>
<string>Pods/Pods-SampleApp_1.xcconfig</string>
<key>sourceTree</key>
<string>SOURCE_ROOT</string>
</dict>
<key>4F77B80E5EA54B6F92C34F38</key>
<dict>
<key>explicitFileType</key>
<string>archive.ar</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>name</key>
<string>libPods-SampleApp_1.a</string>
<key>path</key>
<string>libPods-SampleApp_1.a</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>AC7C93EF277449919B01A56D</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array/>
<key>inputPaths</key>
<array/>
<key>isa</key>
<string>PBXShellScriptBuildPhase</string>
<key>name</key>
<string>Copy Pods Resources</string>
<key>outputPaths</key>
<array/>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
<key>shellPath</key>
<string>/bin/sh</string>
<key>shellScript</key>
<string>"${SRCROOT}/Pods/Pods-SampleApp_1-resources.sh"
</string>
<key>showEnvVarsInLog</key>
<string>1</string>
</dict>
<key>E0E5FC89F890489F8A0A251F</key>
<dict>
<key>fileRef</key>
<string>4F77B80E5EA54B6F92C34F38</string>
<key>isa</key>
<string>PBXBuildFile</string>
<key>settings</key>
<dict/>
</dict>
<key>E575589216C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A416C5943000DC1500</string>
<string>E575589D16C5943000DC1500</string>
<string>E575589C16C5943000DC1500</string>
<string>3D5F1AE411C94D8D859334FD</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E575589316C5943000DC1500</key>
<dict>
<key>attributes</key>
<dict>
<key>CLASSPREFIX</key>
<string>CP</string>
<key>LastUpgradeCheck</key>
<string>0460</string>
<key>ORGANIZATIONNAME</key>
<string>CocoaPods</string>
</dict>
<key>buildConfigurationList</key>
<string>E575589616C5943000DC1500</string>
<key>compatibilityVersion</key>
<string>Xcode 3.2</string>
<key>developmentRegion</key>
<string>English</string>
<key>hasScannedForEncodings</key>
<string>0</string>
<key>isa</key>
<string>PBXProject</string>
<key>knownRegions</key>
<array>
<string>en</string>
</array>
<key>mainGroup</key>
<string>E575589216C5943000DC1500</string>
<key>productRefGroup</key>
<string>E575589C16C5943000DC1500</string>
<key>projectDirPath</key>
<string></string>
<key>projectReferences</key>
<array/>
<key>projectRoot</key>
<string></string>
<key>targets</key>
<array>
<string>E575589A16C5943000DC1500</string>
</array>
</dict>
<key>E575589616C5943000DC1500</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>E57558B616C5943100DC1500</string>
<string>E57558B716C5943100DC1500</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>E575589716C5943000DC1500</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>E57558AB16C5943000DC1500</string>
<string>E57558B216C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXSourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>E575589816C5943000DC1500</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>E575589F16C5943000DC1500</string>
<string>E0E5FC89F890489F8A0A251F</string>
</array>
<key>isa</key>
<string>PBXFrameworksBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>E575589916C5943000DC1500</key>
<dict>
<key>buildActionMask</key>
<string>2147483647</string>
<key>files</key>
<array>
<string>E57558A916C5943000DC1500</string>
<string>E57558AF16C5943000DC1500</string>
<string>E57558B516C5943100DC1500</string>
</array>
<key>isa</key>
<string>PBXResourcesBuildPhase</string>
<key>runOnlyForDeploymentPostprocessing</key>
<string>0</string>
</dict>
<key>E575589A16C5943000DC1500</key>
<dict>
<key>buildConfigurationList</key>
<string>E57558B816C5943100DC1500</string>
<key>buildPhases</key>
<array>
<string>E575589716C5943000DC1500</string>
<string>E575589816C5943000DC1500</string>
<string>E575589916C5943000DC1500</string>
<string>AC7C93EF277449919B01A56D</string>
</array>
<key>buildRules</key>
<array/>
<key>dependencies</key>
<array/>
<key>isa</key>
<string>PBXNativeTarget</string>
<key>name</key>
<string>SampleApp_1</string>
<key>productName</key>
<string>SampleApp</string>
<key>productReference</key>
<string>E575589B16C5943000DC1500</string>
<key>productType</key>
<string>com.apple.product-type.application</string>
</dict>
<key>E575589B16C5943000DC1500</key>
<dict>
<key>explicitFileType</key>
<string>wrapper.application</string>
<key>includeInIndex</key>
<string>0</string>
<key>isa</key>
<string>PBXFileReference</string>
<key>path</key>
<string>SampleApp.app</string>
<key>sourceTree</key>
<string>BUILT_PRODUCTS_DIR</string>
</dict>
<key>E575589C16C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E575589B16C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Products</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E575589D16C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E575589E16C5943000DC1500</string>
<string>E57558A016C5943000DC1500</string>
<string>4F77B80E5EA54B6F92C34F38</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Frameworks</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E575589E16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>Cocoa.framework</string>
<key>path</key>
<string>System/Library/Frameworks/Cocoa.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E575589F16C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E575589E16C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558A016C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A116C5943000DC1500</string>
<string>E57558A216C5943000DC1500</string>
<string>E57558A316C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Other Frameworks</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A116C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>AppKit.framework</string>
<key>path</key>
<string>System/Library/Frameworks/AppKit.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E57558A216C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>CoreData.framework</string>
<key>path</key>
<string>System/Library/Frameworks/CoreData.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E57558A316C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>wrapper.framework</string>
<key>name</key>
<string>Foundation.framework</string>
<key>path</key>
<string>System/Library/Frameworks/Foundation.framework</string>
<key>sourceTree</key>
<string>SDKROOT</string>
</dict>
<key>E57558A416C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558B016C5943000DC1500</string>
<string>E57558B116C5943000DC1500</string>
<string>E57558B316C5943100DC1500</string>
<string>E57558A516C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>path</key>
<string>SampleApp</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A516C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A616C5943000DC1500</string>
<string>E57558A716C5943000DC1500</string>
<string>E57558AA16C5943000DC1500</string>
<string>E57558AC16C5943000DC1500</string>
<string>E57558AD16C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXGroup</string>
<key>name</key>
<string>Supporting Files</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A616C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.xml</string>
<key>path</key>
<string>SampleApp-Info.plist</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A716C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558A816C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A816C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.plist.strings</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/InfoPlist.strings</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558A916C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558A716C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558AA16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>main.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AB16C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558AA16C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558AC16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>SampleApp-Prefix.pch</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AD16C5943000DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558AE16C5943000DC1500</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>Credits.rtf</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AE16C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>text.rtf</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/Credits.rtf</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558AF16C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558AD16C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558B016C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.h</string>
<key>path</key>
<string>CPAppDelegate.h</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B116C5943000DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>sourcecode.c.objc</string>
<key>path</key>
<string>CPAppDelegate.m</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B216C5943000DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558B116C5943000DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558B316C5943100DC1500</key>
<dict>
<key>children</key>
<array>
<string>E57558B416C5943100DC1500</string>
</array>
<key>isa</key>
<string>PBXVariantGroup</string>
<key>name</key>
<string>MainMenu.xib</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B416C5943100DC1500</key>
<dict>
<key>isa</key>
<string>PBXFileReference</string>
<key>lastKnownFileType</key>
<string>file.xib</string>
<key>name</key>
<string>en</string>
<key>path</key>
<string>en.lproj/MainMenu.xib</string>
<key>sourceTree</key>
<string>&lt;group&gt;</string>
</dict>
<key>E57558B516C5943100DC1500</key>
<dict>
<key>fileRef</key>
<string>E57558B316C5943100DC1500</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>E57558B616C5943100DC1500</key>
<dict>
<key>buildSettings</key>
<dict>
<key>ALWAYS_SEARCH_USER_PATHS</key>
<string>NO</string>
<key>ARCHS</key>
<string>$(ARCHS_STANDARD_64_BIT)</string>
<key>CLANG_CXX_LANGUAGE_STANDARD</key>
<string>gnu++0x</string>
<key>CLANG_CXX_LIBRARY</key>
<string>libc++</string>
<key>CLANG_WARN_CONSTANT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_EMPTY_BODY</key>
<string>YES</string>
<key>CLANG_WARN_ENUM_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_INT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN__DUPLICATE_METHOD_MATCH</key>
<string>YES</string>
<key>COPY_PHASE_STRIP</key>
<string>NO</string>
<key>GCC_C_LANGUAGE_STANDARD</key>
<string>gnu99</string>
<key>GCC_DYNAMIC_NO_PIC</key>
<string>NO</string>
<key>GCC_ENABLE_OBJC_EXCEPTIONS</key>
<string>YES</string>
<key>GCC_OPTIMIZATION_LEVEL</key>
<string>0</string>
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<array>
<string>DEBUG=1</string>
<string>$(inherited)</string>
</array>
<key>GCC_SYMBOLS_PRIVATE_EXTERN</key>
<string>NO</string>
<key>GCC_WARN_64_TO_32_BIT_CONVERSION</key>
<string>YES</string>
<key>GCC_WARN_ABOUT_RETURN_TYPE</key>
<string>YES</string>
<key>GCC_WARN_UNINITIALIZED_AUTOS</key>
<string>YES</string>
<key>GCC_WARN_UNUSED_VARIABLE</key>
<string>YES</string>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.8</string>
<key>ONLY_ACTIVE_ARCH</key>
<string>YES</string>
<key>SDKROOT</key>
<string>macosx</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>E57558B716C5943100DC1500</key>
<dict>
<key>buildSettings</key>
<dict>
<key>ALWAYS_SEARCH_USER_PATHS</key>
<string>NO</string>
<key>ARCHS</key>
<string>$(ARCHS_STANDARD_64_BIT)</string>
<key>CLANG_CXX_LANGUAGE_STANDARD</key>
<string>gnu++0x</string>
<key>CLANG_CXX_LIBRARY</key>
<string>libc++</string>
<key>CLANG_WARN_CONSTANT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_EMPTY_BODY</key>
<string>YES</string>
<key>CLANG_WARN_ENUM_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN_INT_CONVERSION</key>
<string>YES</string>
<key>CLANG_WARN__DUPLICATE_METHOD_MATCH</key>
<string>YES</string>
<key>COPY_PHASE_STRIP</key>
<string>YES</string>
<key>DEBUG_INFORMATION_FORMAT</key>
<string>dwarf-with-dsym</string>
<key>GCC_C_LANGUAGE_STANDARD</key>
<string>gnu99</string>
<key>GCC_ENABLE_OBJC_EXCEPTIONS</key>
<string>YES</string>
<key>GCC_WARN_64_TO_32_BIT_CONVERSION</key>
<string>YES</string>
<key>GCC_WARN_ABOUT_RETURN_TYPE</key>
<string>YES</string>
<key>GCC_WARN_UNINITIALIZED_AUTOS</key>
<string>YES</string>
<key>GCC_WARN_UNUSED_VARIABLE</key>
<string>YES</string>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.8</string>
<key>SDKROOT</key>
<string>macosx</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
<key>E57558B816C5943100DC1500</key>
<dict>
<key>buildConfigurations</key>
<array>
<string>E57558B916C5943100DC1500</string>
<string>E57558BA16C5943100DC1500</string>
</array>
<key>defaultConfigurationIsVisible</key>
<string>0</string>
<key>defaultConfigurationName</key>
<string>Release</string>
<key>isa</key>
<string>XCConfigurationList</string>
</dict>
<key>E57558B916C5943100DC1500</key>
<dict>
<key>baseConfigurationReference</key>
<string>3D5F1AE411C94D8D859334FD</string>
<key>buildSettings</key>
<dict>
<key>COMBINE_HIDPI_IMAGES</key>
<string>YES</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>SampleApp/SampleApp-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>SampleApp/SampleApp-Info.plist</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>WRAPPER_EXTENSION</key>
<string>app</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Debug</string>
</dict>
<key>E57558BA16C5943100DC1500</key>
<dict>
<key>baseConfigurationReference</key>
<string>3D5F1AE411C94D8D859334FD</string>
<key>buildSettings</key>
<dict>
<key>COMBINE_HIDPI_IMAGES</key>
<string>YES</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>YES</string>
<key>GCC_PREFIX_HEADER</key>
<string>SampleApp/SampleApp-Prefix.pch</string>
<key>INFOPLIST_FILE</key>
<string>SampleApp/SampleApp-Info.plist</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>WRAPPER_EXTENSION</key>
<string>app</string>
</dict>
<key>isa</key>
<string>XCBuildConfiguration</string>
<key>name</key>
<string>Release</string>
</dict>
</dict>
<key>rootObject</key>
<string>E575589316C5943000DC1500</string>
</dict>
</plist>
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
D98448411613472AA3F7A973 /* libPods-SampleApp_2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C42AA5650B0C4CCFBE8437DE /* libPods-SampleApp_2.a */; };
E575589F16C5943000DC1500 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E575589E16C5943000DC1500 /* Cocoa.framework */; };
E57558A916C5943000DC1500 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E57558A716C5943000DC1500 /* InfoPlist.strings */; };
E57558AB16C5943000DC1500 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E57558AA16C5943000DC1500 /* main.m */; };
E57558AF16C5943000DC1500 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E57558AD16C5943000DC1500 /* Credits.rtf */; };
E57558B216C5943000DC1500 /* CPAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E57558B116C5943000DC1500 /* CPAppDelegate.m */; };
E57558B516C5943100DC1500 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E57558B316C5943100DC1500 /* MainMenu.xib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleApp_2.xcconfig"; path = "Pods/Pods-SampleApp_2.xcconfig"; sourceTree = SOURCE_ROOT; };
C42AA5650B0C4CCFBE8437DE /* libPods-SampleApp_2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SampleApp_2.a"; sourceTree = BUILT_PRODUCTS_DIR; };
E575589B16C5943000DC1500 /* SampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = SampleApp.app; path = SampleApp_2.app; sourceTree = BUILT_PRODUCTS_DIR; };
E575589E16C5943000DC1500 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
E57558A116C5943000DC1500 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
E57558A216C5943000DC1500 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
E57558A316C5943000DC1500 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E57558A616C5943000DC1500 /* SampleApp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SampleApp-Info.plist"; sourceTree = "<group>"; };
E57558A816C5943000DC1500 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E57558AA16C5943000DC1500 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E57558AC16C5943000DC1500 /* SampleApp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SampleApp-Prefix.pch"; sourceTree = "<group>"; };
E57558AE16C5943000DC1500 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
E57558B016C5943000DC1500 /* CPAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPAppDelegate.h; sourceTree = "<group>"; };
E57558B116C5943000DC1500 /* CPAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPAppDelegate.m; sourceTree = "<group>"; };
E57558B416C5943100DC1500 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E575589816C5943000DC1500 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E575589F16C5943000DC1500 /* Cocoa.framework in Frameworks */,
D98448411613472AA3F7A973 /* libPods-SampleApp_2.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
E575589216C5943000DC1500 = {
isa = PBXGroup;
children = (
E57558A416C5943000DC1500 /* SampleApp */,
E575589D16C5943000DC1500 /* Frameworks */,
E575589C16C5943000DC1500 /* Products */,
6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */,
);
sourceTree = "<group>";
};
E575589C16C5943000DC1500 /* Products */ = {
isa = PBXGroup;
children = (
E575589B16C5943000DC1500 /* SampleApp.app */,
);
name = Products;
sourceTree = "<group>";
};
E575589D16C5943000DC1500 /* Frameworks */ = {
isa = PBXGroup;
children = (
E575589E16C5943000DC1500 /* Cocoa.framework */,
E57558A016C5943000DC1500 /* Other Frameworks */,
C42AA5650B0C4CCFBE8437DE /* libPods-SampleApp_2.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
E57558A016C5943000DC1500 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
E57558A116C5943000DC1500 /* AppKit.framework */,
E57558A216C5943000DC1500 /* CoreData.framework */,
E57558A316C5943000DC1500 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
E57558A416C5943000DC1500 /* SampleApp */ = {
isa = PBXGroup;
children = (
E57558B016C5943000DC1500 /* CPAppDelegate.h */,
E57558B116C5943000DC1500 /* CPAppDelegate.m */,
E57558B316C5943100DC1500 /* MainMenu.xib */,
E57558A516C5943000DC1500 /* Supporting Files */,
);
path = SampleApp;
sourceTree = "<group>";
};
E57558A516C5943000DC1500 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E57558A616C5943000DC1500 /* SampleApp-Info.plist */,
E57558A716C5943000DC1500 /* InfoPlist.strings */,
E57558AA16C5943000DC1500 /* main.m */,
E57558AC16C5943000DC1500 /* SampleApp-Prefix.pch */,
E57558AD16C5943000DC1500 /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
E575589A16C5943000DC1500 /* SampleApp_2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = E57558B816C5943100DC1500 /* Build configuration list for PBXNativeTarget "SampleApp_2" */;
buildPhases = (
E575589716C5943000DC1500 /* Sources */,
E575589816C5943000DC1500 /* Frameworks */,
E575589916C5943000DC1500 /* Resources */,
22EA345846024C4DB585CBDE /* Copy Pods Resources */,
0BFE3134EDA2438BB51CA41B /* Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = SampleApp_2;
productName = SampleApp;
productReference = E575589B16C5943000DC1500 /* SampleApp.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E575589316C5943000DC1500 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = CP;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = CocoaPods;
};
buildConfigurationList = E575589616C5943000DC1500 /* Build configuration list for PBXProject "SampleApp_2" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = E575589216C5943000DC1500;
productRefGroup = E575589C16C5943000DC1500 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E575589A16C5943000DC1500 /* SampleApp_2 */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E575589916C5943000DC1500 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E57558A916C5943000DC1500 /* InfoPlist.strings in Resources */,
E57558AF16C5943000DC1500 /* Credits.rtf in Resources */,
E57558B516C5943100DC1500 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
0BFE3134EDA2438BB51CA41B /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-SampleApp_2-resources.sh\"\n";
};
22EA345846024C4DB585CBDE /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
E575589716C5943000DC1500 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E57558AB16C5943000DC1500 /* main.m in Sources */,
E57558B216C5943000DC1500 /* CPAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
E57558A716C5943000DC1500 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
E57558A816C5943000DC1500 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
E57558AD16C5943000DC1500 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
E57558AE16C5943000DC1500 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
E57558B316C5943100DC1500 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
E57558B416C5943100DC1500 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
E57558B616C5943100DC1500 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
E57558B716C5943100DC1500 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
E57558B916C5943100DC1500 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
E57558BA16C5943100DC1500 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6347E58BFF84419A8C990401 /* Pods-SampleApp_2.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SampleApp/SampleApp-Prefix.pch";
INFOPLIST_FILE = "SampleApp/SampleApp-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E575589616C5943000DC1500 /* Build configuration list for PBXProject "SampleApp_2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E57558B616C5943100DC1500 /* Debug */,
E57558B716C5943100DC1500 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E57558B816C5943100DC1500 /* Build configuration list for PBXNativeTarget "SampleApp_2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E57558B916C5943100DC1500 /* Debug */,
E57558BA16C5943100DC1500 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E575589316C5943000DC1500 /* Project object */;
}
...@@ -337,6 +337,10 @@ describe "Integration take 2" do ...@@ -337,6 +337,10 @@ describe "Integration take 2" do
check "install --no-update --no-doc", "install_podspec" check "install --no-update --no-doc", "install_podspec"
end end
describe "Performs an installation using a custom workspace" do
check "install --no-update --no-doc", "install_custom_workspace"
end
# @todo add tests for all the hooks API # @todo add tests for all the hooks API
# #
describe "Runs the Podfile callbacks" do describe "Runs the Podfile callbacks" do
......
...@@ -127,7 +127,10 @@ module Pod ...@@ -127,7 +127,10 @@ module Pod
it "uses the path of the workspace defined in the podfile" do it "uses the path of the workspace defined in the podfile" do
path = "a_path" path = "a_path"
@podfile.workspace(path) @podfile.workspace(path)
@integrator.send(:workspace_path).should == Pathname.new(path + ".xcworkspace") workspace_path = @integrator.send(:workspace_path)
workspace_path.to_s.should.end_with(path + ".xcworkspace")
workspace_path.should.be.absolute
workspace_path.class.should == Pathname
end end
it "names the workspace after the user project if needed" do it "names the workspace after the user project if needed" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment