Skip to content

Commit 144c8c4

Browse files
cccclaifacebook-github-bot
authored andcommitted
delete outdated ios demo app
Summary: shoumikhin has a better ios app in `example/apple/ios`, so delete the outdated one Reviewed By: shoumikhin Differential Revision: D49973377 fbshipit-source-id: 65323ce9afad6b9cb19d93d9bae9e8cf232ed102
1 parent 8f0ba25 commit 144c8c4

File tree

24 files changed

+1
-2535
lines changed

24 files changed

+1
-2535
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ It also includes a list of modules, from a simple `Add` to a full model like `Mo
77
## Directory structure
88
```bash
99
examples
10+
├── apple/ios # Contains iOS demo apps
1011
|── backend # Contains examples for exporting delegate models and running them using custom executor runners
1112
├── custom_ops # Contains examples to register custom operators into PyTorch as well as register its kernels into ExecuTorch runtime
1213
├── example_quantizer_and_delegate # Contains examples to to fully lowered a MobileNetV2 model to the example backend with an example quantizer
1314
├── executor_runner # This is an example C++ wrapper around the ET runtime
1415
├── export # Python helper scripts to illustrate export workflow
15-
├── ios_demo_apps # Contains iOS demo apps
1616
├── models # Contains a set of simple to PyTorch models
1717
├── quantization # Contains examples of quantization workflow
1818
├── arm # Contains examples of the Arm TOSA and Ethos-U NPU flows

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet.xcodeproj/project.pbxproj

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet.xcodeproj/xcuserdata/chenlai.xcuserdatad/xcschemes/xcschememanagement.plist

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/AppDelegate.swift

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/Assets.xcassets/AccentColor.colorset/Contents.json

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/Assets.xcassets/AppIcon.appiconset/Contents.json

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/Assets.xcassets/Contents.json

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/Base.lproj/LaunchScreen.storyboard

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/Base.lproj/Main.storyboard

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet-Bridging-Header.h

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

examples/ios_demo_apps/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchMobileNet/ExecutorchModule.h

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

0 commit comments

Comments
 (0)