Skip to content

Commit

Permalink
Tests moved from Test App to Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 29, 2023
1 parent d3b943e commit f8dc92f
Show file tree
Hide file tree
Showing 31 changed files with 305 additions and 905 deletions.
208 changes: 208 additions & 0 deletions NordicDFU.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions NordicDFU.xcodeproj/xcshareddata/xcschemes/NordicDFU.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:NordicDFU.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO">
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACE41AFB9204008FA782"
BuildableName = "Tests.xctest"
BlueprintName = "Tests"
ReferencedContainer = "container:DFU Test Performer.xcodeproj">
BlueprintIdentifier = "F09D00312B176A23002F844E"
BuildableName = "NordicDFUTests.xctest"
BlueprintName = "NordicDFUTests"
ReferencedContainer = "container:NordicDFU.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand Down
24 changes: 24 additions & 0 deletions NordicDFU.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"configurations" : [
{
"id" : "8FDB24E6-C66C-49F0-A805-427D507E961E",
"name" : "Configuration 1",
"options" : {

}
}
],
"defaultOptions" : {

},
"testTargets" : [
{
"target" : {
"containerPath" : "container:NordicDFU.xcodeproj",
"identifier" : "F09D00312B176A23002F844E",
"name" : "NordicDFUTests"
}
}
],
"version" : 1
}
216 changes: 0 additions & 216 deletions Test App/DFU Test Performer.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions Test App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ use_frameworks!
target 'DFU Test Performer' do
platform :ios, '12.0'
pod 'iOSDFULibrary', :path => '../'
end

target 'Tests' do
platform :ios, '12.0'
pod 'iOSDFULibrary', :path => '../'
end
4 changes: 2 additions & 2 deletions Test App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
iOSDFULibrary: b7b41a50402151d1fb9583c9f71cd021fe32eb8b
iOSDFULibrary: cae0ddd62d27cfe354696d513c5c9cd2bc524895
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced

PODFILE CHECKSUM: b417b3d0a919a35d4bf8cbf7e4d4c0783c0341c5
PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca

COCOAPODS: 1.14.3
1 change: 1 addition & 0 deletions Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Test App/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

284 changes: 45 additions & 239 deletions Test App/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f8dc92f

Please sign in to comment.