Skip to content

Commit

Permalink
Revert "build fixes"
Browse files Browse the repository at this point in the history
This reverts commit 403cd10.
  • Loading branch information
namArora3112 committed Dec 16, 2024
1 parent 213193e commit 3497dbc
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 119 deletions.
12 changes: 6 additions & 6 deletions apps/AEPSampleAppNewArchEnabled/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ PODS:
- DoubleConversion (1.1.6)
- EXConstants (16.0.2):
- ExpoModulesCore
- Expo (51.0.39):
- Expo (51.0.38):
- ExpoModulesCore
- ExpoAsset (10.0.10):
- ExpoModulesCore
- ExpoFileSystem (17.0.1):
- ExpoModulesCore
- ExpoFont (12.0.10):
- ExpoModulesCore
- ExpoHead (3.5.24):
- ExpoHead (3.5.23):
- ExpoModulesCore
- ExpoKeepAwake (13.0.2):
- ExpoModulesCore
Expand Down Expand Up @@ -84,7 +84,7 @@ PODS:
- ExpoModulesCore
- ExpoWebBrowser (13.0.3):
- ExpoModulesCore
- EXSplashScreen (0.27.7):
- EXSplashScreen (0.27.6):
- DoubleConversion
- ExpoModulesCore
- glog
Expand Down Expand Up @@ -2181,16 +2181,16 @@ SPEC CHECKSUMS:
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
Expo: 8c995afb875c15bf8439af0b20bcb9ed8f90d0bd
Expo: 9b6666ef2fedcfc89c5b9be2aa1ce12b81f9e7f5
ExpoAsset: 323700f291684f110fb55f0d4022a3362ea9f875
ExpoFileSystem: 80bfe850b1f9922c16905822ecbf97acd711dc51
ExpoFont: 00756e6c796d8f7ee8d211e29c8b619e75cbf238
ExpoHead: a79e263b73039b41940c220dd67b83572e7cac09
ExpoHead: fcb28a68ed4ba28f177394d2dfb8a0a8824cd103
ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08
ExpoModulesCore: 032c4cb144637a8cf3f3b454b9e3c89a0d982497
ExpoSystemUI: d4f065a016cae6721b324eb659cdee4d4cf0cb26
ExpoWebBrowser: 7595ccac6938eb65b076385fd23d035db9ecdc8e
EXSplashScreen: a4941ba8f00e9a8c0dc9988e40f78d283450e507
EXSplashScreen: fee6881befe922f3f12fdd8bdb3e4839ca18f833
FBLazyVector: 430e10366de01d1e3d57374500b1b150fe482e6d
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: 69ef571f3de08433d766d614c73a9838a06bf7eb
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"workspaces": {
"packages": [
"packages/*",
"packages/*",
"apps/AEPSampleAppNewArchEnabled"
],
"nohoist": [
Expand All @@ -23,6 +23,7 @@
"sampleapp:start": "cd apps/AEPSampleApp && npx react-native start --reset-cache",
"sampleapp:ios:run": "cd apps/AEPSampleApp && npx react-native run-ios",
"sampleapp:android:run": "cd apps/AEPSampleApp && npx react-native run-android",

"sampleappnewarchenabled:ios:pod:update": "cd apps/AEPSampleAppNewArchEnabled/ios && pod update",
"sampleappnewarchenabled:ios:pod:install": "cd apps/AEPSampleAppNewArchEnabled/ios && pod install",
"sampleappnewarchenabled:ios:build": "cd apps/AEPSampleAppNewArchEnabled && expo run:ios",
Expand All @@ -37,7 +38,6 @@
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.5.2",
"@types/node": "^22.9.0",
"@types/react": "^18.0.5",
"@types/react-native": "^0.66.16",
"babel-jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 3497dbc

Please sign in to comment.