Skip to content

Commit

Permalink
Bump to v6.0.1 (2020.09.11.00.29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Sep 10, 2020
1 parent 0006f7a commit 758715b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions QuickActions.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "QuickActions"
s.version = "6.0.0"
s.version = "6.0.1"
s.summary = "Swift wrapper for iOS Home Screen Quick Actions"
s.homepage = "/~https://github.com/ricardopereira/QuickActions"
s.license = 'MIT'
s.author = { "Ricardo Pereira" => "m@ricardopereira.eu" }
s.source = { :git => "/~https://github.com/ricardopereira/QuickActions.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ricardopereiraw'

s.platform = :ios, '8.1'
s.platform = :ios, '10.0'
s.requires_arc = true
s.swift_version = '5.0'

Expand Down
8 changes: 4 additions & 4 deletions QuickActions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2020.09.11.00.21;
CURRENT_PROJECT_VERSION = 2020.09.11.00.29;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -234,7 +234,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2020.09.11.00.21;
CURRENT_PROJECT_VERSION = 2020.09.11.00.29;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -264,7 +264,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 2020.09.11.00.21;
DYLIB_CURRENT_VERSION = 2020.09.11.00.29;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = QuickActions/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -284,7 +284,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 2020.09.11.00.21;
DYLIB_CURRENT_VERSION = 2020.09.11.00.29;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = QuickActions/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions QuickActions/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<string>6.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2020.09.11.00.21</string>
<string>2020.09.11.00.29</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 758715b

Please sign in to comment.