Skip to content

Commit

Permalink
Add support for swift5
Browse files Browse the repository at this point in the history
  • Loading branch information
keitaoouchi committed Mar 31, 2019
1 parent 36b70d2 commit 125c50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
- brew outdated carthage || brew upgrade carthage
- cd Example && bundle install && bundle exec pod repo update && bundle exec pod install && cd ../
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty
script:
- swiftlint
- set -o pipefail && xcodebuild build -workspace Example/Example.xcworkspace -scheme Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
Expand Down
4 changes: 2 additions & 2 deletions FluxxKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
3EB19A4D2250E913003CB523 /* LeatTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EB19A4C2250E913003CB523 /* LeatTests.swift */; };
3EB19A4F2250E93F003CB523 /* XCTAssertNoLeak.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EB19A4E2250E93F003CB523 /* XCTAssertNoLeak.framework */; };
3EDC90922250EFDC00F5F0AE /* XCTAssertNoLeak.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EB19A4E2250E93F003CB523 /* XCTAssertNoLeak.framework */; };
DEC4F3801EC325EA0008EAC3 /* FluxKit.h in Headers */ = {isa = PBXBuildFile; fileRef = DEC4F37E1EC325EA0008EAC3 /* FluxKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
DEC4F38D1EC326620008EAC3 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC4F3861EC326620008EAC3 /* Action.swift */; };
DEC4F38E1EC326620008EAC3 /* Dispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC4F3871EC326620008EAC3 /* Dispatcher.swift */; };
Expand Down Expand Up @@ -69,7 +69,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3EB19A4F2250E93F003CB523 /* XCTAssertNoLeak.framework in Frameworks */,
3EDC90922250EFDC00F5F0AE /* XCTAssertNoLeak.framework in Frameworks */,
FC702AB71ED8098F00C11174 /* Nimble.framework in Frameworks */,
FC702AB81ED8098F00C11174 /* Quick.framework in Frameworks */,
FC702AAA1ED8093C00C11174 /* FluxxKit.framework in Frameworks */,
Expand Down

0 comments on commit 125c50f

Please sign in to comment.