This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from AFNetworking/master
Update master
- Loading branch information
Showing
116 changed files
with
27,598 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Carthage/Checkouts/AFNetworking"] | ||
path = Carthage/Checkouts/AFNetworking | ||
url = https://github.com/AFNetworking/AFNetworking.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
language: objective-c | ||
osx_image: xcode7.1 | ||
sudo: false | ||
env: | ||
global: | ||
- LC_CTYPE=en_US.UTF-8 | ||
- LANG=en_US.UTF-8 | ||
- FASTLANE_LANE=test_framework | ||
matrix: | ||
include: | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=ios82 | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=ios83 | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=ios84 | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=ios92 | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=ios93 | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=tvos91 | ||
- osx_image: xcode7.3 | ||
env: FASTLANE_ENV=osx | ||
- osx_image: xcode7.1 | ||
env: FASTLANE_ENV=ios91_xcode71 | ||
- osx_image: xcode7.1 | ||
env: FASTLANE_ENV=tvos90_xcode71 | ||
- osx_image: xcode7 | ||
env: FASTLANE_ENV=ios81_xcode7 | ||
- osx_image: xcode7 | ||
env: FASTLANE_ENV=ios90_xcode7 | ||
before_install: | ||
- gem install fastlane --no-rdoc --no-ri --no-document --quiet | ||
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet | ||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
script: | ||
- set -o pipefail | ||
- fastlane $FASTLANE_LANE configuration:Debug --env $FASTLANE_ENV | ||
- fastlane $FASTLANE_LANE configuration:Release --env $FASTLANE_ENV | ||
after_success: | ||
- if [ "$FASTLANE_LANE" == "code_coverage" ]; then | ||
bash <(curl -s https://codecov.io/bash); | ||
fi | ||
after_failure: | ||
- cat -n ~/Library/Logs/scan/* | ||
- cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log | ||
- cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash | ||
# deploy: | ||
# provider: script | ||
# script: fastlane complete_framework_release --env deploy | ||
# on: | ||
# tags: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
AFOAuth2Manager.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
100 changes: 100 additions & 0 deletions
100
AFOAuth2Manager.xcodeproj/xcshareddata/xcschemes/AFOAuth2Manager OS X.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?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 = "2934F3431C161603008B8AE4" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager OS X" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
codeCoverageEnabled = "YES"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "2934F3551C161652008B8AE4" | ||
BuildableName = "AFOAuth2Manager OS X Tests.xctest" | ||
BlueprintName = "AFOAuth2Manager OS X Tests" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "2934F3431C161603008B8AE4" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager OS X" | ||
ReferencedContainer = "container:AFOAuth2Manager.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 = "2934F3431C161603008B8AE4" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager OS X" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "2934F3431C161603008B8AE4" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager OS X" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
100 changes: 100 additions & 0 deletions
100
AFOAuth2Manager.xcodeproj/xcshareddata/xcschemes/AFOAuth2Manager iOS.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?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 = "29490FC41BE11BD700893BE1" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager iOS" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
codeCoverageEnabled = "YES"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "2934F2CA1C15F373008B8AE4" | ||
BuildableName = "AFOAuth2Manager iOS Tests.xctest" | ||
BlueprintName = "AFOAuth2Manager iOS Tests" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "29490FC41BE11BD700893BE1" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager iOS" | ||
ReferencedContainer = "container:AFOAuth2Manager.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 = "29490FC41BE11BD700893BE1" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager iOS" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "29490FC41BE11BD700893BE1" | ||
BuildableName = "AFOAuth2Manager.framework" | ||
BlueprintName = "AFOAuth2Manager iOS" | ||
ReferencedContainer = "container:AFOAuth2Manager.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
Oops, something went wrong.