diff --git a/MobileFort/MobileFort.xcodeproj/project.pbxproj b/MobileFort/MobileFort.xcodeproj/project.pbxproj index 5306bc0..d4ee057 100644 --- a/MobileFort/MobileFort.xcodeproj/project.pbxproj +++ b/MobileFort/MobileFort.xcodeproj/project.pbxproj @@ -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 */; } diff --git a/MobileFort/MobileFort.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/MobileFort/MobileFort.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 24e9d31..919434a 100644 --- a/MobileFort/MobileFort.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/MobileFort/MobileFort.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:"> diff --git a/MobileFort/MobileFort.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/MobileFort/MobileFort.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..8e40e09 --- /dev/null +++ b/MobileFort/MobileFort.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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 +}