Skip to content

Commit

Permalink
[ios] Remove AR module (#8442)
Browse files Browse the repository at this point in the history
# Why

Completes two more checks from #8371.

# How

- Removed the `ARKit` directory from `Optional` directory from inside Exponent project.
- Removed the `AR` module export from `expo` in favor of a simple throwing export in `removed.ts`.
- Removed AR modules from versioned SDKs.

# Test Plan

`expo` package built. Expo client for iOS built too.
  • Loading branch information
sjchmiela committed May 25, 2020
1 parent 0cd9191 commit 9ee0bce
Show file tree
Hide file tree
Showing 53 changed files with 13,348 additions and 21,628 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ Package-specific changes not released in any SDK will be added here just before
### 🛠 Breaking changes

- `react-native-view-shot` is no longer installed by default, install it with `expo install react-native-view-shot`. ([#7950](https://github.com/expo/expo/pull/7950) by [@evanbacon](https://github.com/evanbacon))
- The AR module has been removed from the `expo` package. See https://expo.fyi/deprecating-ar for more information. ([#8442](https://github.com/expo/expo/pull/8442) by [@sjchmiela](https://github.com/sjchmiela))
- **`expo-battery`**
- Removed deprecated `isSupported` method. ([#7206](https://github.com/expo/expo/pull/7206) by [@bbarthec](https://github.com/bbarthec))
- **`expo-camera`**
Expand Down
5 changes: 0 additions & 5 deletions ExpoKit.podspec
Expand Up @@ -43,11 +43,6 @@ Pod::Spec.new do |s|
ss.source_files = 'ios/Exponent/Versioned/Optional/Payments/*.{h,m}'
end

s.subspec "AR" do |ss|
ss.dependency "ExpoKit/Core"
ss.source_files = 'ios/Exponent/Versioned/Optional/ARKit/**'
end

s.subspec "FaceDetector" do |ss|
ss.dependency "EXFaceDetector"
end
Expand Down
20 changes: 0 additions & 20 deletions ios/Exponent.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions ios/Exponent/Versioned/Optional/ARKit/EXAR.h

This file was deleted.

0 comments on commit 9ee0bce

Please sign in to comment.