Skip to content
Snippets Groups Projects
Commit 9711c923 authored by Raphaël Brulé's avatar Raphaël Brulé
Browse files

Update Build instructions

parent bcfd6261
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,7 @@ cd ring-project ...@@ -264,7 +264,7 @@ cd ring-project
./make-ring.py --init ./make-ring.py --init
./make-ring.py --dependencies --distribution iOS ./make-ring.py --dependencies --distribution iOS
./make-ring.py --install --distribution iOS ./make-ring.py --install --distribution iOS
cd client-ios/Ring && carthage bootstrap --platform iOS --no-use-binaries --cache-builds && cd .. cd client-ios/Ring && ./fetch-dependencies.sh && cd ..
xcodebuild build -project Ring/Ring.xcodeproj/ -configuration "Release" -arch "x86_64" -destination "platform=iOS Simulator,name=iPhone $DATE,OS=11" -sdk iphonesimulator11.0 VALID_ARCHS="x86_64" xcodebuild build -project Ring/Ring.xcodeproj/ -configuration "Release" -arch "x86_64" -destination "platform=iOS Simulator,name=iPhone $DATE,OS=11" -sdk iphonesimulator11.0 VALID_ARCHS="x86_64"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment