Skip to content

Commit

Permalink
Bump to v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Oct 12, 2023
1 parent a80296f commit c83c396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion QuickActions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QuickActions"
s.version = "6.1.0"
s.version = "7.0.0"
s.summary = "Swift wrapper for iOS Home Screen Quick Actions"
s.homepage = "/~https://github.com/ricardopereira/QuickActions"
s.license = 'MIT'
Expand Down
8 changes: 4 additions & 4 deletions QuickActions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2021.06.20.18.37;
CURRENT_PROJECT_VERSION = 2023.10.12.16.44;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -236,7 +236,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2021.06.20.18.37;
CURRENT_PROJECT_VERSION = 2023.10.12.16.44;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -268,7 +268,7 @@
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 2021.06.20.18.37;
DYLIB_CURRENT_VERSION = 2023.10.12.16.44;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = QuickActions/Info.plist;
Expand Down Expand Up @@ -296,7 +296,7 @@
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 2021.06.20.18.37;
DYLIB_CURRENT_VERSION = 2023.10.12.16.44;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = QuickActions/Info.plist;
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.1.0</string>
<string>7.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2021.06.20.18.37</string>
<string>2023.10.12.16.44</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit c83c396

Please sign in to comment.