Skip to content

Commit

Permalink
fix version lib Gzip (#2982)
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana authored Jul 16, 2024
1 parent 00529b8 commit f21260d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Nextcloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5375,7 +5375,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 5.4.1;
MARKETING_VERSION = 5.4.2;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-v";
OTHER_LDFLAGS = "";
Expand Down Expand Up @@ -5438,7 +5438,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 5.4.1;
MARKETING_VERSION = 5.4.2;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-v";
OTHER_LDFLAGS = "";
Expand Down Expand Up @@ -5760,8 +5760,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/1024jp/GzipSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
kind = exactVersion;
version = 6.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit f21260d

Please sign in to comment.