diff --git a/Sora.xcodeproj/project.pbxproj b/Sora.xcodeproj/project.pbxproj index 5c17463..4c71d30 100644 --- a/Sora.xcodeproj/project.pbxproj +++ b/Sora.xcodeproj/project.pbxproj @@ -42,6 +42,7 @@ 13AEE7BA2D2451F200CA634A /* GitHubAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE7B92D2451F200CA634A /* GitHubAPI.swift */; }; 13AEE7BC2D24521200CA634A /* SettingsReleasesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AEE7BB2D24521200CA634A /* SettingsReleasesView.swift */; }; 13B3A4B22D1477F100BCC0D5 /* SettingsStorageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13B3A4B12D1477F100BCC0D5 /* SettingsStorageView.swift */; }; + 13B544B02D26D8E900CC6C59 /* OpenCastSwift iOS in Frameworks */ = {isa = PBXBuildFile; productRef = 13B544AF2D26D8E900CC6C59 /* OpenCastSwift iOS */; }; 13C9821F2D2152B1007A0132 /* GitHubRelease.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C9821E2D2152B1007A0132 /* GitHubRelease.swift */; }; /* End PBXBuildFile section */ @@ -92,6 +93,7 @@ files = ( 132417D22D131C5300B4F2D2 /* Kingfisher in Frameworks */, 132417CF2D131B7400B4F2D2 /* SwiftSoup in Frameworks */, + 13B544B02D26D8E900CC6C59 /* OpenCastSwift iOS in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -312,6 +314,7 @@ packageProductDependencies = ( 132417CE2D131B7400B4F2D2 /* SwiftSoup */, 132417D12D131C5300B4F2D2 /* Kingfisher */, + 13B544AF2D26D8E900CC6C59 /* OpenCastSwift iOS */, ); productName = Sora; productReference = 132417802D13198000B4F2D2 /* Sora.app */; @@ -344,6 +347,7 @@ packageReferences = ( 132417CD2D131B7400B4F2D2 /* XCRemoteSwiftPackageReference "SwiftSoup" */, 132417D02D131C5300B4F2D2 /* XCRemoteSwiftPackageReference "Kingfisher" */, + 13B544AE2D26D8E900CC6C59 /* XCRemoteSwiftPackageReference "OpenCastSwift" */, ); productRefGroup = 132417812D13198000B4F2D2 /* Products */; projectDirPath = ""; @@ -631,6 +635,14 @@ version = 7.9.1; }; }; + 13B544AE2D26D8E900CC6C59 /* XCRemoteSwiftPackageReference "OpenCastSwift" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/danwilliams64/OpenCastSwift.git"; + requirement = { + branch = master; + kind = branch; + }; + }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ @@ -644,6 +656,11 @@ package = 132417D02D131C5300B4F2D2 /* XCRemoteSwiftPackageReference "Kingfisher" */; productName = Kingfisher; }; + 13B544AF2D26D8E900CC6C59 /* OpenCastSwift iOS */ = { + isa = XCSwiftPackageProductDependency; + package = 13B544AE2D26D8E900CC6C59 /* XCRemoteSwiftPackageReference "OpenCastSwift" */; + productName = "OpenCastSwift iOS"; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 132417782D13198000B4F2D2 /* Project object */; diff --git a/Sora.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Sora.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9a9f027..e6975d3 100644 --- a/Sora.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Sora.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -10,6 +10,24 @@ "version": "7.9.1" } }, + { + "package": "OpenCastSwift", + "repositoryURL": "https://github.com/danwilliams64/OpenCastSwift.git", + "state": { + "branch": "master", + "revision": "f96bf1ed9c1dcad34a1fcccb50d79a6cf612def4", + "version": null + } + }, + { + "package": "SwiftProtobuf", + "repositoryURL": "https://github.com/apple/swift-protobuf", + "state": { + "branch": null, + "revision": "9f0c76544701845ad98716f3f6a774a892152bcb", + "version": "1.26.0" + } + }, { "package": "SwiftSoup", "repositoryURL": "https://github.com/scinfu/SwiftSoup.git", @@ -18,6 +36,15 @@ "revision": "5386dab25134eec11fc35fc5e43caf422fad0270", "version": "2.4.0" } + }, + { + "package": "SwiftyJSON", + "repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON", + "state": { + "branch": null, + "revision": "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828", + "version": "5.0.2" + } } ] }, diff --git a/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate b/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate index cac77f7..9cb787d 100644 Binary files a/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate and b/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Sora.xcodeproj/xcuserdata/Francesco.xcuserdatad/xcschemes/xcschememanagement.plist b/Sora.xcodeproj/xcuserdata/Francesco.xcuserdatad/xcschemes/xcschememanagement.plist index be54ba2..de897a7 100644 --- a/Sora.xcodeproj/xcuserdata/Francesco.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Sora.xcodeproj/xcuserdata/Francesco.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,10 +4,31 @@ SchemeUserState + Playground (Playground) 1.xcscheme + + isShown + + orderHint + 2 + + Playground (Playground) 2.xcscheme + + isShown + + orderHint + 3 + + Playground (Playground).xcscheme + + isShown + + orderHint + 0 + Sora.xcscheme_^#shared#^_ orderHint - 0 + 1