Skip to content

Commit 800c87e

Browse files
committed
update harness which should build the XCTest helper
1 parent f86399e commit 800c87e

3 files changed

Lines changed: 26 additions & 21 deletions

File tree

apps/simple-camera/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
},
1717
"dependencies": {
1818
"@react-native-community/blur": "^4.4.1",
19-
"@react-native-harness/platform-apple": "^1.1.0-rc.4",
2019
"@react-native-menu/menu": "^2.0.0",
2120
"@react-native-vector-icons/ionicons": "12.4.1",
2221
"@react-navigation/native": "^7.1.31",
@@ -48,12 +47,13 @@
4847
"@react-native-community/cli": "20.1.2",
4948
"@react-native-community/cli-platform-android": "20.1.2",
5049
"@react-native-community/cli-platform-ios": "20.1.2",
51-
"@react-native-harness/platform-android": "1.1.0-rc.4",
50+
"@react-native-harness/platform-android": "1.2.0-rc.1",
51+
"@react-native-harness/platform-apple": "1.2.0-rc.1",
5252
"@react-native/babel-preset": "0.84.0",
5353
"@react-native/metro-config": "0.84.0",
5454
"@react-native/typescript-config": "0.84.0",
5555
"@types/react": "19.2.14",
56-
"react-native-harness": "1.1.0-rc.4",
56+
"react-native-harness": "1.2.0-rc.1",
5757
"typescript": "5.9.3"
5858
},
5959
"engines": {

apps/simple-camera/rn-harness.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ const androidDevice = useEmulator
8888
: physicalAndroidDevice(androidPhysicalManufacturer, androidPhysicalModel)
8989

9090
const iosDevice = isCI
91-
? applePhysicalDevice(iosPhysicalDeviceName)
91+
? applePhysicalDevice(iosPhysicalDeviceName, {
92+
codeSign: {
93+
teamId: 'idislikethisrightnow'
94+
}
95+
})
9296
: appleSimulator(iosSimulatorName, iosSimulatorVersion)
9397

9498
const config = {
@@ -115,6 +119,7 @@ const config = {
115119
detectNativeCrashes,
116120
resetEnvironmentBetweenTestFiles: true,
117121
forwardClientLogs: true,
122+
permissions: true
118123
}
119124

120125
export default config

bun.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)