Move SafariView to Wrappers group since it is a reusable SwiftUI View

This commit is contained in:
Maurice Parker 2019-06-16 10:21:03 -05:00
parent 8cb46eb1d3
commit b8b2f23333
2 changed files with 13 additions and 5 deletions

View File

@ -1042,7 +1042,6 @@
5183CCEB227117C70010922C /* Settings */ = { 5183CCEB227117C70010922C /* Settings */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
DF999FF622B5AEFA0064B687 /* SafariView.swift */,
510D708122B041CC004E8F65 /* SettingsAccountLabelView.swift */, 510D708122B041CC004E8F65 /* SettingsAccountLabelView.swift */,
510D707322B028E1004E8F65 /* SettingsAddAccountView.swift */, 510D707322B028E1004E8F65 /* SettingsAddAccountView.swift */,
51F772EC22B2789B0087D9D1 /* SettingsDetailAccountView.swift */, 51F772EC22B2789B0087D9D1 /* SettingsDetailAccountView.swift */,
@ -1054,6 +1053,14 @@
path = Settings; path = Settings;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
5194B5E222B693EC00144881 /* Wrappers */ = {
isa = PBXGroup;
children = (
DF999FF622B5AEFA0064B687 /* SafariView.swift */,
);
path = Wrappers;
sourceTree = "<group>";
};
51C45245226506C800C03939 /* Extensions */ = { 51C45245226506C800C03939 /* Extensions */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
@ -1693,6 +1700,7 @@
5183CCEB227117C70010922C /* Settings */, 5183CCEB227117C70010922C /* Settings */,
5183CCDB226F1EEB0010922C /* Progress */, 5183CCDB226F1EEB0010922C /* Progress */,
51C45245226506C800C03939 /* Extensions */, 51C45245226506C800C03939 /* Extensions */,
5194B5E222B693EC00144881 /* Wrappers */,
84C9FC9A2262A1A900D921D6 /* Resources */, 84C9FC9A2262A1A900D921D6 /* Resources */,
); );
path = iOS; path = iOS;
@ -1938,12 +1946,12 @@
ORGANIZATIONNAME = "Ranchero Software"; ORGANIZATIONNAME = "Ranchero Software";
TargetAttributes = { TargetAttributes = {
6581C73220CED60000F4AD34 = { 6581C73220CED60000F4AD34 = {
DevelopmentTeam = M8L2WTLA8W; DevelopmentTeam = SHJK2V3AJG;
ProvisioningStyle = Manual; ProvisioningStyle = Manual;
}; };
840D617B2029031C009BC708 = { 840D617B2029031C009BC708 = {
CreatedOnToolsVersion = 9.3; CreatedOnToolsVersion = 9.3;
DevelopmentTeam = M8L2WTLA8W; DevelopmentTeam = SHJK2V3AJG;
ProvisioningStyle = Automatic; ProvisioningStyle = Automatic;
SystemCapabilities = { SystemCapabilities = {
com.apple.BackgroundModes = { com.apple.BackgroundModes = {
@ -1953,7 +1961,7 @@
}; };
849C645F1ED37A5D003D8FC0 = { 849C645F1ED37A5D003D8FC0 = {
CreatedOnToolsVersion = 8.2.1; CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = M8L2WTLA8W; DevelopmentTeam = SHJK2V3AJG;
ProvisioningStyle = Manual; ProvisioningStyle = Manual;
SystemCapabilities = { SystemCapabilities = {
com.apple.HardenedRuntime = { com.apple.HardenedRuntime = {
@ -1963,7 +1971,7 @@
}; };
849C64701ED37A5D003D8FC0 = { 849C64701ED37A5D003D8FC0 = {
CreatedOnToolsVersion = 8.2.1; CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = 9C84TZ7Q6Z; DevelopmentTeam = SHJK2V3AJG;
ProvisioningStyle = Automatic; ProvisioningStyle = Automatic;
TestTargetID = 849C645F1ED37A5D003D8FC0; TestTargetID = 849C645F1ED37A5D003D8FC0;
}; };