Skip to content

Commit

Permalink
2.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 30, 2022
1 parent cc8ed65 commit 584bc99
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Config.xcconfig
@@ -1,2 +1,2 @@
MARKETING_VERSION = 2.21.1
CURRENT_PROJECT_VERSION = 65
MARKETING_VERSION = 2.21.2
CURRENT_PROJECT_VERSION = 66
32 changes: 31 additions & 1 deletion Gifski.xcodeproj/project.pbxproj
Expand Up @@ -71,6 +71,20 @@
remoteGlobalIDString = CA6080A63FCEFE2C55B82F1B;
remoteInfo = "gifski-staticlib";
};
E359A4CB28B2A9A2007435A8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 5F6ABD7D278BA5A20040DDF0 /* gifski.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = CA606CAAE3708559E8DD8BDF;
remoteInfo = "gifski-cdylib";
};
E359A4CD28B2A9A2007435A8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 5F6ABD7D278BA5A20040DDF0 /* gifski.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = CA60D1664F84D179B4D3744F;
remoteInfo = "gifski-bin";
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -172,6 +186,8 @@
isa = PBXGroup;
children = (
5F6ABD84278BA5A20040DDF0 /* libgifski_static.a */,
E359A4CC28B2A9A2007435A8 /* gifski.dylib */,
E359A4CE28B2A9A2007435A8 /* gifski */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -367,6 +383,20 @@
remoteRef = 5F6ABD83278BA5A20040DDF0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
E359A4CC28B2A9A2007435A8 /* gifski.dylib */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.dylib";
path = gifski.dylib;
remoteRef = E359A4CB28B2A9A2007435A8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
E359A4CE28B2A9A2007435A8 /* gifski */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = gifski;
remoteRef = E359A4CD28B2A9A2007435A8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -790,7 +820,7 @@
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.3.0;
minimumVersion = 9.4.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
56 changes: 29 additions & 27 deletions gifski-api/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 584bc99

Please sign in to comment.