forked from rhummelmose/BluetoothKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rhummelmose#98 from hamzaozturk/swift5
Swift5 Support
- Loading branch information
Showing
285 changed files
with
14,912 additions
and
6,418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
language: objective-c | ||
osx_image: xcode8 | ||
osx_image: xcode11.3 | ||
branches: | ||
only: | ||
- master | ||
env: | ||
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 | ||
script: | ||
- set -o pipefail | ||
- xcodebuild -project BluetoothKit.xcodeproj -scheme "BluetoothKit iOS" -sdk iphonesimulator | ||
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO | ||
- xcodebuild -project BluetoothKit.xcodeproj -scheme "BluetoothKit iOS" -sdk iphonesimulator13.2 | ||
-destination "platform=iOS Simulator,name=iPhone 11" ONLY_ACTIVE_ARCH=NO | ||
- pod lib lint --quick |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.