Skip to content

Commit 4ed7362

Browse files
author
karisli
committed
cos测试Demo和sdk仓库合并
1 parent a69bf55 commit 4ed7362

File tree

91 files changed

+11386
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+11386
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pods

Podfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
require 'pathname'
2+
source "https://github.com/CocoaPods/Specs"
3+
use_frameworks!
4+
5+
target 'QCloudCOSXMLDemo' do
6+
pod 'QCloudCOSXML'
7+
8+
target 'QCloudCOSXMLDemoTests' do
9+
inherit! :search_paths
10+
end
11+
end
12+

Podfile.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
PODS:
2+
- QCloudCore (5.7.7):
3+
- QCloudCore/Default (= 5.7.7)
4+
- QCloudCore/Default (5.7.7)
5+
- QCloudCOSXML (5.7.7):
6+
- QCloudCOSXML/Default (= 5.7.7)
7+
- QCloudCOSXML/Default (5.7.7):
8+
- QCloudCore (= 5.7.7)
9+
10+
DEPENDENCIES:
11+
- QCloudCOSXML
12+
13+
SPEC REPOS:
14+
https://github.com/CocoaPods/Specs.git:
15+
- QCloudCore
16+
- QCloudCOSXML
17+
18+
SPEC CHECKSUMS:
19+
QCloudCore: 14adbc2d12cbaebe7ee99149580c5b0f9075fb4f
20+
QCloudCOSXML: c385166d28855339eacf6a7438857fb71bf3c2c9
21+
22+
PODFILE CHECKSUM: 47898ee28b7698825734f4dae3aeb1c0d60cd13c
23+
24+
COCOAPODS: 1.9.3

QCloudCOSXMLDemo.xcodeproj/project.pbxproj

Lines changed: 777 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
4+
LastUpgradeVersion = "1010"
5+
6+
version = "1.3">
7+
<BuildAction
8+
parallelizeBuildables = "YES"
9+
buildImplicitDependencies = "YES">
10+
<BuildActionEntries>
11+
<BuildActionEntry
12+
buildForTesting = "YES"
13+
buildForRunning = "YES"
14+
buildForProfiling = "YES"
15+
buildForArchiving = "YES"
16+
buildForAnalyzing = "YES">
17+
<BuildableReference
18+
BuildableIdentifier = "primary"
19+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
20+
BuildableName = "QCloudCOSXMLDemo.app"
21+
BlueprintName = "QCloudCOSXMLDemo"
22+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
23+
</BuildableReference>
24+
</BuildActionEntry>
25+
</BuildActionEntries>
26+
</BuildAction>
27+
<TestAction
28+
buildConfiguration = "Debug"
29+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
30+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
31+
shouldUseLaunchSchemeArgsEnv = "YES">
32+
<Testables>
33+
</Testables>
34+
<MacroExpansion>
35+
<BuildableReference
36+
BuildableIdentifier = "primary"
37+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
38+
BuildableName = "QCloudCOSXMLDemo.app"
39+
BlueprintName = "QCloudCOSXMLDemo"
40+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
41+
</BuildableReference>
42+
</MacroExpansion>
43+
<AdditionalOptions>
44+
</AdditionalOptions>
45+
</TestAction>
46+
<LaunchAction
47+
buildConfiguration = "Debug"
48+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
49+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
50+
launchStyle = "0"
51+
useCustomWorkingDirectory = "NO"
52+
ignoresPersistentStateOnLaunch = "NO"
53+
debugDocumentVersioning = "YES"
54+
debugServiceExtension = "internal"
55+
allowLocationSimulation = "YES">
56+
<BuildableProductRunnable
57+
runnableDebuggingMode = "0">
58+
<BuildableReference
59+
BuildableIdentifier = "primary"
60+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
61+
BuildableName = "QCloudCOSXMLDemo.app"
62+
BlueprintName = "QCloudCOSXMLDemo"
63+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
64+
</BuildableReference>
65+
</BuildableProductRunnable>
66+
<EnvironmentVariables>
67+
<EnvironmentVariable
68+
key = "QCloudLogLevel"
69+
value = "6"
70+
isEnabled = "YES">
71+
</EnvironmentVariable>
72+
</EnvironmentVariables>
73+
<AdditionalOptions>
74+
</AdditionalOptions>
75+
</LaunchAction>
76+
<ProfileAction
77+
buildConfiguration = "Release"
78+
shouldUseLaunchSchemeArgsEnv = "YES"
79+
savedToolIdentifier = ""
80+
useCustomWorkingDirectory = "NO"
81+
debugDocumentVersioning = "YES">
82+
<BuildableProductRunnable
83+
runnableDebuggingMode = "0">
84+
<BuildableReference
85+
BuildableIdentifier = "primary"
86+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
87+
BuildableName = "QCloudCOSXMLDemo.app"
88+
BlueprintName = "QCloudCOSXMLDemo"
89+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
90+
</BuildableReference>
91+
</BuildableProductRunnable>
92+
</ProfileAction>
93+
<AnalyzeAction
94+
buildConfiguration = "Debug">
95+
</AnalyzeAction>
96+
<ArchiveAction
97+
buildConfiguration = "Release"
98+
revealArchiveInOrganizer = "YES">
99+
</ArchiveAction>
100+
</Scheme>
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0940"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
18+
BuildableName = "QCloudCOSXMLDemo.app"
19+
BlueprintName = "QCloudCOSXMLDemo"
20+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
36+
BuildableName = "QCloudCOSXMLDemo.app"
37+
BlueprintName = "QCloudCOSXMLDemo"
38+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
59+
BuildableName = "QCloudCOSXMLDemo.app"
60+
BlueprintName = "QCloudCOSXMLDemo"
61+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<EnvironmentVariables>
65+
<EnvironmentVariable
66+
key = "QCloudLogLevel"
67+
value = "6"
68+
isEnabled = "YES">
69+
</EnvironmentVariable>
70+
</EnvironmentVariables>
71+
<AdditionalOptions>
72+
<AdditionalOption
73+
key = "MallocStackLogging"
74+
value = ""
75+
isEnabled = "YES">
76+
</AdditionalOption>
77+
<AdditionalOption
78+
key = "PrefersMallocStackLoggingLite"
79+
value = ""
80+
isEnabled = "YES">
81+
</AdditionalOption>
82+
<AdditionalOption
83+
key = "MallocScribble"
84+
value = ""
85+
isEnabled = "YES">
86+
</AdditionalOption>
87+
</AdditionalOptions>
88+
</LaunchAction>
89+
<ProfileAction
90+
buildConfiguration = "Release"
91+
shouldUseLaunchSchemeArgsEnv = "YES"
92+
savedToolIdentifier = ""
93+
useCustomWorkingDirectory = "NO"
94+
debugDocumentVersioning = "YES">
95+
<BuildableProductRunnable
96+
runnableDebuggingMode = "0">
97+
<BuildableReference
98+
BuildableIdentifier = "primary"
99+
BlueprintIdentifier = "1AB143EB1E601E0500830F93"
100+
BuildableName = "QCloudCOSXMLDemo.app"
101+
BlueprintName = "QCloudCOSXMLDemo"
102+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
103+
</BuildableReference>
104+
</BuildableProductRunnable>
105+
</ProfileAction>
106+
<AnalyzeAction
107+
buildConfiguration = "Debug">
108+
</AnalyzeAction>
109+
<ArchiveAction
110+
buildConfiguration = "Release"
111+
revealArchiveInOrganizer = "YES">
112+
</ArchiveAction>
113+
</Scheme>
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0830"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES"
14+
codeCoverageEnabled = "YES">
15+
<Testables>
16+
<TestableReference
17+
skipped = "NO">
18+
<BuildableReference
19+
BuildableIdentifier = "primary"
20+
BlueprintIdentifier = "1AB144041E601E0500830F93"
21+
BuildableName = "QCloudCOSXMLDemoTests.xctest"
22+
BlueprintName = "QCloudCOSXMLDemoTests"
23+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
24+
</BuildableReference>
25+
</TestableReference>
26+
<TestableReference
27+
skipped = "NO">
28+
<BuildableReference
29+
BuildableIdentifier = "primary"
30+
BlueprintIdentifier = "A801AD362019904E004D1B9A"
31+
BuildableName = "QCloudCOSXMLDemoTests5.2.0.xctest"
32+
BlueprintName = "QCloudCOSXMLDemoTests5.2.0"
33+
ReferencedContainer = "container:QCloudCOSXMLDemo.xcodeproj">
34+
</BuildableReference>
35+
</TestableReference>
36+
</Testables>
37+
</TestAction>
38+
<LaunchAction
39+
buildConfiguration = "Debug"
40+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
41+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42+
launchStyle = "0"
43+
useCustomWorkingDirectory = "NO"
44+
ignoresPersistentStateOnLaunch = "NO"
45+
debugDocumentVersioning = "YES"
46+
debugServiceExtension = "internal"
47+
allowLocationSimulation = "YES">
48+
<EnvironmentVariables>
49+
<EnvironmentVariable
50+
key = "QCloudLogLevel"
51+
value = "6"
52+
isEnabled = "YES">
53+
</EnvironmentVariable>
54+
</EnvironmentVariables>
55+
</LaunchAction>
56+
<ProfileAction
57+
buildConfiguration = "Release"
58+
shouldUseLaunchSchemeArgsEnv = "YES"
59+
savedToolIdentifier = ""
60+
useCustomWorkingDirectory = "NO"
61+
debugDocumentVersioning = "YES">
62+
</ProfileAction>
63+
<AnalyzeAction
64+
buildConfiguration = "Debug">
65+
</AnalyzeAction>
66+
<ArchiveAction
67+
buildConfiguration = "Release"
68+
revealArchiveInOrganizer = "YES">
69+
</ArchiveAction>
70+
</Scheme>

0 commit comments

Comments
 (0)