Skip to content

Commit c7df78b

Browse files
authored
Merge pull request #4 from slogsdon/swift3-update
Swift 3 compatibility changes
2 parents b3b5237 + 9b62780 commit c7df78b

37 files changed

+840
-582
lines changed

Example/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ source 'https://github.com/CocoaPods/Specs.git'
22
use_frameworks!
33

44
target 'RXPiOS_Example' do
5+
platform :ios, '8.0'
6+
57
pod "RXPiOS", :path => "../"
68
end
79

810
target 'RXPiOS_Tests' do
11+
platform :ios, '8.0'
12+
913
pod "RXPiOS", :path => "../"
1014
end

Example/Pods/Local Podspecs/RXPiOS.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 282 additions & 213 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Pods-RXPiOS_Example-acknowledgements.markdown

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Pods-RXPiOS_Example-acknowledgements.plist

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Pods-RXPiOS_Example-frameworks.sh

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Pods-RXPiOS_Example-resources.sh

Lines changed: 54 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Pods-RXPiOS_Example-umbrella.h

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RXPiOS_Example/Pods-RXPiOS_Example.debug.xcconfig

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)