|
@@ -12,9 +12,9 @@
|
|
|
3. Change `BUNDLE_IDENTIFIER_PREFIX` in `SharedConfig.xcconfig` to your domain name in reverse DNS style.
|
|
|
4. Hit "Build and Run".
|
|
|
|
|
|
-## Compile with your own VLCKit's build
|
|
|
+## Compile with your own VLCKit build
|
|
|
1. Clone a VLCKit repository: `git clone https://code.videolan.org/videolan/VLCKit.git`
|
|
|
-2. Inside your VLCKit folder, run the following command: `./buildMobileVLCKit.sh -a ${MYARCH}`
|
|
|
+2. Inside the VLCKit folder, run the following command: `./buildMobileVLCKit.sh -a ${MYARCH}`
|
|
|
|
|
|
MYARCH can be `i386` `x86_64` `armv7` `armv7s` or `aarch64`.
|
|
|
|
|
@@ -22,7 +22,9 @@
|
|
|
|
|
|
Add `-n` if you want to use you own VLC repository for VLCKit (See VLCKit README.md).
|
|
|
|
|
|
-3. Replace the MobileVLCKit.framework with the one you just build. Inside your vlc-ios folder, after a `podate update`, do:
|
|
|
+3. Replace the MobileVLCKit.framework with the one you just build.
|
|
|
+
|
|
|
+ Inside your vlc-ios folder, after a `podate update`, do:
|
|
|
|
|
|
`cd Pods/MobileVLCKit-unstable/MobileVLCKit-binary`
|
|
|
|