Skip to content

Commit

Permalink
updated readme to reflect changes with SharedConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
toco committed Nov 10, 2015
1 parent e658588 commit 36a9472
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# How to start development for VLC for iOS:

1. Run the compilescript with: sh compileVLCforiOS.sh
1. Run the compilescript with: ```sh compileVLCforiOS.sh```

The first time around this will take roughly an hour and take up 7.5GB of free space
The first time around this will take roughly an hour and take up 7.5GB of free space.

2. Open `VLC for iOS.xcworkspace`.
3. Change `BUNDLE_IDENTIFIER_PREFIX` in `SharedConfig.xcconfig` to your domain name in reverse DNS style.
4. Hit "Build and Run".

If it compiled and ran in your simulator, throw confetti, celebrate or just cheers to that.
You got further than a lot of people before you!
Expand Down

0 comments on commit 36a9472

Please sign in to comment.