|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 960D46F627D6850D0056E393 /* BuildingSteps.swift in Sources */ = {isa = PBXBuildFile; fileRef = 960D46F527D6850D0056E393 /* BuildingSteps.swift */; }; |
11 | 11 | 9669DC5C27D5565000DE5FAB /* sm_osxApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC5B27D5565000DE5FAB /* sm_osxApp.swift */; }; |
12 | | - 9669DC5E27D5565000DE5FAB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC5D27D5565000DE5FAB /* ContentView.swift */; }; |
13 | 12 | 9669DC6027D5565100DE5FAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9669DC5F27D5565100DE5FAB /* Assets.xcassets */; }; |
14 | 13 | 9669DC6327D5565100DE5FAB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9669DC6227D5565100DE5FAB /* Preview Assets.xcassets */; }; |
15 | 14 | 9669DC6B27D5581F00DE5FAB /* Repos.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6A27D5581F00DE5FAB /* Repos.swift */; }; |
16 | 15 | 9669DC6D27D55CD200DE5FAB /* Patches.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6C27D55CD200DE5FAB /* Patches.swift */; }; |
17 | 16 | 9669DC6F27D55D5300DE5FAB /* PatchesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6E27D55D5300DE5FAB /* PatchesView.swift */; }; |
18 | 17 | 9669DC7127D55F4700DE5FAB /* RomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC7027D55F4700DE5FAB /* RomView.swift */; }; |
| 18 | + 96BB22E327E274F700057915 /* RepoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BB22E227E274F700057915 /* RepoView.swift */; }; |
| 19 | + 96CF3D4227DBD8C7008A26F5 /* CompilationSpeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96CF3D4127DBD8C7008A26F5 /* CompilationSpeed.swift */; }; |
19 | 20 | /* End PBXBuildFile section */ |
20 | 21 |
|
21 | 22 | /* Begin PBXFileReference section */ |
22 | 23 | 960D46F527D6850D0056E393 /* BuildingSteps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildingSteps.swift; sourceTree = "<group>"; }; |
23 | 24 | 9669DC5827D5565000DE5FAB /* sm_osx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sm_osx.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 25 | 9669DC5B27D5565000DE5FAB /* sm_osxApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sm_osxApp.swift; sourceTree = "<group>"; }; |
25 | | - 9669DC5D27D5565000DE5FAB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
26 | 26 | 9669DC5F27D5565100DE5FAB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
27 | 27 | 9669DC6227D5565100DE5FAB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
28 | 28 | 9669DC6427D5565100DE5FAB /* sm_osx.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = sm_osx.entitlements; sourceTree = "<group>"; }; |
29 | 29 | 9669DC6A27D5581F00DE5FAB /* Repos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Repos.swift; sourceTree = "<group>"; }; |
30 | 30 | 9669DC6C27D55CD200DE5FAB /* Patches.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Patches.swift; sourceTree = "<group>"; }; |
31 | 31 | 9669DC6E27D55D5300DE5FAB /* PatchesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatchesView.swift; sourceTree = "<group>"; }; |
32 | 32 | 9669DC7027D55F4700DE5FAB /* RomView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RomView.swift; sourceTree = "<group>"; }; |
| 33 | + 96BB22E227E274F700057915 /* RepoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepoView.swift; sourceTree = "<group>"; }; |
| 34 | + 96CF3D4127DBD8C7008A26F5 /* CompilationSpeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompilationSpeed.swift; sourceTree = "<group>"; }; |
33 | 35 | /* End PBXFileReference section */ |
34 | 36 |
|
35 | 37 | /* Begin PBXFrameworksBuildPhase section */ |
|
63 | 65 | isa = PBXGroup; |
64 | 66 | children = ( |
65 | 67 | 9669DC5B27D5565000DE5FAB /* sm_osxApp.swift */, |
66 | | - 9669DC5D27D5565000DE5FAB /* ContentView.swift */, |
67 | 68 | 9669DC5F27D5565100DE5FAB /* Assets.xcassets */, |
68 | 69 | 9669DC6427D5565100DE5FAB /* sm_osx.entitlements */, |
69 | 70 | 9669DC6127D5565100DE5FAB /* Preview Content */, |
|
72 | 73 | 9669DC6E27D55D5300DE5FAB /* PatchesView.swift */, |
73 | 74 | 9669DC7027D55F4700DE5FAB /* RomView.swift */, |
74 | 75 | 960D46F527D6850D0056E393 /* BuildingSteps.swift */, |
| 76 | + 96CF3D4127DBD8C7008A26F5 /* CompilationSpeed.swift */, |
| 77 | + 96BB22E227E274F700057915 /* RepoView.swift */, |
75 | 78 | ); |
76 | 79 | path = sm_osx; |
77 | 80 | sourceTree = "<group>"; |
|
114 | 117 | attributes = { |
115 | 118 | BuildIndependentTargetsInParallel = 1; |
116 | 119 | LastSwiftUpdateCheck = 1320; |
117 | | - LastUpgradeCheck = 1320; |
| 120 | + LastUpgradeCheck = 1330; |
118 | 121 | TargetAttributes = { |
119 | 122 | 9669DC5727D5565000DE5FAB = { |
120 | 123 | CreatedOnToolsVersion = 13.2.1; |
|
159 | 162 | buildActionMask = 2147483647; |
160 | 163 | files = ( |
161 | 164 | 9669DC6D27D55CD200DE5FAB /* Patches.swift in Sources */, |
| 165 | + 96CF3D4227DBD8C7008A26F5 /* CompilationSpeed.swift in Sources */, |
162 | 166 | 9669DC7127D55F4700DE5FAB /* RomView.swift in Sources */, |
163 | 167 | 960D46F627D6850D0056E393 /* BuildingSteps.swift in Sources */, |
164 | 168 | 9669DC6F27D55D5300DE5FAB /* PatchesView.swift in Sources */, |
165 | 169 | 9669DC6B27D5581F00DE5FAB /* Repos.swift in Sources */, |
166 | | - 9669DC5E27D5565000DE5FAB /* ContentView.swift in Sources */, |
| 170 | + 96BB22E327E274F700057915 /* RepoView.swift in Sources */, |
167 | 171 | 9669DC5C27D5565000DE5FAB /* sm_osxApp.swift in Sources */, |
168 | 172 | ); |
169 | 173 | runOnlyForDeploymentPostprocessing = 0; |
|
222 | 226 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
223 | 227 | GCC_WARN_UNUSED_FUNCTION = YES; |
224 | 228 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 229 | + INFOPLIST_KEY_UILaunchScreen_Generation = NO; |
| 230 | + INFOPLIST_KEY_UIStatusBarHidden = NO; |
225 | 231 | MACOSX_DEPLOYMENT_TARGET = 12.1; |
226 | 232 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
227 | 233 | MTL_FAST_MATH = YES; |
|
277 | 283 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
278 | 284 | GCC_WARN_UNUSED_FUNCTION = YES; |
279 | 285 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 286 | + INFOPLIST_KEY_UILaunchScreen_Generation = NO; |
| 287 | + INFOPLIST_KEY_UIStatusBarHidden = NO; |
280 | 288 | MACOSX_DEPLOYMENT_TARGET = 12.1; |
281 | 289 | MTL_ENABLE_DEBUG_INFO = NO; |
282 | 290 | MTL_FAST_MATH = YES; |
|
298 | 306 | CURRENT_PROJECT_VERSION = 1; |
299 | 307 | DEVELOPMENT_ASSET_PATHS = "\"sm_osx/Preview Content\""; |
300 | 308 | DEVELOPMENT_TEAM = 25RK3JMVLT; |
301 | | - ENABLE_HARDENED_RUNTIME = NO; |
| 309 | + ENABLE_HARDENED_RUNTIME = YES; |
302 | 310 | ENABLE_PREVIEWS = YES; |
303 | 311 | GENERATE_INFOPLIST_FILE = YES; |
304 | 312 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
|
307 | 315 | "@executable_path/../Frameworks", |
308 | 316 | ); |
309 | 317 | MARKETING_VERSION = 1.0; |
310 | | - ONLY_ACTIVE_ARCH = YES; |
| 318 | + ONLY_ACTIVE_ARCH = NO; |
311 | 319 | PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx"; |
312 | 320 | PRODUCT_NAME = "$(TARGET_NAME)"; |
313 | 321 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
327 | 335 | CURRENT_PROJECT_VERSION = 1; |
328 | 336 | DEVELOPMENT_ASSET_PATHS = "\"sm_osx/Preview Content\""; |
329 | 337 | DEVELOPMENT_TEAM = 25RK3JMVLT; |
330 | | - ENABLE_HARDENED_RUNTIME = NO; |
| 338 | + ENABLE_HARDENED_RUNTIME = YES; |
331 | 339 | ENABLE_PREVIEWS = YES; |
332 | 340 | GENERATE_INFOPLIST_FILE = YES; |
333 | 341 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
|
0 commit comments