|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 3C25FE1929A696B900C11678 /* Setting in Frameworks */ = {isa = PBXBuildFile; productRef = 3C25FE1829A696B900C11678 /* Setting */; }; |
11 | | - 3C25FE1B29A6B06C00C11678 /* MainSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE1A29A6B06C00C11678 /* MainSettingView.swift */; }; |
| 11 | + 3C25FE1B29A6B06C00C11678 /* PreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE1A29A6B06C00C11678 /* PreferencesView.swift */; }; |
12 | 12 | 3C25FE1D29A6B0AF00C11678 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE1C29A6B0AF00C11678 /* Utilities.swift */; }; |
13 | | - 3C25FE1F29A6B0D700C11678 /* PlaygroundSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE1E29A6B0D700C11678 /* PlaygroundSettingView.swift */; }; |
| 13 | + 3C25FE1F29A6B0D700C11678 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE1E29A6B0D700C11678 /* SettingsView.swift */; }; |
14 | 14 | 3C25FE2229A6C24C00C11678 /* ControlPanelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE2129A6C24C00C11678 /* ControlPanelView.swift */; }; |
15 | 15 | 3CD8B78C29A683D100463C48 /* SettingExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD8B78B29A683D100463C48 /* SettingExampleApp.swift */; }; |
16 | 16 | 3CD8B78E29A683D100463C48 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD8B78D29A683D100463C48 /* ContentView.swift */; }; |
17 | 17 | 3CD8B79029A683D300463C48 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3CD8B78F29A683D300463C48 /* Assets.xcassets */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */ |
21 | | - 3C25FE1A29A6B06C00C11678 /* MainSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainSettingView.swift; sourceTree = "<group>"; }; |
| 21 | + 3C25FE1A29A6B06C00C11678 /* PreferencesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesView.swift; sourceTree = "<group>"; }; |
22 | 22 | 3C25FE1C29A6B0AF00C11678 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = "<group>"; }; |
23 | | - 3C25FE1E29A6B0D700C11678 /* PlaygroundSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaygroundSettingView.swift; sourceTree = "<group>"; }; |
| 23 | + 3C25FE1E29A6B0D700C11678 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
24 | 24 | 3C25FE2029A6B2FB00C11678 /* Setting */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Setting; path = ..; sourceTree = "<group>"; }; |
25 | 25 | 3C25FE2129A6C24C00C11678 /* ControlPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlPanelView.swift; sourceTree = "<group>"; }; |
26 | 26 | 3CD8B78829A683D100463C48 /* SettingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SettingExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
64 | 64 | children = ( |
65 | 65 | 3CD8B78B29A683D100463C48 /* SettingExampleApp.swift */, |
66 | 66 | 3CD8B78D29A683D100463C48 /* ContentView.swift */, |
67 | | - 3C25FE1A29A6B06C00C11678 /* MainSettingView.swift */, |
68 | | - 3C25FE1E29A6B0D700C11678 /* PlaygroundSettingView.swift */, |
| 67 | + 3C25FE1A29A6B06C00C11678 /* PreferencesView.swift */, |
| 68 | + 3C25FE1E29A6B0D700C11678 /* SettingsView.swift */, |
69 | 69 | 3C25FE2129A6C24C00C11678 /* ControlPanelView.swift */, |
70 | 70 | 3C25FE1C29A6B0AF00C11678 /* Utilities.swift */, |
71 | 71 | 3CD8B78F29A683D300463C48 /* Assets.xcassets */, |
|
149 | 149 | isa = PBXSourcesBuildPhase; |
150 | 150 | buildActionMask = 2147483647; |
151 | 151 | files = ( |
152 | | - 3C25FE1B29A6B06C00C11678 /* MainSettingView.swift in Sources */, |
| 152 | + 3C25FE1B29A6B06C00C11678 /* PreferencesView.swift in Sources */, |
153 | 153 | 3CD8B78E29A683D100463C48 /* ContentView.swift in Sources */, |
154 | | - 3C25FE1F29A6B0D700C11678 /* PlaygroundSettingView.swift in Sources */, |
| 154 | + 3C25FE1F29A6B0D700C11678 /* SettingsView.swift in Sources */, |
155 | 155 | 3C25FE2229A6C24C00C11678 /* ControlPanelView.swift in Sources */, |
156 | 156 | 3C25FE1D29A6B0AF00C11678 /* Utilities.swift in Sources */, |
157 | 157 | 3CD8B78C29A683D100463C48 /* SettingExampleApp.swift in Sources */, |
|
0 commit comments