|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 960A559729B29DC600F5CC37 /* PlayHover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A559629B29DC600F5CC37 /* PlayHover.swift */; }; |
| 11 | + 960A559929B2A50100F5CC37 /* LauncherEditView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960A559829B2A50100F5CC37 /* LauncherEditView.swift */; }; |
10 | 12 | 960D46F627D6850D0056E393 /* BuildingSteps.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960D46F527D6850D0056E393 /* BuildingSteps.swift */; }; |
11 | 13 | 963F238327F8B211004E010E /* LauncherView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963F238227F8B211004E010E /* LauncherView.swift */; }; |
12 | 14 | 963F238627F8B942004E010E /* DataStore.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 963F238427F8B942004E010E /* DataStore.xcdatamodeld */; }; |
|
18 | 20 | 9669DC6D27D55CD200DE5FAB /* Patches.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6C27D55CD200DE5FAB /* Patches.swift */; }; |
19 | 21 | 9669DC6F27D55D5300DE5FAB /* PatchesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6E27D55D5300DE5FAB /* PatchesView.swift */; }; |
20 | 22 | 9669DC7127D55F4700DE5FAB /* RomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC7027D55F4700DE5FAB /* RomView.swift */; }; |
| 23 | + 96A3D83A29B52328007AF78A /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A3D83929B52328007AF78A /* ImagePicker.swift */; }; |
21 | 24 | 96AC85B1286670B800CCFF58 /* MenuBarCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AC85B0286670B800CCFF58 /* MenuBarCommands.swift */; }; |
22 | 25 | 96BB22E327E274F700057915 /* RepoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BB22E227E274F700057915 /* RepoView.swift */; }; |
23 | 26 | 96BDA2F3283D216500A4DFF3 /* General View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BDA2F2283D216500A4DFF3 /* General View.swift */; }; |
|
31 | 34 | /* End PBXBuildFile section */ |
32 | 35 |
|
33 | 36 | /* Begin PBXFileReference section */ |
| 37 | + 960A559629B29DC600F5CC37 /* PlayHover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayHover.swift; sourceTree = "<group>"; }; |
| 38 | + 960A559829B2A50100F5CC37 /* LauncherEditView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LauncherEditView.swift; sourceTree = "<group>"; }; |
34 | 39 | 960D46F527D6850D0056E393 /* BuildingSteps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildingSteps.swift; sourceTree = "<group>"; }; |
35 | 40 | 963F238227F8B211004E010E /* LauncherView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LauncherView.swift; sourceTree = "<group>"; }; |
36 | 41 | 963F238527F8B942004E010E /* DataStore.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = DataStore.xcdatamodel; sourceTree = "<group>"; }; |
|
44 | 49 | 9669DC6C27D55CD200DE5FAB /* Patches.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Patches.swift; sourceTree = "<group>"; }; |
45 | 50 | 9669DC6E27D55D5300DE5FAB /* PatchesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatchesView.swift; sourceTree = "<group>"; }; |
46 | 51 | 9669DC7027D55F4700DE5FAB /* RomView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RomView.swift; sourceTree = "<group>"; }; |
| 52 | + 96A3D83929B52328007AF78A /* ImagePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePicker.swift; sourceTree = "<group>"; }; |
47 | 53 | 96AC85B0286670B800CCFF58 /* MenuBarCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuBarCommands.swift; sourceTree = "<group>"; }; |
48 | 54 | 96BB22E227E274F700057915 /* RepoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepoView.swift; sourceTree = "<group>"; }; |
49 | 55 | 96BDA2F2283D216500A4DFF3 /* General View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "General View.swift"; sourceTree = "<group>"; }; |
|
110 | 116 | 96BDA2F8283D29E300A4DFF3 /* LogView.swift */, |
111 | 117 | 96C54E6C285930D7003B4A2D /* GlobalFunctions.swift */, |
112 | 118 | 96AC85B0286670B800CCFF58 /* MenuBarCommands.swift */, |
| 119 | + 960A559629B29DC600F5CC37 /* PlayHover.swift */, |
| 120 | + 960A559829B2A50100F5CC37 /* LauncherEditView.swift */, |
| 121 | + 96A3D83929B52328007AF78A /* ImagePicker.swift */, |
113 | 122 | ); |
114 | 123 | path = sm_osx; |
115 | 124 | sourceTree = "<group>"; |
|
203 | 212 | 96BEADAE2839986200FF72E3 /* CompilationView.swift in Sources */, |
204 | 213 | 96CF3D4227DBD8C7008A26F5 /* CompilationSpeed.swift in Sources */, |
205 | 214 | 963F238327F8B211004E010E /* LauncherView.swift in Sources */, |
| 215 | + 96A3D83A29B52328007AF78A /* ImagePicker.swift in Sources */, |
206 | 216 | 96BDA2F9283D29E300A4DFF3 /* LogView.swift in Sources */, |
207 | 217 | 9669DC7127D55F4700DE5FAB /* RomView.swift in Sources */, |
208 | 218 | 96BDA2F3283D216500A4DFF3 /* General View.swift in Sources */, |
209 | 219 | 96DE71D327EB9C170090E7A0 /* SettingsView.swift in Sources */, |
210 | 220 | 96C54E6D285930D7003B4A2D /* GlobalFunctions.swift in Sources */, |
211 | 221 | 960D46F627D6850D0056E393 /* BuildingSteps.swift in Sources */, |
| 222 | + 960A559729B29DC600F5CC37 /* PlayHover.swift in Sources */, |
212 | 223 | 96BDA2F7283D283200A4DFF3 /* CrashView.swift in Sources */, |
| 224 | + 960A559929B2A50100F5CC37 /* LauncherEditView.swift in Sources */, |
213 | 225 | 9669DC6F27D55D5300DE5FAB /* PatchesView.swift in Sources */, |
214 | 226 | 9669DC6B27D5581F00DE5FAB /* Repos.swift in Sources */, |
215 | 227 | 96BB22E327E274F700057915 /* RepoView.swift in Sources */, |
|
363 | 375 | "$(inherited)", |
364 | 376 | "@executable_path/../Frameworks", |
365 | 377 | ); |
366 | | - MARKETING_VERSION = 1.2.4; |
| 378 | + MARKETING_VERSION = 1.2.5; |
367 | 379 | ONLY_ACTIVE_ARCH = NO; |
368 | 380 | PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx"; |
369 | 381 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
395 | 407 | "$(inherited)", |
396 | 408 | "@executable_path/../Frameworks", |
397 | 409 | ); |
398 | | - MARKETING_VERSION = 1.2.4; |
| 410 | + MARKETING_VERSION = 1.2.5; |
399 | 411 | ONLY_ACTIVE_ARCH = NO; |
400 | 412 | PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx"; |
401 | 413 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments