Skip to content

Commit 5ca1179

Browse files
committed
Fix buildDir for iOS instrumented tests
1 parent a36dd85 commit 5ca1179

File tree

1 file changed

+5
-5
lines changed
  • compose/ui/ui/src/uikitInstrumentedTest/launcher/Launcher.xcodeproj

1 file changed

+5
-5
lines changed

compose/ui/ui/src/uikitInstrumentedTest/launcher/Launcher.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
9928B82B2D3422C1006277AD /* Launcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Launcher.swift; sourceTree = "<group>"; };
2929
997DFCE32B18D99E000B56B5 /* Launcher.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Launcher.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3030
997DFCFA2B18E5D3000B56B5 /* LauncherHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LauncherHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
31-
99AEE0602DCC061700AAC8AE /* iphonesimulator.xcarchive */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = iphonesimulator.xcarchive; path = "../../../../../../out/androidx/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive"; sourceTree = "<group>"; };
32-
99AEE0612DCC067600AAC8AE /* libCMPTestUtils.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCMPTestUtils.a; path = "../../../../../../out/androidx/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib/libCMPTestUtils.a"; sourceTree = "<group>"; };
33-
99AEE0632DCC06D100AAC8AE /* InstrumentedTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = InstrumentedTest.framework; path = ../../../../../../out/androidx/compose/ui/ui/build/bin/uikitSimArm64/InstrumentedTestDebugFramework/InstrumentedTest.framework; sourceTree = "<group>"; };
31+
99AEE0602DCC061700AAC8AE /* iphonesimulator.xcarchive */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = iphonesimulator.xcarchive; path = "../../../../../../out/compose-multiplatform-core/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive"; sourceTree = "<group>"; };
32+
99AEE0612DCC067600AAC8AE /* libCMPTestUtils.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCMPTestUtils.a; path = "../../../../../../out/compose-multiplatform-core/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib/libCMPTestUtils.a"; sourceTree = "<group>"; };
33+
99AEE0632DCC06D100AAC8AE /* InstrumentedTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = InstrumentedTest.framework; path = ../../../../../../out/compose-multiplatform-core/compose/ui/ui/build/bin/uikitSimArm64/InstrumentedTestDebugFramework/InstrumentedTest.framework; sourceTree = "<group>"; };
3434
99BE84D22C3467B100E43826 /* Launcher.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Launcher.xctestplan; sourceTree = "<group>"; };
3535
/* End PBXFileReference section */
3636

@@ -387,7 +387,7 @@
387387
);
388388
MARKETING_VERSION = 1.0;
389389
OTHER_LDFLAGS = (
390-
"-L$SRCROOT/../../../../../../out/androidx/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib",
390+
"-L$SRCROOT/../../../../../../out/compose-multiplatform-core/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib",
391391
"-lCMPTestUtils",
392392
"-ObjC",
393393
);
@@ -417,7 +417,7 @@
417417
);
418418
MARKETING_VERSION = 1.0;
419419
OTHER_LDFLAGS = (
420-
"-L$SRCROOT/../../../../../../out/androidx/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib",
420+
"-L$SRCROOT/../../../../../../out/compose-multiplatform-core/internal-testutils-xctest/build/objc/iphonesimulator.xcarchive/Products/usr/local/lib",
421421
"-lCMPTestUtils",
422422
"-ObjC",
423423
);

0 commit comments

Comments
 (0)