1
Fork 0

Add WebView package dependency

This commit is contained in:
redstrate 2020-06-04 10:02:20 -04:00
parent f90e705dd6
commit 78d31d763b
2 changed files with 26 additions and 0 deletions

View file

@ -17,6 +17,7 @@
03BCD7452488948200DA1F27 /* PostView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7442488948200DA1F27 /* PostView.swift */; }; 03BCD7452488948200DA1F27 /* PostView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7442488948200DA1F27 /* PostView.swift */; };
03BCD7482488985A00DA1F27 /* RemoteImage in Frameworks */ = {isa = PBXBuildFile; productRef = 03BCD7472488985A00DA1F27 /* RemoteImage */; }; 03BCD7482488985A00DA1F27 /* RemoteImage in Frameworks */ = {isa = PBXBuildFile; productRef = 03BCD7472488985A00DA1F27 /* RemoteImage */; };
03BCD74A2489322500DA1F27 /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7492489322500DA1F27 /* AttributedText.swift */; }; 03BCD74A2489322500DA1F27 /* AttributedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BCD7492489322500DA1F27 /* AttributedText.swift */; };
03BCD74D2489365600DA1F27 /* WebView in Frameworks */ = {isa = PBXBuildFile; productRef = 03BCD74C2489365600DA1F27 /* WebView */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
@ -38,6 +39,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
03BCD74D2489365600DA1F27 /* WebView in Frameworks */,
03BCD7482488985A00DA1F27 /* RemoteImage in Frameworks */, 03BCD7482488985A00DA1F27 /* RemoteImage in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@ -96,6 +98,7 @@
name = MobileFort; name = MobileFort;
packageProductDependencies = ( packageProductDependencies = (
03BCD7472488985A00DA1F27 /* RemoteImage */, 03BCD7472488985A00DA1F27 /* RemoteImage */,
03BCD74C2489365600DA1F27 /* WebView */,
); );
productName = MobileFort; productName = MobileFort;
productReference = 03427F552488856C00A0073D /* MobileFort.app */; productReference = 03427F552488856C00A0073D /* MobileFort.app */;
@ -126,6 +129,7 @@
mainGroup = 03427F4C2488856C00A0073D; mainGroup = 03427F4C2488856C00A0073D;
packageReferences = ( packageReferences = (
03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */, 03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */,
03BCD74B2489365600DA1F27 /* XCRemoteSwiftPackageReference "SwiftUI-WebView" */,
); );
productRefGroup = 03427F562488856C00A0073D /* Products */; productRefGroup = 03427F562488856C00A0073D /* Products */;
projectDirPath = ""; projectDirPath = "";
@ -363,6 +367,14 @@
minimumVersion = 2.0.2; minimumVersion = 2.0.2;
}; };
}; };
03BCD74B2489365600DA1F27 /* XCRemoteSwiftPackageReference "SwiftUI-WebView" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kylehickinson/SwiftUI-WebView";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.2.0;
};
};
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */ /* Begin XCSwiftPackageProductDependency section */
@ -371,6 +383,11 @@
package = 03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */; package = 03BCD7462488985A00DA1F27 /* XCRemoteSwiftPackageReference "RemoteImage" */;
productName = RemoteImage; productName = RemoteImage;
}; };
03BCD74C2489365600DA1F27 /* WebView */ = {
isa = XCSwiftPackageProductDependency;
package = 03BCD74B2489365600DA1F27 /* XCRemoteSwiftPackageReference "SwiftUI-WebView" */;
productName = WebView;
};
/* End XCSwiftPackageProductDependency section */ /* End XCSwiftPackageProductDependency section */
}; };
rootObject = 03427F4D2488856C00A0073D /* Project object */; rootObject = 03427F4D2488856C00A0073D /* Project object */;

View file

@ -10,6 +10,15 @@
"version": "2.0.2" "version": "2.0.2"
} }
}, },
{
"package": "WebView",
"repositoryURL": "https://github.com/kylehickinson/SwiftUI-WebView",
"state": {
"branch": null,
"revision": "ec4352095428a06423868b3b2a92fdaa3c6281f7",
"version": "0.2.0"
}
},
{ {
"package": "ViewInspector", "package": "ViewInspector",
"repositoryURL": "https://github.com/nalexn/ViewInspector.git", "repositoryURL": "https://github.com/nalexn/ViewInspector.git",