Skip to content

Commit 5d5b156

Browse files
committed
chore: remove unnecessary flag on pods script
1 parent 7ee1ee0 commit 5d5b156

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ SPEC CHECKSUMS:
19951995
hermes-engine: 9e868dc7be781364296d6ee2f56d0c1a9ef0bb11
19961996
NitroModules: fdc6fcf8f397091615951004ae81022b759e27bc
19971997
OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2
1998-
QuickCrypto: 283efc5368936a4731c55b5a6409588d550dd0b1
1998+
QuickCrypto: e8b3449a68c118319ce3bbf4f570547029342a16
19991999
RCT-Folly: ea9d9256ba7f9322ef911169a9f696e5857b9e17
20002000
RCTDeprecation: ebe712bb05077934b16c6bf25228bdec34b64f83
20012001
RCTRequired: ca91e5dd26b64f577b528044c962baf171c6b716
@@ -2059,6 +2059,6 @@ SPEC CHECKSUMS:
20592059
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
20602060
Yoga: feb4910aba9742cfedc059e2b2902e22ffe9954a
20612061

2062-
PODFILE CHECKSUM: bcfd7840a8f657993e5e9504fdac2d1397cbc14a
2062+
PODFILE CHECKSUM: 63c4c1ca9d3ee6394f468b17e19efd3e548b5357
20632063

2064-
COCOAPODS: 1.16.2
2064+
COCOAPODS: 1.15.2

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier --check \"**/*.{js,ts,tsx}\"",
1616
"format:fix": "prettier --write \"**/*.{js,ts,tsx}\"",
1717
"start": "react-native start",
18-
"pods": "RCT_NEW_ARCH_ENABLED=1 bundle exec pod install --project-directory=ios",
18+
"pods": "bundle exec pod install --project-directory=ios",
1919
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
2020
"build:ios": "cd ios && xcodebuild -workspace QuickCrytpExample.xcworkspace -scheme QuickCrytpExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
2121
},

0 commit comments

Comments
 (0)