File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
mParticle-Apple-SDK-Swift/Test/Utils Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 max-parallel : 4
1919 matrix :
2020 platform : [iOS, tvOS]
21- scheme : [mParticle-Apple-SDK-NoLocation]
21+ scheme : [mParticle-Apple-SDK-NoLocation, mParticle-Apple-SDK-Swift ]
2222 include :
2323 - platform : iOS
2424 device : iPhone 16 Pro
4646 shutdown_after_job : true
4747
4848 - name : Run unit tests
49- run : xcodebuild -project mParticle-Apple-SDK.xcodeproj -scheme ${{ matrix.scheme }} -destination 'id=${{ steps.simulator.outputs.UDID }}' test
49+ run : xcodebuild -project mParticle-Apple-SDK.xcodeproj -scheme ${{ matrix.scheme }} -destination 'id=${{ steps.simulator.outputs.udid }}' test
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ class MPIdentityApiMPDeviceMock: MPIdentityApiMPDeviceProtocol {
3030 }
3131}
3232
33+ @available ( iOS 16 . 0 , tvOS 16 . 0 , * )
3334final class MPDeviceTests : XCTestCase {
3435
3536 func testDictionaryDescription( ) {
You can’t perform that action at this time.
0 commit comments