Skip to content

Commit

Permalink
Bump podspec, run travis with Xcode10
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGorman committed Sep 19, 2018
1 parent 4aec91e commit c39d37f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: objective-c
osx_image: xcode9.3
before_script:
- brew update && brew upgrade swiftlint
osx_image: xcode10
script:
- git submodule init
- bundle exec danger
Expand Down
4 changes: 2 additions & 2 deletions Agrume.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|

s.name = "Agrume"
s.version = "5.0.3"
s.version = "5.1.0"
s.summary = "An iOS image viewer written in Swift."
s.swift_version = "4.1"
s.swift_version = "4.2"

s.description = <<-DESC
An iOS image viewer written in Swift with support for multiple images.
Expand Down
2 changes: 1 addition & 1 deletion Agrume.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nfi";
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit c39d37f

Please sign in to comment.