-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Bluejay and dependencies to Swift 5 (#200)
* Update Bluejay to Swift 5 * Update dependecies to Swift 5 * Use Swift 5 for Bluejay Heart Sensor Demo as well * Adopt Xcode recommended project settings * Use Swift 5 for Dittojay Heart Sensor Demo as well * Bump Bluejay version and Swift version markers * Update documentation to note Swift 5 and Xcode 10.2.1 as new requirements
- Loading branch information
1 parent
1a7c530
commit 1b9e9a0
Showing
44 changed files
with
1,004 additions
and
716 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,16 +1,16 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'Bluejay' | ||
spec.version = '0.8.4' | ||
spec.version = '0.8.5' | ||
spec.license = { type: 'MIT', file: 'LICENSE' } | ||
spec.homepage = 'https://github.com/steamclock/bluejay' | ||
spec.authors = { 'Jeremy Chiang' => 'jeremy@steamclock.com' } | ||
spec.summary = 'Bluejay is a simple Swift framework for building reliable Bluetooth apps.' | ||
spec.homepage = 'https://github.com/steamclock/bluejay' | ||
spec.source = { git: 'https://github.com/steamclock/bluejay.git', tag: 'v0.8.4' } | ||
spec.source = { git: 'https://github.com/steamclock/bluejay.git', tag: 'v0.8.5' } | ||
spec.source_files = 'Bluejay/Bluejay/*.{h,swift}' | ||
spec.framework = 'SystemConfiguration' | ||
spec.platform = :ios, '10.0' | ||
spec.requires_arc = true | ||
spec.dependency 'XCGLogger', '~> 6.1.0' | ||
spec.swift_version = '4.2' | ||
spec.dependency 'XCGLogger', '~> 7.0.0' | ||
spec.swift_version = '5.0' | ||
end |
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
2 changes: 1 addition & 1 deletion
2
Bluejay/Bluejay.xcodeproj/xcshareddata/xcschemes/Bluejay.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Bluejay/Bluejay.xcodeproj/xcshareddata/xcschemes/BluejayHeartSensorDemo.xcscheme
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.