Skip to content

Commit

Permalink
Update Kingfisher; fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Sep 22, 2021
1 parent 040ade1 commit f2fa891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Source/Hollow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = HollowWidget/HollowWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 76;
CURRENT_PROJECT_VERSION = 77;
DEVELOPMENT_TEAM = C5UH93T368;
INFOPLIST_FILE = HollowWidget/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -1493,7 +1493,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 4.0;
MARKETING_VERSION = 4.0.1;
OTHER_SWIFT_FLAGS = "-DWIDGET";
PRODUCT_BUNDLE_IDENTIFIER = treehollow.Hollow.HollowWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1511,7 +1511,7 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = HollowWidget/HollowWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 76;
CURRENT_PROJECT_VERSION = 77;
DEVELOPMENT_TEAM = C5UH93T368;
INFOPLIST_FILE = HollowWidget/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -1520,7 +1520,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 4.0;
MARKETING_VERSION = 4.0.1;
OTHER_SWIFT_FLAGS = "-DWIDGET";
PRODUCT_BUNDLE_IDENTIFIER = treehollow.Hollow.HollowWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1608,8 +1608,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher";
requirement = {
kind = revision;
revision = 79f8d2a611ee6b77b2d07dc2033e85b6e6a4438f;
kind = upToNextMajorVersion;
minimumVersion = 7.0.0;
};
};
0E6D950E26F1F26F00BC5ADF /* XCRemoteSwiftPackageReference "Defaults" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/onevcat/Kingfisher",
"state": {
"branch": null,
"revision": "79f8d2a611ee6b77b2d07dc2033e85b6e6a4438f",
"version": null
"revision": "8c65ddf756c633d01d9ae01092bf72f0c66dfc60",
"version": "7.0.0"
}
},
{
Expand Down

0 comments on commit f2fa891

Please sign in to comment.