@tamagui/native-ci 2.0.0-1768636514428 → 2.0.0-1768696252732
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/ios.ts +3 -2
- package/types/ios.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/native-ci",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-1768696252732",
|
|
4
4
|
"description": "Native CI/CD helpers for React Native apps with Expo - fingerprinting, caching, and build optimization",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@expo/fingerprint": "^0.15.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@tamagui/build": "2.0.0-
|
|
42
|
+
"@tamagui/build": "2.0.0-1768696252732",
|
|
43
43
|
"@types/bun": "^1.1.0",
|
|
44
44
|
"@types/node": "^22.1.0"
|
|
45
45
|
},
|
package/src/ios.ts
CHANGED
|
@@ -63,8 +63,9 @@ export async function ensureIOSApp(config: string = 'ios.sim.debug'): Promise<vo
|
|
|
63
63
|
console.info(`\n--- iOS app not found at ${appPath}, building... ---`)
|
|
64
64
|
|
|
65
65
|
// Ensure pods are installed first
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
// Check for actual pod config files, not just the Pods directory (which may be incomplete)
|
|
67
|
+
const podConfigPath = join(process.cwd(), 'ios', 'Pods', 'Target Support Files', 'Pods-tamaguikitchensink', 'Pods-tamaguikitchensink.debug.xcconfig')
|
|
68
|
+
if (!existsSync(podConfigPath)) {
|
|
68
69
|
console.info('Installing CocoaPods dependencies...')
|
|
69
70
|
await $`pod install --project-directory=ios`
|
|
70
71
|
}
|
package/types/ios.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ios.d.ts","sourceRoot":"","sources":["../src/ios.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH;;;;;;;;;;;;GAYG;AACH,wBAAsB,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAgBrD;AAED;;;;GAIG;AACH,wBAAsB,YAAY,CAAC,MAAM,GAAE,MAAwB,GAAG,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"ios.d.ts","sourceRoot":"","sources":["../src/ios.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH;;;;;;;;;;;;GAYG;AACH,wBAAsB,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAgBrD;AAED;;;;GAIG;AACH,wBAAsB,YAAY,CAAC,MAAM,GAAE,MAAwB,GAAG,OAAO,CAAC,IAAI,CAAC,CAiClF"}
|