-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eugene Nikolskyi
committed
Jun 3, 2015
1 parent
f80b5f5
commit 437fd5e
Showing
6 changed files
with
448 additions
and
31 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
106 changes: 106 additions & 0 deletions
106
ConnectSDK.xcodeproj/xcshareddata/xcschemes/ConnectSDKIntegrationTests.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,106 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "0630" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44E98FAC1B1E84880043BC70" | ||
BuildableName = "ConnectSDKIntegrationTests.xctest" | ||
BlueprintName = "ConnectSDKIntegrationTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "NO" | ||
buildForRunning = "YES" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44375E7E1A25265600D2F6DE" | ||
BuildableName = "ConnectSDKTests.xctest" | ||
BlueprintName = "ConnectSDKTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
buildConfiguration = "Debug"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44E98FAC1B1E84880043BC70" | ||
BuildableName = "ConnectSDKIntegrationTests.xctest" | ||
BlueprintName = "ConnectSDKIntegrationTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44E98FAC1B1E84880043BC70" | ||
BuildableName = "ConnectSDKIntegrationTests.xctest" | ||
BlueprintName = "ConnectSDKIntegrationTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</TestAction> | ||
<LaunchAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Debug" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
allowLocationSimulation = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44E98FAC1B1E84880043BC70" | ||
BuildableName = "ConnectSDKIntegrationTests.xctest" | ||
BlueprintName = "ConnectSDKIntegrationTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<AdditionalOptions> | ||
<AdditionalOption | ||
key = "NSZombieEnabled" | ||
value = "YES" | ||
isEnabled = "YES"> | ||
</AdditionalOption> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Release" | ||
debugDocumentVersioning = "YES"> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
101 changes: 101 additions & 0 deletions
101
ConnectSDK.xcodeproj/xcshareddata/xcschemes/ConnectSDKTests.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,101 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "0610" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44375E7E1A25265600D2F6DE" | ||
BuildableName = "ConnectSDKTests.xctest" | ||
BlueprintName = "ConnectSDKTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "NO" | ||
buildForRunning = "YES" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44E98FAC1B1E84880043BC70" | ||
BuildableName = "ConnectSDKIntegrationTests.xctest" | ||
BlueprintName = "ConnectSDKIntegrationTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
buildConfiguration = "Debug"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44375E7E1A25265600D2F6DE" | ||
BuildableName = "ConnectSDKTests.xctest" | ||
BlueprintName = "ConnectSDKTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44375E7E1A25265600D2F6DE" | ||
BuildableName = "ConnectSDKTests.xctest" | ||
BlueprintName = "ConnectSDKTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</TestAction> | ||
<LaunchAction | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Debug" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
allowLocationSimulation = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "44375E7E1A25265600D2F6DE" | ||
BuildableName = "ConnectSDKTests.xctest" | ||
BlueprintName = "ConnectSDKTests" | ||
ReferencedContainer = "container:ConnectSDK.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<AdditionalOptions> | ||
</AdditionalOptions> | ||
</LaunchAction> | ||
<ProfileAction | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
buildConfiguration = "Release" | ||
debugDocumentVersioning = "YES"> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ You can use `pod "ConnectSDK"` to get the [full version](https://github.com/Conn | |
* Partnerships: [email protected] | ||
|
||
##Credits | ||
Connect SDK for iOS makes use of the following projects, some of which are open-source. | ||
Connect SDK for iOS makes use of the following projects, some of which are open-source: | ||
|
||
* [SocketRocket](https://github.com/Square/SocketRocket) (Apache License, Version 2.0) | ||
- modifications: | ||
|
@@ -69,6 +69,15 @@ Connect SDK for iOS makes use of the following projects, some of which are open- | |
* [ASIHTTPRequest](https://github.com/pokeb/asi-http-request) (MIT) | ||
* [xswi](https://github.com/skjolber/xswi) (MIT) | ||
|
||
These projects are used in tests: | ||
|
||
* [OCMock](http://ocmock.org/) (Apache License, Version 2.0) | ||
* [OHHTTPStubs](https://github.com/AliSoftware/OHHTTPStubs/) (MIT) | ||
* [Specta](https://github.com/specta/specta/) (MIT) | ||
* [Expecta](https://github.com/specta/expecta/) (MIT) | ||
|
||
This public domain image is used in tests: [The San Francisco peaks of flagstaff public domain image](http://www.public-domain-image.com/free-images/nature-landscapes/peaks/the-san-francisco-peaks-of-flagstaff). | ||
|
||
##License | ||
Copyright (c) 2013-2014 LG Electronics. | ||
|
||
|
Submodule core
updated
93 files