Skip to content

Commit

Permalink
Merge pull request #2374 from CruGlobal/GT-2459-fix-lottie-animation
Browse files Browse the repository at this point in the history
GT-2459 fix lottie animation
  • Loading branch information
levieggertcru authored Dec 26, 2024
2 parents e20b376 + 4ae03f7 commit 979fcb9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions godtools.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12167,7 +12167,7 @@
);
mainGroup = 4F5732801EA69CF00082035C;
packageReferences = (
45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-ios" */,
45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-spm" */,
45CF096E2784B910007F13D3 /* XCRemoteSwiftPackageReference "request-operation-ios" */,
D4997E0C28D4CED800205B4C /* XCRemoteSwiftPackageReference "youtube-ios-player-helper" */,
45E7D4C22977430A008C7503 /* XCRemoteSwiftPackageReference "ZipArchive" */,
Expand Down Expand Up @@ -15256,7 +15256,7 @@
repositoryURL = "https://github.com/realm/realm-swift.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 10.50.0;
minimumVersion = 20.0.0;
};
};
45CF096E2784B910007F13D3 /* XCRemoteSwiftPackageReference "request-operation-ios" */ = {
Expand Down Expand Up @@ -15291,12 +15291,12 @@
minimumVersion = 0.5.0;
};
};
45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-ios" */ = {
45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/airbnb/lottie-ios.git";
repositoryURL = "https://github.com/airbnb/lottie-spm.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 4.4.3;
minimumVersion = 4.5.0;
};
};
45E7D4C22977430A008C7503 /* XCRemoteSwiftPackageReference "ZipArchive" */ = {
Expand Down Expand Up @@ -15379,7 +15379,7 @@
};
45A416052A9943D50030E2C7 /* Lottie */ = {
isa = XCSwiftPackageProductDependency;
package = 45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-ios" */;
package = 45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-spm" */;
productName = Lottie;
};
45A416072A9943D50030E2C7 /* RequestOperation */ = {
Expand Down Expand Up @@ -15454,7 +15454,7 @@
};
45E39EDB27457E0C006A59E4 /* Lottie */ = {
isa = XCSwiftPackageProductDependency;
package = 45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-ios" */;
package = 45E39EDA27457E0C006A59E4 /* XCRemoteSwiftPackageReference "lottie-spm" */;
productName = Lottie;
};
45E7D4C32977430A008C7503 /* ZipArchive */ = {
Expand Down
18 changes: 9 additions & 9 deletions godtools.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "5e34efb51656fc5e129b4e86acd222181e73d4b2ba93068a2bb8a599a23dde13",
"originHash" : "46c3e5d6b619464f81f8c9a21f423fede21a2c1aee05c005c799696c1132e668",
"pins" : [
{
"identity" : "abseil-cpp-binary",
Expand Down Expand Up @@ -164,12 +164,12 @@
}
},
{
"identity" : "lottie-ios",
"identity" : "lottie-spm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/airbnb/lottie-ios.git",
"location" : "https://github.com/airbnb/lottie-spm.git",
"state" : {
"revision" : "769b88d83a42ca8d5572b020c96f47e3690b3796",
"version" : "4.4.3"
"revision" : "b842598f1295f3ffa1475b1580672d1fe5b83580",
"version" : "4.5.0"
}
},
{
Expand Down Expand Up @@ -213,17 +213,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "9cf7ef4ad8e2f4c7a519c9a395ca3d253bb87aa8",
"version" : "14.6.2"
"revision" : "f98720a07e6150c41c953e1937108225550ba155",
"version" : "20.0.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift.git",
"state" : {
"revision" : "6e0772315809ff0a11cd265126350039a6aac59d",
"version" : "10.50.1"
"revision" : "7ea8be1f74034bae860120d58d3491c4fcedff5b",
"version" : "20.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion godtools/Assets/Lottie/tutorial_lessons.json

Large diffs are not rendered by default.

0 comments on commit 979fcb9

Please sign in to comment.