diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml new file mode 100644 index 000000000..de4ff78db --- /dev/null +++ b/.github/workflows/ios.yml @@ -0,0 +1,57 @@ +name: iOS CI with Xcode + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build-ios: + + runs-on: macos-12 + + # ruby: 2.7.6, 3.0.4, 3.1.2 (../.ruby-version: 2.7.5) + # CocoaPods: 1.11.3 + + steps: + + - uses: actions/checkout@v3 + +# - uses: mikehardy/buildcache-action@v1 + +# yarn cache +# node_modules cache + + - name: Install all project dependencies + run: yarn + + - name: npx react-native info + run: npx react-native info + +# - uses: ruby/setup-ruby@v1 +# with: +# bundler-cache: true # bundle install and cache installed gems automatically +# - run: bundle exec rake + + # - uses: setup/cocoapods # cache + + - name: Install pods + run: cd ios && pod install && cd .. + + - name: Build app for Debug + run: npx react-native run-ios --configuration Debug + +# - name: Xcode clean +# run: xcodebuild clean + + - name: Install pods (prod) + run: cd ios && PRODUCTION=1 pod install && cd .. +# --repo-update +# --clean-install + + - name: Bundle app for release + run: npx react-native bundle --entry-file='index.ts' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios' + + - name: Build app for release + run: npx react-native run-ios --configuration Release diff --git a/.yarn/cache/@react-native-community-cli-config-npm-8.0.2-6252ee93b6-a470ac3118.zip b/.yarn/cache/@react-native-community-cli-config-npm-8.0.2-6252ee93b6-a470ac3118.zip deleted file mode 100644 index 6897874f7..000000000 Binary files a/.yarn/cache/@react-native-community-cli-config-npm-8.0.2-6252ee93b6-a470ac3118.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-config-npm-9.0.0-alpha.5-a7f911090d-4017d1424b.zip b/.yarn/cache/@react-native-community-cli-config-npm-9.0.0-alpha.6-8dfebd84a0-149d98f53e.zip similarity index 81% rename from .yarn/cache/@react-native-community-cli-config-npm-9.0.0-alpha.5-a7f911090d-4017d1424b.zip rename to .yarn/cache/@react-native-community-cli-config-npm-9.0.0-alpha.6-8dfebd84a0-149d98f53e.zip index 178bc602d..d58fa3c6f 100644 Binary files a/.yarn/cache/@react-native-community-cli-config-npm-9.0.0-alpha.5-a7f911090d-4017d1424b.zip and b/.yarn/cache/@react-native-community-cli-config-npm-9.0.0-alpha.6-8dfebd84a0-149d98f53e.zip differ diff --git a/.yarn/cache/@react-native-community-cli-debugger-ui-npm-8.0.0-6da530adc2-926dcbf55d.zip b/.yarn/cache/@react-native-community-cli-debugger-ui-npm-8.0.0-6da530adc2-926dcbf55d.zip deleted file mode 100644 index c4570217c..000000000 Binary files a/.yarn/cache/@react-native-community-cli-debugger-ui-npm-8.0.0-6da530adc2-926dcbf55d.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-doctor-npm-8.0.2-836f757c6b-8c72909692.zip b/.yarn/cache/@react-native-community-cli-doctor-npm-8.0.2-836f757c6b-8c72909692.zip deleted file mode 100644 index 0cae5a427..000000000 Binary files a/.yarn/cache/@react-native-community-cli-doctor-npm-8.0.2-836f757c6b-8c72909692.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-doctor-npm-9.0.0-alpha.5-a20437ce0a-cbd74a432e.zip b/.yarn/cache/@react-native-community-cli-doctor-npm-9.0.0-alpha.8-601562cd3a-841a3b7b9d.zip similarity index 92% rename from .yarn/cache/@react-native-community-cli-doctor-npm-9.0.0-alpha.5-a20437ce0a-cbd74a432e.zip rename to .yarn/cache/@react-native-community-cli-doctor-npm-9.0.0-alpha.8-601562cd3a-841a3b7b9d.zip index e2ce508e9..75895a8d0 100644 Binary files a/.yarn/cache/@react-native-community-cli-doctor-npm-9.0.0-alpha.5-a20437ce0a-cbd74a432e.zip and b/.yarn/cache/@react-native-community-cli-doctor-npm-9.0.0-alpha.8-601562cd3a-841a3b7b9d.zip differ diff --git a/.yarn/cache/@react-native-community-cli-hermes-npm-9.0.0-alpha.5-3e67430dda-5b9dc3f732.zip b/.yarn/cache/@react-native-community-cli-hermes-npm-9.0.0-alpha.5-3e67430dda-5b9dc3f732.zip deleted file mode 100644 index 1eaa2d4c7..000000000 Binary files a/.yarn/cache/@react-native-community-cli-hermes-npm-9.0.0-alpha.5-3e67430dda-5b9dc3f732.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-hermes-npm-8.0.2-33c9fde14e-933146351b.zip b/.yarn/cache/@react-native-community-cli-hermes-npm-9.0.0-alpha.7-2ff2a35b77-21eab18746.zip similarity index 90% rename from .yarn/cache/@react-native-community-cli-hermes-npm-8.0.2-33c9fde14e-933146351b.zip rename to .yarn/cache/@react-native-community-cli-hermes-npm-9.0.0-alpha.7-2ff2a35b77-21eab18746.zip index 508a35e59..68676de50 100644 Binary files a/.yarn/cache/@react-native-community-cli-hermes-npm-8.0.2-33c9fde14e-933146351b.zip and b/.yarn/cache/@react-native-community-cli-hermes-npm-9.0.0-alpha.7-2ff2a35b77-21eab18746.zip differ diff --git a/.yarn/cache/@react-native-community-cli-npm-8.0.0-alpha.0-457b6d855a-7b53ff7ed0.zip b/.yarn/cache/@react-native-community-cli-npm-8.0.0-alpha.0-457b6d855a-7b53ff7ed0.zip deleted file mode 100644 index 5c551d0a6..000000000 Binary files a/.yarn/cache/@react-native-community-cli-npm-8.0.0-alpha.0-457b6d855a-7b53ff7ed0.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-platform-android-npm-8.0.2-94dcd781cc-1e3ea384d2.zip b/.yarn/cache/@react-native-community-cli-platform-android-npm-8.0.2-94dcd781cc-1e3ea384d2.zip deleted file mode 100644 index 4b7b18f5f..000000000 Binary files a/.yarn/cache/@react-native-community-cli-platform-android-npm-8.0.2-94dcd781cc-1e3ea384d2.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-platform-android-npm-9.0.0-alpha.5-dccf75fc4f-165310ffbb.zip b/.yarn/cache/@react-native-community-cli-platform-android-npm-9.0.0-alpha.7-2a25b13cc3-7d90378b99.zip similarity index 61% rename from .yarn/cache/@react-native-community-cli-platform-android-npm-9.0.0-alpha.5-dccf75fc4f-165310ffbb.zip rename to .yarn/cache/@react-native-community-cli-platform-android-npm-9.0.0-alpha.7-2a25b13cc3-7d90378b99.zip index 394532825..28219776d 100644 Binary files a/.yarn/cache/@react-native-community-cli-platform-android-npm-9.0.0-alpha.5-dccf75fc4f-165310ffbb.zip and b/.yarn/cache/@react-native-community-cli-platform-android-npm-9.0.0-alpha.7-2a25b13cc3-7d90378b99.zip differ diff --git a/.yarn/cache/@react-native-community-cli-platform-ios-npm-9.0.0-alpha.5-bb45771ce7-1e9e287cd1.zip b/.yarn/cache/@react-native-community-cli-platform-ios-npm-9.0.0-alpha.5-bb45771ce7-1e9e287cd1.zip deleted file mode 100644 index 7f2411838..000000000 Binary files a/.yarn/cache/@react-native-community-cli-platform-ios-npm-9.0.0-alpha.5-bb45771ce7-1e9e287cd1.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-platform-ios-npm-8.0.2-8341c3e240-10c9904757.zip b/.yarn/cache/@react-native-community-cli-platform-ios-npm-9.0.0-alpha.8-63f7a7a874-e58968b971.zip similarity index 94% rename from .yarn/cache/@react-native-community-cli-platform-ios-npm-8.0.2-8341c3e240-10c9904757.zip rename to .yarn/cache/@react-native-community-cli-platform-ios-npm-9.0.0-alpha.8-63f7a7a874-e58968b971.zip index 8ab6b009f..58bc55202 100644 Binary files a/.yarn/cache/@react-native-community-cli-platform-ios-npm-8.0.2-8341c3e240-10c9904757.zip and b/.yarn/cache/@react-native-community-cli-platform-ios-npm-9.0.0-alpha.8-63f7a7a874-e58968b971.zip differ diff --git a/.yarn/cache/@react-native-community-cli-plugin-metro-npm-9.0.0-alpha.5-8cb0c03a4f-bdcbcfcdab.zip b/.yarn/cache/@react-native-community-cli-plugin-metro-npm-9.0.0-alpha.5-8cb0c03a4f-bdcbcfcdab.zip deleted file mode 100644 index 8b4ea1fc5..000000000 Binary files a/.yarn/cache/@react-native-community-cli-plugin-metro-npm-9.0.0-alpha.5-8cb0c03a4f-bdcbcfcdab.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-plugin-metro-npm-8.0.0-07435b50cb-c651b19078.zip b/.yarn/cache/@react-native-community-cli-plugin-metro-npm-9.0.0-alpha.6-b98f098984-6b538f8baa.zip similarity index 93% rename from .yarn/cache/@react-native-community-cli-plugin-metro-npm-8.0.0-07435b50cb-c651b19078.zip rename to .yarn/cache/@react-native-community-cli-plugin-metro-npm-9.0.0-alpha.6-b98f098984-6b538f8baa.zip index 49373ee76..c34320862 100644 Binary files a/.yarn/cache/@react-native-community-cli-plugin-metro-npm-8.0.0-07435b50cb-c651b19078.zip and b/.yarn/cache/@react-native-community-cli-plugin-metro-npm-9.0.0-alpha.6-b98f098984-6b538f8baa.zip differ diff --git a/.yarn/cache/@react-native-community-cli-server-api-npm-8.0.0-07113ec3b0-b77d27b0c5.zip b/.yarn/cache/@react-native-community-cli-server-api-npm-8.0.0-07113ec3b0-b77d27b0c5.zip deleted file mode 100644 index d043a75f0..000000000 Binary files a/.yarn/cache/@react-native-community-cli-server-api-npm-8.0.0-07113ec3b0-b77d27b0c5.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-server-api-npm-9.0.0-alpha.5-02270cc64a-a370d4a438.zip b/.yarn/cache/@react-native-community-cli-server-api-npm-9.0.0-alpha.6-65aa46cb3a-870f84fdbf.zip similarity index 93% rename from .yarn/cache/@react-native-community-cli-server-api-npm-9.0.0-alpha.5-02270cc64a-a370d4a438.zip rename to .yarn/cache/@react-native-community-cli-server-api-npm-9.0.0-alpha.6-65aa46cb3a-870f84fdbf.zip index 79c8d4442..8d78e87d9 100644 Binary files a/.yarn/cache/@react-native-community-cli-server-api-npm-9.0.0-alpha.5-02270cc64a-a370d4a438.zip and b/.yarn/cache/@react-native-community-cli-server-api-npm-9.0.0-alpha.6-65aa46cb3a-870f84fdbf.zip differ diff --git a/.yarn/cache/@react-native-community-cli-tools-npm-8.0.0-7454cacdfb-e57127dd53.zip b/.yarn/cache/@react-native-community-cli-tools-npm-8.0.0-7454cacdfb-e57127dd53.zip deleted file mode 100644 index 3a6dca013..000000000 Binary files a/.yarn/cache/@react-native-community-cli-tools-npm-8.0.0-7454cacdfb-e57127dd53.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-tools-npm-9.0.0-alpha.5-444736a4c8-e25dae03f9.zip b/.yarn/cache/@react-native-community-cli-tools-npm-9.0.0-alpha.6-a49b7b08c0-ba031860bc.zip similarity index 82% rename from .yarn/cache/@react-native-community-cli-tools-npm-9.0.0-alpha.5-444736a4c8-e25dae03f9.zip rename to .yarn/cache/@react-native-community-cli-tools-npm-9.0.0-alpha.6-a49b7b08c0-ba031860bc.zip index ec6562b5c..54ffe1cf2 100644 Binary files a/.yarn/cache/@react-native-community-cli-tools-npm-9.0.0-alpha.5-444736a4c8-e25dae03f9.zip and b/.yarn/cache/@react-native-community-cli-tools-npm-9.0.0-alpha.6-a49b7b08c0-ba031860bc.zip differ diff --git a/.yarn/cache/@react-native-community-cli-types-npm-8.0.0-ea7096f5c3-536cdaf7de.zip b/.yarn/cache/@react-native-community-cli-types-npm-8.0.0-ea7096f5c3-536cdaf7de.zip deleted file mode 100644 index d52d060a8..000000000 Binary files a/.yarn/cache/@react-native-community-cli-types-npm-8.0.0-ea7096f5c3-536cdaf7de.zip and /dev/null differ diff --git a/.yarn/cache/hermes-estree-npm-0.6.0-6552871101-91b5954332.zip b/.yarn/cache/hermes-estree-npm-0.6.0-6552871101-91b5954332.zip deleted file mode 100644 index af3f6a60a..000000000 Binary files a/.yarn/cache/hermes-estree-npm-0.6.0-6552871101-91b5954332.zip and /dev/null differ diff --git a/.yarn/cache/hermes-parser-npm-0.6.0-a6aa5ceab8-ea3f566e61.zip b/.yarn/cache/hermes-parser-npm-0.6.0-a6aa5ceab8-ea3f566e61.zip deleted file mode 100644 index 10205b691..000000000 Binary files a/.yarn/cache/hermes-parser-npm-0.6.0-a6aa5ceab8-ea3f566e61.zip and /dev/null differ diff --git a/.yarn/cache/jest-haste-map-npm-27.5.1-2dfafa5d6b-e092a14128.zip b/.yarn/cache/jest-haste-map-npm-27.5.1-2dfafa5d6b-e092a14128.zip deleted file mode 100644 index 7eb756820..000000000 Binary files a/.yarn/cache/jest-haste-map-npm-27.5.1-2dfafa5d6b-e092a14128.zip and /dev/null differ diff --git a/.yarn/cache/jetifier-npm-1.6.8-940248aabe-6cdecf7683.zip b/.yarn/cache/jetifier-npm-1.6.8-940248aabe-6cdecf7683.zip deleted file mode 100644 index 8fcc4b278..000000000 Binary files a/.yarn/cache/jetifier-npm-1.6.8-940248aabe-6cdecf7683.zip and /dev/null differ diff --git a/.yarn/cache/metro-babel-transformer-npm-0.70.2-9b441c74b9-1cd94b3aec.zip b/.yarn/cache/metro-babel-transformer-npm-0.70.2-9b441c74b9-1cd94b3aec.zip deleted file mode 100644 index 4c8d25831..000000000 Binary files a/.yarn/cache/metro-babel-transformer-npm-0.70.2-9b441c74b9-1cd94b3aec.zip and /dev/null differ diff --git a/.yarn/cache/metro-babel-transformer-npm-0.70.3-9a87b70302-9bb4d9c9f5.zip b/.yarn/cache/metro-babel-transformer-npm-0.70.3-9a87b70302-9bb4d9c9f5.zip deleted file mode 100644 index 8cb0a34ee..000000000 Binary files a/.yarn/cache/metro-babel-transformer-npm-0.70.3-9a87b70302-9bb4d9c9f5.zip and /dev/null differ diff --git a/.yarn/cache/metro-cache-key-npm-0.70.2-ccb17d296b-58f6ce5be7.zip b/.yarn/cache/metro-cache-key-npm-0.70.2-ccb17d296b-58f6ce5be7.zip deleted file mode 100644 index 44d8e9c43..000000000 Binary files a/.yarn/cache/metro-cache-key-npm-0.70.2-ccb17d296b-58f6ce5be7.zip and /dev/null differ diff --git a/.yarn/cache/metro-cache-npm-0.70.2-2ddd9018cb-8893864898.zip b/.yarn/cache/metro-cache-npm-0.70.2-2ddd9018cb-8893864898.zip deleted file mode 100644 index 5c767b9f2..000000000 Binary files a/.yarn/cache/metro-cache-npm-0.70.2-2ddd9018cb-8893864898.zip and /dev/null differ diff --git a/.yarn/cache/metro-config-npm-0.70.2-f04f2ac21d-c000ca271e.zip b/.yarn/cache/metro-config-npm-0.70.2-f04f2ac21d-c000ca271e.zip deleted file mode 100644 index 27343a9f3..000000000 Binary files a/.yarn/cache/metro-config-npm-0.70.2-f04f2ac21d-c000ca271e.zip and /dev/null differ diff --git a/.yarn/cache/metro-core-npm-0.70.2-72a6326b2f-7a96bc571c.zip b/.yarn/cache/metro-core-npm-0.70.2-72a6326b2f-7a96bc571c.zip deleted file mode 100644 index 591da1d2e..000000000 Binary files a/.yarn/cache/metro-core-npm-0.70.2-72a6326b2f-7a96bc571c.zip and /dev/null differ diff --git a/.yarn/cache/metro-hermes-compiler-npm-0.70.2-2973b71d5d-1a9e863ccd.zip b/.yarn/cache/metro-hermes-compiler-npm-0.70.2-2973b71d5d-1a9e863ccd.zip deleted file mode 100644 index 3e08c7084..000000000 Binary files a/.yarn/cache/metro-hermes-compiler-npm-0.70.2-2973b71d5d-1a9e863ccd.zip and /dev/null differ diff --git a/.yarn/cache/metro-inspector-proxy-npm-0.70.2-a7743ce720-f2b914764a.zip b/.yarn/cache/metro-inspector-proxy-npm-0.70.2-a7743ce720-f2b914764a.zip deleted file mode 100644 index e412f1c1c..000000000 Binary files a/.yarn/cache/metro-inspector-proxy-npm-0.70.2-a7743ce720-f2b914764a.zip and /dev/null differ diff --git a/.yarn/cache/metro-minify-uglify-npm-0.70.2-b42b892000-b504958336.zip b/.yarn/cache/metro-minify-uglify-npm-0.70.2-b42b892000-b504958336.zip deleted file mode 100644 index 7eb4d7201..000000000 Binary files a/.yarn/cache/metro-minify-uglify-npm-0.70.2-b42b892000-b504958336.zip and /dev/null differ diff --git a/.yarn/cache/metro-npm-0.70.2-7679057a17-2273bb2c0e.zip b/.yarn/cache/metro-npm-0.70.2-7679057a17-2273bb2c0e.zip deleted file mode 100644 index e3201c27e..000000000 Binary files a/.yarn/cache/metro-npm-0.70.2-7679057a17-2273bb2c0e.zip and /dev/null differ diff --git a/.yarn/cache/metro-react-native-babel-preset-npm-0.70.2-9967c89de1-fd79bb7f6e.zip b/.yarn/cache/metro-react-native-babel-preset-npm-0.70.2-9967c89de1-fd79bb7f6e.zip deleted file mode 100644 index 932fee197..000000000 Binary files a/.yarn/cache/metro-react-native-babel-preset-npm-0.70.2-9967c89de1-fd79bb7f6e.zip and /dev/null differ diff --git a/.yarn/cache/metro-react-native-babel-preset-npm-0.70.3-af4ec5f177-9abd3d811a.zip b/.yarn/cache/metro-react-native-babel-preset-npm-0.70.3-af4ec5f177-9abd3d811a.zip deleted file mode 100644 index afe8a1b13..000000000 Binary files a/.yarn/cache/metro-react-native-babel-preset-npm-0.70.3-af4ec5f177-9abd3d811a.zip and /dev/null differ diff --git a/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.3-bad48e6fcd-454ece281e.zip b/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.3-bad48e6fcd-454ece281e.zip deleted file mode 100644 index 9f1f6ee52..000000000 Binary files a/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.3-bad48e6fcd-454ece281e.zip and /dev/null differ diff --git a/.yarn/cache/metro-resolver-npm-0.70.2-a8df0df663-a86510a232.zip b/.yarn/cache/metro-resolver-npm-0.70.2-a8df0df663-a86510a232.zip deleted file mode 100644 index 218772103..000000000 Binary files a/.yarn/cache/metro-resolver-npm-0.70.2-a8df0df663-a86510a232.zip and /dev/null differ diff --git a/.yarn/cache/metro-runtime-npm-0.70.2-d442832176-2c033378f3.zip b/.yarn/cache/metro-runtime-npm-0.70.2-d442832176-2c033378f3.zip deleted file mode 100644 index 2a8a47b82..000000000 Binary files a/.yarn/cache/metro-runtime-npm-0.70.2-d442832176-2c033378f3.zip and /dev/null differ diff --git a/.yarn/cache/metro-runtime-npm-0.70.3-88f19d5921-88641e298e.zip b/.yarn/cache/metro-runtime-npm-0.70.3-88f19d5921-88641e298e.zip deleted file mode 100644 index e2222eff4..000000000 Binary files a/.yarn/cache/metro-runtime-npm-0.70.3-88f19d5921-88641e298e.zip and /dev/null differ diff --git a/.yarn/cache/metro-source-map-npm-0.70.2-0158181dff-6a760d50ec.zip b/.yarn/cache/metro-source-map-npm-0.70.2-0158181dff-6a760d50ec.zip deleted file mode 100644 index 51de3bd67..000000000 Binary files a/.yarn/cache/metro-source-map-npm-0.70.2-0158181dff-6a760d50ec.zip and /dev/null differ diff --git a/.yarn/cache/metro-source-map-npm-0.70.3-5be9a23809-3ccf4864ec.zip b/.yarn/cache/metro-source-map-npm-0.70.3-5be9a23809-3ccf4864ec.zip deleted file mode 100644 index 912719b5b..000000000 Binary files a/.yarn/cache/metro-source-map-npm-0.70.3-5be9a23809-3ccf4864ec.zip and /dev/null differ diff --git a/.yarn/cache/metro-symbolicate-npm-0.70.2-4d7de347d2-1cdcb87fb5.zip b/.yarn/cache/metro-symbolicate-npm-0.70.2-4d7de347d2-1cdcb87fb5.zip deleted file mode 100644 index 68048f7c6..000000000 Binary files a/.yarn/cache/metro-symbolicate-npm-0.70.2-4d7de347d2-1cdcb87fb5.zip and /dev/null differ diff --git a/.yarn/cache/metro-symbolicate-npm-0.70.3-88da596f5f-6fd827a416.zip b/.yarn/cache/metro-symbolicate-npm-0.70.3-88da596f5f-6fd827a416.zip deleted file mode 100644 index bc0e952b0..000000000 Binary files a/.yarn/cache/metro-symbolicate-npm-0.70.3-88da596f5f-6fd827a416.zip and /dev/null differ diff --git a/.yarn/cache/metro-transform-plugins-npm-0.70.2-9cd6485580-36f4209755.zip b/.yarn/cache/metro-transform-plugins-npm-0.70.2-9cd6485580-36f4209755.zip deleted file mode 100644 index 55be88798..000000000 Binary files a/.yarn/cache/metro-transform-plugins-npm-0.70.2-9cd6485580-36f4209755.zip and /dev/null differ diff --git a/.yarn/cache/metro-transform-worker-npm-0.70.2-3cae3b9b69-e1446a87c6.zip b/.yarn/cache/metro-transform-worker-npm-0.70.2-3cae3b9b69-e1446a87c6.zip deleted file mode 100644 index b3cf95525..000000000 Binary files a/.yarn/cache/metro-transform-worker-npm-0.70.2-3cae3b9b69-e1446a87c6.zip and /dev/null differ diff --git a/.yarn/cache/ob1-npm-0.70.2-1b23ee5270-e36d9e7729.zip b/.yarn/cache/ob1-npm-0.70.2-1b23ee5270-e36d9e7729.zip deleted file mode 100644 index 182d76544..000000000 Binary files a/.yarn/cache/ob1-npm-0.70.2-1b23ee5270-e36d9e7729.zip and /dev/null differ diff --git a/.yarn/cache/ob1-npm-0.70.3-b86ecc9472-5053160676.zip b/.yarn/cache/ob1-npm-0.70.3-b86ecc9472-5053160676.zip deleted file mode 100644 index b2c4ddd47..000000000 Binary files a/.yarn/cache/ob1-npm-0.70.3-b86ecc9472-5053160676.zip and /dev/null differ diff --git a/.yarn/cache/plist-npm-3.0.3-3a1a78166f-ed34a2ce60.zip b/.yarn/cache/plist-npm-3.0.3-3a1a78166f-ed34a2ce60.zip deleted file mode 100644 index b2960ce7e..000000000 Binary files a/.yarn/cache/plist-npm-3.0.3-3a1a78166f-ed34a2ce60.zip and /dev/null differ diff --git a/.yarn/cache/xmlbuilder-npm-9.0.7-44519dbccb-8193bb3238.zip b/.yarn/cache/xmlbuilder-npm-9.0.7-44519dbccb-8193bb3238.zip deleted file mode 100644 index 2399092b6..000000000 Binary files a/.yarn/cache/xmlbuilder-npm-9.0.7-44519dbccb-8193bb3238.zip and /dev/null differ diff --git a/.yarn/cache/xmldom-npm-0.6.0-59d30a71e1-710f64f5b2.zip b/.yarn/cache/xmldom-npm-0.6.0-59d30a71e1-710f64f5b2.zip deleted file mode 100644 index d7cdf712e..000000000 Binary files a/.yarn/cache/xmldom-npm-0.6.0-59d30a71e1-710f64f5b2.zip and /dev/null differ diff --git a/index.js b/index.js new file mode 100644 index 000000000..28f920150 --- /dev/null +++ b/index.js @@ -0,0 +1,11 @@ +/** + * Use index.ts + * Only here for iOS Release build bundling + */ + +import { AppRegistry } from 'react-native' + +import { name } from './app.json' +import Root from './src' + +AppRegistry.registerComponent(name, () => Root) diff --git a/ios/MyApp.xcodeproj/project.pbxproj b/ios/MyApp.xcodeproj/project.pbxproj index 5b3d2b699..53ce75396 100644 --- a/ios/MyApp.xcodeproj/project.pbxproj +++ b/ios/MyApp.xcodeproj/project.pbxproj @@ -26,7 +26,6 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; 00E356EE1AD99517003FC87E /* MyAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 00E356F21AD99517003FC87E /* MyAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyAppTests.m; sourceTree = ""; }; @@ -44,7 +43,6 @@ B3561C4B24410BD300AE4B32 /* MyApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MyApp-Bridging-Header.h"; sourceTree = ""; }; B36B6748266D0E86007CD52E /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = "Launch Screen.storyboard"; path = "/Users/leo/Documents/GitHub/LeoTMApp/ios/Launch Screen.storyboard"; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; - ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; F52DFF8E484078E0BFF2BDBE /* Pods-MyApp-MyAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyApp-MyAppTests.debug.xcconfig"; path = "Target Support Files/Pods-MyApp-MyAppTests/Pods-MyApp-MyAppTests.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -89,7 +87,6 @@ isa = PBXGroup; children = ( B36B6748266D0E86007CD52E /* Launch Screen.storyboard */, - 008F07F21AC5B25A0029DE68 /* main.jsbundle */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.mm */, 13B07FB51A68108700A75B9A /* Images.xcassets */, @@ -104,7 +101,6 @@ isa = PBXGroup; children = ( ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - ED2971642150620600B7C4FE /* JavaScriptCore.framework */, 7FF4B8C4D42B2E7AC629DD93 /* libPods-MyApp.a */, 39C30EA5EC35B0DE95DF8892 /* libPods-MyApp-MyAppTests.a */, ); @@ -205,7 +201,7 @@ 83CBB9F71A601CBA00E9B192 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1130; + LastUpgradeCheck = 1210; ORGANIZATIONNAME = LeoTM; TargetAttributes = { 00E356ED1AD99517003FC87E = { diff --git a/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme b/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme index ddbb17b05..8326700d4 100644 --- a/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme +++ b/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme @@ -1,6 +1,6 @@