Skip to content

Commit

Permalink
Swift version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Sep 19, 2016
1 parent a468a5c commit c8ef1f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode7.2
osx_image: xcode8
language: objective-c
cache: cocoapods
before_install:
Expand Down
2 changes: 1 addition & 1 deletion Bitter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Bitter"
s.version = "2.0.3"
s.version = "2.0.4"
s.summary = "The Swift bits manipulation toolkit"
s.homepage = "https://github.com/uraimo/Bitter"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
5 changes: 2 additions & 3 deletions Bitter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.uraimo.Bitter;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand All @@ -366,9 +365,9 @@
buildSettings = {
INFOPLIST_FILE = Sources/BitterTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = com.uraimo.BitterTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -377,9 +376,9 @@
buildSettings = {
INFOPLIST_FILE = Sources/BitterTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_BUNDLE_IDENTIFIER = com.uraimo.BitterTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Sources/Bitter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c8ef1f3

Please sign in to comment.