Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eddae7758c | |||
| 08ad254271 | |||
| 720c1af699 | |||
| e134ab9792 | |||
| e9c7cfaaca | |||
| 2f40c3d9f0 | |||
| de62d34b9e | |||
| fe093e65d6 |
@@ -1,5 +1,8 @@
|
||||
# Swift 4.0 Branch
|
||||
> Use [swift_4_2](https://github.com/AFathi/ARVideoKit/tree/swift_4_2) branch for projects written in Swift 4.2
|
||||
|
||||
> [swift_4_2](https://github.com/AFathi/ARVideoKit/tree/swift_4_2) branch has been set as the default branch for `ARVideoKit` as of March 6th, 2019.
|
||||
|
||||

|
||||
|
||||
An iOS Framework that enables developers to capture videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆 with ARKit content.
|
||||
@@ -71,11 +74,15 @@ github "AFathi/ARVideoKit" ~> 1.31
|
||||
$ carthage update
|
||||
```
|
||||
|
||||
### Manual
|
||||
Drag the `ARVideoKit.framework` file as an embedded binary of your project targets. `ARVideoKit.framework` can be found in the `/Framework Build/` folder of this repository.
|
||||
### ~Manual~ _Deprecated_
|
||||
**If you're currently using the `.framework` file, I recommend to re-install the framework using one of the other installation options.**
|
||||
|
||||
|
||||
~Drag the `ARVideoKit.framework` file as an embedded binary of your project targets. `ARVideoKit.framework` can be found in the `/Framework Build/` folder of this repository.~
|
||||

|
||||
|
||||
Or you may drag `ARVideoKit.xcodeproj` into your project and click the **+** button in the embedded binaries section of your project's target.
|
||||
### Manual (Supported)
|
||||
Drag `ARVideoKit.xcodeproj` into your project and click the **+** button in the embedded binaries section of your project's target.
|
||||

|
||||
## Implementation
|
||||
### Swift
|
||||
|
||||
Reference in New Issue
Block a user