💄Add business cards

This commit is contained in:
Victor Bodinaud
2024-11-25 10:25:11 +01:00
parent 6e711be25d
commit 2031687f53
31 changed files with 215 additions and 80 deletions

View File

@@ -6,6 +6,10 @@
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
573DAF242CF0CC54006DF58A /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 573DAF232CF0CC54006DF58A /* Lottie */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
57282ACB2CBD2810000C443E /* AlloVoisinsSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AlloVoisinsSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -36,6 +40,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
573DAF242CF0CC54006DF58A /* Lottie in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -78,6 +83,7 @@
);
name = AlloVoisinsSwiftUI;
packageProductDependencies = (
573DAF232CF0CC54006DF58A /* Lottie */,
);
productName = AlloVoisinsSwiftUI;
productReference = 57282ACB2CBD2810000C443E /* AlloVoisinsSwiftUI.app */;
@@ -107,6 +113,9 @@
);
mainGroup = 57282AC22CBD2810000C443E;
minimizedProjectReferenceProxies = 1;
packageReferences = (
573DAF222CF0CC54006DF58A /* XCRemoteSwiftPackageReference "lottie-spm" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 57282ACC2CBD2810000C443E /* Products */;
projectDirPath = "";
@@ -343,6 +352,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
573DAF222CF0CC54006DF58A /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/airbnb/lottie-spm.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
573DAF232CF0CC54006DF58A /* Lottie */ = {
isa = XCSwiftPackageProductDependency;
package = 573DAF222CF0CC54006DF58A /* XCRemoteSwiftPackageReference "lottie-spm" */;
productName = Lottie;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 57282AC32CBD2810000C443E /* Project object */;
}