Skip to content

Commit 0c7dcef

Browse files
authored
Delete unused objective-c++ files (#631)
## Description As in the title, utils defined in the `ios/RnExecutorch/utils` are not longer used so they can be deleted. ### 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 - [ ] iOS - [ ] 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 - [ ] 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 - [ ] 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 10d8f49 commit 0c7dcef

File tree

9 files changed

+1
-273
lines changed

9 files changed

+1
-273
lines changed

.github/workflows/build-ios-llm-example.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,10 @@ jobs:
5656
else
5757
echo "iOS project exists, skipping prebuild"
5858
fi
59-
- name: Cache CocoaPods
60-
uses: actions/cache@v4
61-
with:
62-
path: |
63-
apps/llm/ios/Pods
64-
~/Library/Caches/CocoaPods
65-
~/.cocoapods
66-
key: ${{ runner.os }}-pods-${{ hashFiles('apps/llm/ios/Podfile.lock') }}
67-
restore-keys: |
68-
${{ runner.os }}-pods-
6959
- name: Install CocoaPods dependencies
7060
working-directory: apps/llm/ios
7161
run: |
72-
if [ ! -d "Pods" ]; then
73-
pod install
74-
else
75-
echo "Pods directory exists, skipping install"
76-
fi
62+
pod install
7763
- name: Build app
7864
working-directory: apps/llm/ios
7965
run: |

packages/react-native-executorch/ios/RnExecutorch/utils/Conversions.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/ETError.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/ImageProcessor.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/ImageProcessor.mm

Lines changed: 0 additions & 147 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/Numerical.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/Numerical.mm

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/ScalarType.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/react-native-executorch/ios/RnExecutorch/utils/ScalarType.mm

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)