Skip to content

Commit 584bc99

Browse files
committed
2.21.2
1 parent cc8ed65 commit 584bc99

File tree

3 files changed

+62
-30
lines changed

3 files changed

+62
-30
lines changed

Config.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
MARKETING_VERSION = 2.21.1
2-
CURRENT_PROJECT_VERSION = 65
1+
MARKETING_VERSION = 2.21.2
2+
CURRENT_PROJECT_VERSION = 66

Gifski.xcodeproj/project.pbxproj

+31-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,20 @@
7171
remoteGlobalIDString = CA6080A63FCEFE2C55B82F1B;
7272
remoteInfo = "gifski-staticlib";
7373
};
74+
E359A4CB28B2A9A2007435A8 /* PBXContainerItemProxy */ = {
75+
isa = PBXContainerItemProxy;
76+
containerPortal = 5F6ABD7D278BA5A20040DDF0 /* gifski.xcodeproj */;
77+
proxyType = 2;
78+
remoteGlobalIDString = CA606CAAE3708559E8DD8BDF;
79+
remoteInfo = "gifski-cdylib";
80+
};
81+
E359A4CD28B2A9A2007435A8 /* PBXContainerItemProxy */ = {
82+
isa = PBXContainerItemProxy;
83+
containerPortal = 5F6ABD7D278BA5A20040DDF0 /* gifski.xcodeproj */;
84+
proxyType = 2;
85+
remoteGlobalIDString = CA60D1664F84D179B4D3744F;
86+
remoteInfo = "gifski-bin";
87+
};
7488
/* End PBXContainerItemProxy section */
7589

7690
/* Begin PBXCopyFilesBuildPhase section */
@@ -172,6 +186,8 @@
172186
isa = PBXGroup;
173187
children = (
174188
5F6ABD84278BA5A20040DDF0 /* libgifski_static.a */,
189+
E359A4CC28B2A9A2007435A8 /* gifski.dylib */,
190+
E359A4CE28B2A9A2007435A8 /* gifski */,
175191
);
176192
name = Products;
177193
sourceTree = "<group>";
@@ -367,6 +383,20 @@
367383
remoteRef = 5F6ABD83278BA5A20040DDF0 /* PBXContainerItemProxy */;
368384
sourceTree = BUILT_PRODUCTS_DIR;
369385
};
386+
E359A4CC28B2A9A2007435A8 /* gifski.dylib */ = {
387+
isa = PBXReferenceProxy;
388+
fileType = "compiled.mach-o.dylib";
389+
path = gifski.dylib;
390+
remoteRef = E359A4CB28B2A9A2007435A8 /* PBXContainerItemProxy */;
391+
sourceTree = BUILT_PRODUCTS_DIR;
392+
};
393+
E359A4CE28B2A9A2007435A8 /* gifski */ = {
394+
isa = PBXReferenceProxy;
395+
fileType = "compiled.mach-o.executable";
396+
path = gifski;
397+
remoteRef = E359A4CD28B2A9A2007435A8 /* PBXContainerItemProxy */;
398+
sourceTree = BUILT_PRODUCTS_DIR;
399+
};
370400
/* End PBXReferenceProxy section */
371401

372402
/* Begin PBXResourcesBuildPhase section */
@@ -790,7 +820,7 @@
790820
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
791821
requirement = {
792822
kind = upToNextMajorVersion;
793-
minimumVersion = 9.3.0;
823+
minimumVersion = 9.4.1;
794824
};
795825
};
796826
/* End XCRemoteSwiftPackageReference section */

gifski-api/Cargo.lock

+29-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)