mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-09 14:10:05 +00:00
[Build] Update build script to use iOS 10.1 (Xcode 8.1).
This commit is contained in:
parent
2754af3858
commit
f9a96d58b8
@ -2,7 +2,7 @@ language: objective-c
|
|||||||
cache:
|
cache:
|
||||||
- bundler
|
- bundler
|
||||||
- cocoapods
|
- cocoapods
|
||||||
osx_image: xcode8
|
osx_image: xcode8.1
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
before_install:
|
before_install:
|
||||||
|
4
build.sh
4
build.sh
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# **** Update me when new Xcode versions are released! ****
|
# **** Update me when new Xcode versions are released! ****
|
||||||
PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 7"
|
PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
|
||||||
SDK="iphonesimulator10.0"
|
SDK="iphonesimulator10.1"
|
||||||
|
|
||||||
|
|
||||||
# It is pitch black.
|
# It is pitch black.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user