Commit 84f29d4c authored by Ben Asher's avatar Ben Asher Committed by Marius Rackwitz

Use Examples.xcworkspace. xcodeproj -> project

parent e49fc34a
...@@ -6,12 +6,12 @@ workspace 'Examples.xcworkspace' ...@@ -6,12 +6,12 @@ workspace 'Examples.xcworkspace'
target "AFNetworking Example" do target "AFNetworking Example" do
platform :osx, '10.8' platform :osx, '10.8'
xcodeproj "AFNetworking Mac Example.xcodeproj" project "AFNetworking Mac Example.xcodeproj"
pod "AFNetworking", "1.3.3" pod "AFNetworking", "1.3.3"
end end
target "AFNetworking iOS Example" do target "AFNetworking iOS Example" do
platform :ios, '8.0' platform :ios, '8.0'
xcodeproj "AFNetworking iOS Example.xcodeproj" project "AFNetworking iOS Example.xcodeproj"
pod "AFNetworking", "1.3.3" pod "AFNetworking", "1.3.3"
end end
platform :ios, '8.0' platform :ios, '8.0'
use_frameworks! use_frameworks!
workspace 'Examples.xcworkspace'
project 'Resource Bundle Example.xcodeproj'
target 'Resource Bundle Example' do target 'Resource Bundle Example' do
pod 'ResourceExample', :path => 'Example Pods' pod 'ResourceExample', :path => 'Example Pods'
pod 'ResourcesExample', :path => 'Example Pods' pod 'ResourcesExample', :path => 'Example Pods'
......
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8C77C4E1C9DA931000AFF69"
BuildableName = "Resource Bundle Example.app"
BlueprintName = "Resource Bundle Example"
ReferencedContainer = "container:Resource Bundle Example.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8C77C4E1C9DA931000AFF69"
BuildableName = "Resource Bundle Example.app"
BlueprintName = "Resource Bundle Example"
ReferencedContainer = "container:Resource Bundle Example.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8C77C4E1C9DA931000AFF69"
BuildableName = "Resource Bundle Example.app"
BlueprintName = "Resource Bundle Example"
ReferencedContainer = "container:Resource Bundle Example.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8C77C4E1C9DA931000AFF69"
BuildableName = "Resource Bundle Example.app"
BlueprintName = "Resource Bundle Example"
ReferencedContainer = "container:Resource Bundle Example.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
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