Skip to content

Commit

Permalink
Merge pull request #15 from takasek/swift5
Browse files Browse the repository at this point in the history
ver2.0.0 (Swift 5)
  • Loading branch information
takasek authored Aug 13, 2019
2 parents 098a72d + bf6a18e commit 1c66a39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 77 deletions.
4 changes: 2 additions & 2 deletions ActionClosurable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "ActionClosurable"
s.version = "1.3.0"
s.version = "2.0.0"
s.summary = "Extensions which helps to convert swifty closure to objc-style target/action."

# This description is used to generate tags and improve search results.
Expand All @@ -26,6 +26,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'

s.source_files = 'ActionClosurable/*.swift'
s.swift_version = "4.2"
s.swift_version = "5.0"

end
6 changes: 4 additions & 2 deletions ActionClosurable.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -454,7 +454,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand Down Expand Up @@ -494,6 +494,7 @@
INFOPLIST_FILE = ActionClosurable/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = takasek.ActionClosurable;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -514,6 +515,7 @@
INFOPLIST_FILE = ActionClosurable/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = takasek.ActionClosurable;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
72 changes: 0 additions & 72 deletions ActionClosurable/Extensions.swift

This file was deleted.

2 changes: 1 addition & 1 deletion ActionClosurable/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>1.2.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 1c66a39

Please sign in to comment.