Commit 9b08acf
authored
chore: repository cleared (#616)
## Description
Clean up repository structure and update library paths
Summary:
- Remove generated iOS/Android app directories from all demo apps
(computer-vision, llm, speech-to-text, text-embeddings)
- Update .gitignore to exclude `apps/*/ios/ `and
`apps/*/android/`directories
- Move native library binaries from
`packages/react-native-executorch/ios/libs/` to
`packages/react-native-executorch/third-party/ios/libs`
- Update podspec to reference new library paths in third-party directory
- Remove executorch git submodule
### Introduces a breaking change?
- [ ] Yes
- [x] No
### Type of change
- [ ] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [x] Other (chores, tests, code style improvements etc.)
### Tested on
- [x] iOS
- [x] Android
### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->
### Screenshots
<!-- Add screenshots here, if applicable -->
### Related issues
<!-- Link related issues here using #issue-number -->
### Checklist
- [x] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings
### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->1 parent e204ff3 commit 9b08acf
File tree
309 files changed
+150
-18069
lines changed- .github/workflows
- apps
- computer-vision
- android
- app
- src
- debug
- main
- java/com/anonymous/computervision
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- ios
- computervision.xcodeproj
- computervision.xcworkspace
- computervision
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- llm
- android
- app
- src
- debug
- main
- assets/fonts
- java/com/anonymous/llm
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- ios
- llm.xcodeproj
- llm.xcworkspace
- llm
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- speech-to-text
- android
- app
- src
- debug
- main
- java/com/anonymous/speechtotext
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- ios
- speechtotext.xcodeproj
- speechtotext.xcworkspace
- speechtotext
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- text-embeddings
- android
- app
- src
- debug
- main
- java/com/anonymous/textembeddings
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- ios
- textembeddings.xcodeproj
- textembeddings.xcworkspace
- textembeddings
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
- packages/react-native-executorch
- android/src/main/cpp
- ios/libs/tokenizers-cpp/simulator-arm64-debug
- third-party
- android/libs/tokenizers-cpp/x86_64
- ios
- ExecutorchLib.xcframework
- ios-arm64/ExecutorchLib.framework
- ExecutorchLib/ExecutorchLib.xcodeproj
- libs
- cpuinfo
- executorch
- pthreadpool
- physical-arm64-release
- simulator-arm64-debug
- tokenizers-cpp
- physical-arm64-release
- simulator-arm64-debug
- third-party
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
309 files changed
+150
-18069
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 13 | + | |
| 14 | + | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
38 | | - | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
40 | 72 | | |
41 | 73 | | |
42 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
32 | 52 | | |
33 | | - | |
34 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
35 | 70 | | |
36 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
37 | 77 | | |
38 | 78 | | |
39 | 79 | | |
| |||
44 | 84 | | |
45 | 85 | | |
46 | 86 | | |
47 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
This file was deleted.
This file was deleted.
Binary file not shown.
This file was deleted.
0 commit comments