Skip to content

Commit

Permalink
Updated to Swift 4.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanheilner authored and SerenadeX committed May 31, 2018
1 parent d5d6d67 commit d74c4ec
Show file tree
Hide file tree
Showing 41 changed files with 928 additions and 802 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.1
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: objective-c
osx_image: xcode8
language: swift
osx_image: xcode9.3
notifications:
slack: lyokotech:7AmemNHORB2ShidELPFrYeUO
email: false
before_install:
- gem install cocoapods -v '1.1.1'
- gem install cocoapods -v '1.5.3'
script:
- set -o pipefail && xcodebuild clean build -workspace Example/RichTextVC-iOS-Example.xcworkspace -scheme RichTextVC-iOS-Example -sdk iphonesimulator -destination 'OS=9.3,name=iPhone 5,platform=iOS Simulator' | xcpretty
- set -o pipefail && xcodebuild clean build -workspace Example/RichTextVC-iOS-Example.xcworkspace -scheme RichTextVC-iOS-Example -sdk iphonesimulator -destination 'OS=11.3,name=iPhone 8,platform=iOS Simulator' | xcpretty
- pod lib lint
5 changes: 4 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

platform :ios, '9.0'

use_frameworks!
inhibit_all_warnings!


target 'RichTextVC-iOS-Example' do
Expand Down
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- RichTextVC-iOS (2.0.1)
- RichTextVC-iOS (3.0.0)

DEPENDENCIES:
- RichTextVC-iOS (from `../`)

EXTERNAL SOURCES:
RichTextVC-iOS:
:path: ../
:path: "../"

SPEC CHECKSUMS:
RichTextVC-iOS: 70e11e82d3de9229af41dabd642d92b24cfe01c5
RichTextVC-iOS: cbfb850a21eabff54a2fc8135318d9ed001a3e1d

PODFILE CHECKSUM: a241be9ba323961e1fcec57c9e9771781b445bf3
PODFILE CHECKSUM: 738a57a8bf86d0c3f46c9c9e6bec30e48f85aee2

COCOAPODS: 1.1.1
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/RichTextVC-iOS.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

933 changes: 414 additions & 519 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d74c4ec

Please sign in to comment.