Add URLImage package dependency
This commit is contained in:
parent
ba52620710
commit
33ef5896db
3 changed files with 45 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 50;
|
||||
objectVersion = 52;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
|
@ -13,6 +13,7 @@
|
|||
03427F5F2488856D00A0073D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03427F5E2488856D00A0073D /* Assets.xcassets */; };
|
||||
03427F652488856D00A0073D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 03427F632488856D00A0073D /* LaunchScreen.storyboard */; };
|
||||
03427F6D248887D200A0073D /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03427F6C248887D200A0073D /* Common.swift */; };
|
||||
03427F7024888C6E00A0073D /* URLImage in Frameworks */ = {isa = PBXBuildFile; productRef = 03427F6F24888C6E00A0073D /* URLImage */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
@ -31,6 +32,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
03427F7024888C6E00A0073D /* URLImage in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -83,6 +85,9 @@
|
|||
dependencies = (
|
||||
);
|
||||
name = MobileFort;
|
||||
packageProductDependencies = (
|
||||
03427F6F24888C6E00A0073D /* URLImage */,
|
||||
);
|
||||
productName = MobileFort;
|
||||
productReference = 03427F552488856C00A0073D /* MobileFort.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
|
@ -110,6 +115,9 @@
|
|||
Base,
|
||||
);
|
||||
mainGroup = 03427F4C2488856C00A0073D;
|
||||
packageReferences = (
|
||||
03427F6E24888C6E00A0073D /* XCRemoteSwiftPackageReference "url-image" */,
|
||||
);
|
||||
productRefGroup = 03427F562488856C00A0073D /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
|
@ -333,6 +341,25 @@
|
|||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
/* Begin XCRemoteSwiftPackageReference section */
|
||||
03427F6E24888C6E00A0073D /* XCRemoteSwiftPackageReference "url-image" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/dmytro-anokhin/url-image.git";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 0.9.15;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
03427F6F24888C6E00A0073D /* URLImage */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = 03427F6E24888C6E00A0073D /* XCRemoteSwiftPackageReference "url-image" */;
|
||||
productName = URLImage;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = 03427F4D2488856C00A0073D /* Project object */;
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:MobileFort.xcodeproj">
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"object": {
|
||||
"pins": [
|
||||
{
|
||||
"package": "URLImage",
|
||||
"repositoryURL": "https://github.com/dmytro-anokhin/url-image.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "a48feef3ef91f573a5f55779502e07adb19943b8",
|
||||
"version": "0.9.15"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": 1
|
||||
}
|
Reference in a new issue