From b8b2f2333364d1acd6d9691ac6f7778ecca9f11d Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 16 Jun 2019 10:21:03 -0500 Subject: [PATCH] Move SafariView to Wrappers group since it is a reusable SwiftUI View --- NetNewsWire.xcodeproj/project.pbxproj | 18 +++++++++++++----- iOS/{Settings => Wrappers}/SafariView.swift | 0 2 files changed, 13 insertions(+), 5 deletions(-) rename iOS/{Settings => Wrappers}/SafariView.swift (100%) diff --git a/NetNewsWire.xcodeproj/project.pbxproj b/NetNewsWire.xcodeproj/project.pbxproj index 5b7f782c1..063a67af6 100644 --- a/NetNewsWire.xcodeproj/project.pbxproj +++ b/NetNewsWire.xcodeproj/project.pbxproj @@ -1042,7 +1042,6 @@ 5183CCEB227117C70010922C /* Settings */ = { isa = PBXGroup; children = ( - DF999FF622B5AEFA0064B687 /* SafariView.swift */, 510D708122B041CC004E8F65 /* SettingsAccountLabelView.swift */, 510D707322B028E1004E8F65 /* SettingsAddAccountView.swift */, 51F772EC22B2789B0087D9D1 /* SettingsDetailAccountView.swift */, @@ -1054,6 +1053,14 @@ path = Settings; sourceTree = ""; }; + 5194B5E222B693EC00144881 /* Wrappers */ = { + isa = PBXGroup; + children = ( + DF999FF622B5AEFA0064B687 /* SafariView.swift */, + ); + path = Wrappers; + sourceTree = ""; + }; 51C45245226506C800C03939 /* Extensions */ = { isa = PBXGroup; children = ( @@ -1693,6 +1700,7 @@ 5183CCEB227117C70010922C /* Settings */, 5183CCDB226F1EEB0010922C /* Progress */, 51C45245226506C800C03939 /* Extensions */, + 5194B5E222B693EC00144881 /* Wrappers */, 84C9FC9A2262A1A900D921D6 /* Resources */, ); path = iOS; @@ -1938,12 +1946,12 @@ ORGANIZATIONNAME = "Ranchero Software"; TargetAttributes = { 6581C73220CED60000F4AD34 = { - DevelopmentTeam = M8L2WTLA8W; + DevelopmentTeam = SHJK2V3AJG; ProvisioningStyle = Manual; }; 840D617B2029031C009BC708 = { CreatedOnToolsVersion = 9.3; - DevelopmentTeam = M8L2WTLA8W; + DevelopmentTeam = SHJK2V3AJG; ProvisioningStyle = Automatic; SystemCapabilities = { com.apple.BackgroundModes = { @@ -1953,7 +1961,7 @@ }; 849C645F1ED37A5D003D8FC0 = { CreatedOnToolsVersion = 8.2.1; - DevelopmentTeam = M8L2WTLA8W; + DevelopmentTeam = SHJK2V3AJG; ProvisioningStyle = Manual; SystemCapabilities = { com.apple.HardenedRuntime = { @@ -1963,7 +1971,7 @@ }; 849C64701ED37A5D003D8FC0 = { CreatedOnToolsVersion = 8.2.1; - DevelopmentTeam = 9C84TZ7Q6Z; + DevelopmentTeam = SHJK2V3AJG; ProvisioningStyle = Automatic; TestTargetID = 849C645F1ED37A5D003D8FC0; }; diff --git a/iOS/Settings/SafariView.swift b/iOS/Wrappers/SafariView.swift similarity index 100% rename from iOS/Settings/SafariView.swift rename to iOS/Wrappers/SafariView.swift