Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental/tv os support #134

Merged
merged 6 commits into from
Oct 31, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.default_subspec = 'Default'

Expand Down
356 changes: 351 additions & 5 deletions OHHTTPStubs/OHHTTPStubs.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAA4368D1BE1598D000E9E99"
BuildableName = "OHHTTPStubs.framework"
BlueprintName = "OHHTTPStubs tvOS Framework"
ReferencedContainer = "container:OHHTTPStubs.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAA436A71BE159AC000E9E99"
BuildableName = "OHHTTPStubs tvOS Fmk Tests.xctest"
BlueprintName = "OHHTTPStubs tvOS Fmk Tests"
ReferencedContainer = "container:OHHTTPStubs.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAA4368D1BE1598D000E9E99"
BuildableName = "OHHTTPStubs.framework"
BlueprintName = "OHHTTPStubs tvOS Framework"
ReferencedContainer = "container:OHHTTPStubs.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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAA4368D1BE1598D000E9E99"
BuildableName = "OHHTTPStubs.framework"
BlueprintName = "OHHTTPStubs tvOS Framework"
ReferencedContainer = "container:OHHTTPStubs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EAA4368D1BE1598D000E9E99"
BuildableName = "OHHTTPStubs.framework"
BlueprintName = "OHHTTPStubs tvOS Framework"
ReferencedContainer = "container:OHHTTPStubs.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
15 changes: 10 additions & 5 deletions OHHTTPStubs/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ xcodeproj 'OHHTTPStubs.xcodeproj'
inhibit_all_warnings!

target 'OHHTTPStubs iOS Lib Tests' do
platform :ios, '6.0'
pod 'AFNetworking', '2.5.0'
platform :ios, '7.0'
pod 'AFNetworking', :git => 'https://github.com/AFNetworking/AFNetworking.git', :branch => '3_0_0_branch'
end

target 'OHHTTPStubs iOS Fmk Tests' do
platform :ios, '8.0'
pod 'AFNetworking', '2.5.0'
pod 'AFNetworking', :git => 'https://github.com/AFNetworking/AFNetworking.git', :branch => '3_0_0_branch'
end

target 'OHHTTPStubs Mac Tests' do
platform :osx, '10.8'
pod 'AFNetworking', '2.5.0'
platform :osx, '10.9'
pod 'AFNetworking', :git => 'https://github.com/AFNetworking/AFNetworking.git', :branch => '3_0_0_branch'
end

target 'OHHTTPStubs tvOS Fmk Tests' do
platform :tvos, '9.0'
pod 'AFNetworking', :git => 'https://github.com/AFNetworking/AFNetworking.git', :branch => '3_0_0_branch'
end
43 changes: 24 additions & 19 deletions OHHTTPStubs/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
PODS:
- AFNetworking (2.5.0):
- AFNetworking/NSURLConnection (= 2.5.0)
- AFNetworking/NSURLSession (= 2.5.0)
- AFNetworking/Reachability (= 2.5.0)
- AFNetworking/Security (= 2.5.0)
- AFNetworking/Serialization (= 2.5.0)
- AFNetworking/UIKit (= 2.5.0)
- AFNetworking/NSURLConnection (2.5.0):
- AFNetworking (3.0.0-beta.1):
- AFNetworking/NSURLSession (= 3.0.0-beta.1)
- AFNetworking/Reachability (= 3.0.0-beta.1)
- AFNetworking/Security (= 3.0.0-beta.1)
- AFNetworking/Serialization (= 3.0.0-beta.1)
- AFNetworking/UIKit (= 3.0.0-beta.1)
- AFNetworking/NSURLSession (3.0.0-beta.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.5.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.5.0)
- AFNetworking/Security (2.5.0)
- AFNetworking/Serialization (2.5.0)
- AFNetworking/UIKit (2.5.0):
- AFNetworking/NSURLConnection
- AFNetworking/Reachability (3.0.0-beta.1)
- AFNetworking/Security (3.0.0-beta.1)
- AFNetworking/Serialization (3.0.0-beta.1)
- AFNetworking/UIKit (3.0.0-beta.1):
- AFNetworking/NSURLSession

DEPENDENCIES:
- AFNetworking (= 2.5.0)
- AFNetworking (from `https://github.com/AFNetworking/AFNetworking.git`, branch
`3_0_0_branch`)

EXTERNAL SOURCES:
AFNetworking:
:branch: 3_0_0_branch
:git: https://github.com/AFNetworking/AFNetworking.git

CHECKOUT OPTIONS:
AFNetworking:
:commit: ef7d55b9556707d80af9edd83e504a91f9df2490
:git: https://github.com/AFNetworking/AFNetworking.git

SPEC CHECKSUMS:
AFNetworking: 96ac9bf3eda33582701cb1fcc5b896aa1e20311e
AFNetworking: 1100906802d9479aa0949e8e2cbc1d4e6beba327

COCOAPODS: 0.39.0

This file was deleted.

Loading