Browse Source

packaging: Complete renaming to compileAndBuildVLCKit.sh in additional files

David Fuhrmann 7 years ago
parent
commit
0938fd241b
2 changed files with 5 additions and 5 deletions
  1. 3 3
      Packaging/create-distributable-package.sh
  2. 2 2
      README.md

+ 3 - 3
Packaging/create-distributable-package.sh

@@ -117,18 +117,18 @@ spushd ${root}
 if [ "$MOBILE" = "no" ]; then
     if [ ! -e "build/Release/VLCKit.framework" ]; then
         info "VLCKit not found for distribution, creating... this will take long"
-        ./buildMobileVLCKit.sh -x
+        ./compileAndBuildVLCKit.sh -x
     fi
 else
     if [ "$TV" = "yes" ]; then
         if [ ! -e "build/TVVLCKit.framework" ]; then
             info "TVVLCKit not found for distribution, creating... this will take long"
-            ./buildMobileVLCKit.sh -f -t
+            ./compileAndBuildVLCKit.sh -f -t
         fi
     else
         if [ ! -e "build/MobileVLCKit.framework" ]; then
             info "MobileVLCKit not found for distribution, creating... this will take long"
-            ./buildMobileVLCKit.sh -f
+            ./compileAndBuildVLCKit.sh -f
         fi
     fi
 fi

+ 2 - 2
README.md

@@ -29,7 +29,7 @@ For detailed information on the development process, please read below and our w
 
 ### Build
 
-Run `buildMobileVLCKit.sh` with the `-a ${ARCH}` option
+Run `compileAndBuildVLCKit.sh` with the `-a ${ARCH}` option
 
 ### Build with your own VLC repository
 1. Put a vlc repository inside libvlc/vlc
@@ -42,7 +42,7 @@ Run `buildMobileVLCKit.sh` with the `-a ${ARCH}` option
     
     `git am ../../Resources/MobileVLCKit/patches/* `
 
-3. run `buildMobileVLCKit.sh` with the `-n` and the `-a ${ARCH}` option 
+3. run `compileAndBuildVLCKit.sh` with the `-n` and the `-a ${ARCH}` option
 
 ## Get in touch!