|
12 | 12 | 3C25FE1D29A6B0AF00C11678 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE1C29A6B0AF00C11678 /* Utilities.swift */; }; |
13 | 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 | + 3C25FE2429A6D2A300C11678 /* PlaygroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C25FE2329A6D2A300C11678 /* PlaygroundView.swift */; }; |
15 | 16 | 3CD8B78C29A683D100463C48 /* SettingExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD8B78B29A683D100463C48 /* SettingExampleApp.swift */; }; |
16 | 17 | 3CD8B78E29A683D100463C48 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD8B78D29A683D100463C48 /* ContentView.swift */; }; |
17 | 18 | 3CD8B79029A683D300463C48 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3CD8B78F29A683D300463C48 /* Assets.xcassets */; }; |
|
23 | 24 | 3C25FE1E29A6B0D700C11678 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
24 | 25 | 3C25FE2029A6B2FB00C11678 /* Setting */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Setting; path = ..; sourceTree = "<group>"; }; |
25 | 26 | 3C25FE2129A6C24C00C11678 /* ControlPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlPanelView.swift; sourceTree = "<group>"; }; |
| 27 | + 3C25FE2329A6D2A300C11678 /* PlaygroundView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaygroundView.swift; sourceTree = "<group>"; }; |
26 | 28 | 3CD8B78829A683D100463C48 /* SettingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SettingExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 | 29 | 3CD8B78B29A683D100463C48 /* SettingExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingExampleApp.swift; sourceTree = "<group>"; }; |
28 | 30 | 3CD8B78D29A683D100463C48 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
67 | 69 | 3C25FE1A29A6B06C00C11678 /* PreferencesView.swift */, |
68 | 70 | 3C25FE1E29A6B0D700C11678 /* SettingsView.swift */, |
69 | 71 | 3C25FE2129A6C24C00C11678 /* ControlPanelView.swift */, |
| 72 | + 3C25FE2329A6D2A300C11678 /* PlaygroundView.swift */, |
70 | 73 | 3C25FE1C29A6B0AF00C11678 /* Utilities.swift */, |
71 | 74 | 3CD8B78F29A683D300463C48 /* Assets.xcassets */, |
72 | 75 | 3CD8B79129A683D300463C48 /* SettingExample.entitlements */, |
|
149 | 152 | isa = PBXSourcesBuildPhase; |
150 | 153 | buildActionMask = 2147483647; |
151 | 154 | files = ( |
| 155 | + 3C25FE2429A6D2A300C11678 /* PlaygroundView.swift in Sources */, |
152 | 156 | 3C25FE1B29A6B06C00C11678 /* PreferencesView.swift in Sources */, |
153 | 157 | 3CD8B78E29A683D100463C48 /* ContentView.swift in Sources */, |
154 | 158 | 3C25FE1F29A6B0D700C11678 /* SettingsView.swift in Sources */, |
|
0 commit comments