Skip to content

Commit

Permalink
Finished update to Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Oct 8, 2017
1 parent 1e7c6f3 commit f2b770b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GCHelper adheres to [Semantic Versioning](http://semver.org).

---

## [0.5](https://github.com/jackcook/GCHelper/releases/tag/0.5) (10-08-2017)
## [0.5.1](https://github.com/jackcook/GCHelper/releases/tag/0.5.1) (10-08-2017)

* Updated project for Swift 4

Expand Down
2 changes: 0 additions & 2 deletions Example/GCHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
Expand All @@ -360,7 +359,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Release;
Expand Down
4 changes: 2 additions & 2 deletions GCHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'GCHelper'
s.version = '0.5'
s.version = '0.5.1'
s.summary = 'A lightweight helper for GameKit, written in Swift'
s.homepage = 'https://github.com/jackcook/GCHelper'
s.license = 'MIT'
s.author = { 'Jack Cook' => 'hello@jackcook.nyc' }
s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.5' }
s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.5.1' }
s.social_media_url = 'https://twitter.com/jackcook36'

s.ios.deployment_target = '8.0'
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/GCHelper.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GCHelper.swift (v. 0.5)
// GCHelper.swift (v. 0.5.1)
//
// Copyright (c) 2017 Jack Cook
//
Expand Down

0 comments on commit f2b770b

Please sign in to comment.