Skip to content

Commit de8ccc1

Browse files
authored
Add files via upload
1 parent 7a0b1c1 commit de8ccc1

File tree

17 files changed

+844
-0
lines changed

17 files changed

+844
-0
lines changed
Lines changed: 367 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,367 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 55;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
9669DC5C27D5565000DE5FAB /* sm_osxApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC5B27D5565000DE5FAB /* sm_osxApp.swift */; };
11+
9669DC5E27D5565000DE5FAB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC5D27D5565000DE5FAB /* ContentView.swift */; };
12+
9669DC6027D5565100DE5FAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9669DC5F27D5565100DE5FAB /* Assets.xcassets */; };
13+
9669DC6327D5565100DE5FAB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9669DC6227D5565100DE5FAB /* Preview Assets.xcassets */; };
14+
9669DC6B27D5581F00DE5FAB /* Repos.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6A27D5581F00DE5FAB /* Repos.swift */; };
15+
9669DC6D27D55CD200DE5FAB /* Patches.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6C27D55CD200DE5FAB /* Patches.swift */; };
16+
9669DC6F27D55D5300DE5FAB /* PatchesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC6E27D55D5300DE5FAB /* PatchesView.swift */; };
17+
9669DC7127D55F4700DE5FAB /* RomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9669DC7027D55F4700DE5FAB /* RomView.swift */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
9669DC5827D5565000DE5FAB /* sm_osx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sm_osx.app; sourceTree = BUILT_PRODUCTS_DIR; };
22+
9669DC5B27D5565000DE5FAB /* sm_osxApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sm_osxApp.swift; sourceTree = "<group>"; };
23+
9669DC5D27D5565000DE5FAB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
24+
9669DC5F27D5565100DE5FAB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
25+
9669DC6227D5565100DE5FAB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
26+
9669DC6427D5565100DE5FAB /* sm_osx.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = sm_osx.entitlements; sourceTree = "<group>"; };
27+
9669DC6A27D5581F00DE5FAB /* Repos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Repos.swift; sourceTree = "<group>"; };
28+
9669DC6C27D55CD200DE5FAB /* Patches.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Patches.swift; sourceTree = "<group>"; };
29+
9669DC6E27D55D5300DE5FAB /* PatchesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatchesView.swift; sourceTree = "<group>"; };
30+
9669DC7027D55F4700DE5FAB /* RomView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RomView.swift; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
9669DC5527D5565000DE5FAB /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
9669DC4F27D5565000DE5FAB = {
45+
isa = PBXGroup;
46+
children = (
47+
9669DC5A27D5565000DE5FAB /* sm_osx */,
48+
9669DC5927D5565000DE5FAB /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
9669DC5927D5565000DE5FAB /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
9669DC5827D5565000DE5FAB /* sm_osx.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
9669DC5A27D5565000DE5FAB /* sm_osx */ = {
61+
isa = PBXGroup;
62+
children = (
63+
9669DC5B27D5565000DE5FAB /* sm_osxApp.swift */,
64+
9669DC5D27D5565000DE5FAB /* ContentView.swift */,
65+
9669DC5F27D5565100DE5FAB /* Assets.xcassets */,
66+
9669DC6427D5565100DE5FAB /* sm_osx.entitlements */,
67+
9669DC6127D5565100DE5FAB /* Preview Content */,
68+
9669DC6A27D5581F00DE5FAB /* Repos.swift */,
69+
9669DC6C27D55CD200DE5FAB /* Patches.swift */,
70+
9669DC6E27D55D5300DE5FAB /* PatchesView.swift */,
71+
9669DC7027D55F4700DE5FAB /* RomView.swift */,
72+
);
73+
path = sm_osx;
74+
sourceTree = "<group>";
75+
};
76+
9669DC6127D5565100DE5FAB /* Preview Content */ = {
77+
isa = PBXGroup;
78+
children = (
79+
9669DC6227D5565100DE5FAB /* Preview Assets.xcassets */,
80+
);
81+
path = "Preview Content";
82+
sourceTree = "<group>";
83+
};
84+
/* End PBXGroup section */
85+
86+
/* Begin PBXNativeTarget section */
87+
9669DC5727D5565000DE5FAB /* sm_osx */ = {
88+
isa = PBXNativeTarget;
89+
buildConfigurationList = 9669DC6727D5565100DE5FAB /* Build configuration list for PBXNativeTarget "sm_osx" */;
90+
buildPhases = (
91+
9669DC5427D5565000DE5FAB /* Sources */,
92+
9669DC5527D5565000DE5FAB /* Frameworks */,
93+
9669DC5627D5565000DE5FAB /* Resources */,
94+
);
95+
buildRules = (
96+
);
97+
dependencies = (
98+
);
99+
name = sm_osx;
100+
packageProductDependencies = (
101+
);
102+
productName = sm_osx;
103+
productReference = 9669DC5827D5565000DE5FAB /* sm_osx.app */;
104+
productType = "com.apple.product-type.application";
105+
};
106+
/* End PBXNativeTarget section */
107+
108+
/* Begin PBXProject section */
109+
9669DC5027D5565000DE5FAB /* Project object */ = {
110+
isa = PBXProject;
111+
attributes = {
112+
BuildIndependentTargetsInParallel = 1;
113+
LastSwiftUpdateCheck = 1320;
114+
LastUpgradeCheck = 1320;
115+
TargetAttributes = {
116+
9669DC5727D5565000DE5FAB = {
117+
CreatedOnToolsVersion = 13.2.1;
118+
};
119+
};
120+
};
121+
buildConfigurationList = 9669DC5327D5565000DE5FAB /* Build configuration list for PBXProject "sm_osx" */;
122+
compatibilityVersion = "Xcode 13.0";
123+
developmentRegion = en;
124+
hasScannedForEncodings = 0;
125+
knownRegions = (
126+
en,
127+
Base,
128+
);
129+
mainGroup = 9669DC4F27D5565000DE5FAB;
130+
packageReferences = (
131+
);
132+
productRefGroup = 9669DC5927D5565000DE5FAB /* Products */;
133+
projectDirPath = "";
134+
projectRoot = "";
135+
targets = (
136+
9669DC5727D5565000DE5FAB /* sm_osx */,
137+
);
138+
};
139+
/* End PBXProject section */
140+
141+
/* Begin PBXResourcesBuildPhase section */
142+
9669DC5627D5565000DE5FAB /* Resources */ = {
143+
isa = PBXResourcesBuildPhase;
144+
buildActionMask = 2147483647;
145+
files = (
146+
9669DC6327D5565100DE5FAB /* Preview Assets.xcassets in Resources */,
147+
9669DC6027D5565100DE5FAB /* Assets.xcassets in Resources */,
148+
);
149+
runOnlyForDeploymentPostprocessing = 0;
150+
};
151+
/* End PBXResourcesBuildPhase section */
152+
153+
/* Begin PBXSourcesBuildPhase section */
154+
9669DC5427D5565000DE5FAB /* Sources */ = {
155+
isa = PBXSourcesBuildPhase;
156+
buildActionMask = 2147483647;
157+
files = (
158+
9669DC6D27D55CD200DE5FAB /* Patches.swift in Sources */,
159+
9669DC7127D55F4700DE5FAB /* RomView.swift in Sources */,
160+
9669DC6F27D55D5300DE5FAB /* PatchesView.swift in Sources */,
161+
9669DC6B27D5581F00DE5FAB /* Repos.swift in Sources */,
162+
9669DC5E27D5565000DE5FAB /* ContentView.swift in Sources */,
163+
9669DC5C27D5565000DE5FAB /* sm_osxApp.swift in Sources */,
164+
);
165+
runOnlyForDeploymentPostprocessing = 0;
166+
};
167+
/* End PBXSourcesBuildPhase section */
168+
169+
/* Begin XCBuildConfiguration section */
170+
9669DC6527D5565100DE5FAB /* Debug */ = {
171+
isa = XCBuildConfiguration;
172+
buildSettings = {
173+
ALWAYS_SEARCH_USER_PATHS = NO;
174+
CLANG_ANALYZER_NONNULL = YES;
175+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
176+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
177+
CLANG_CXX_LIBRARY = "libc++";
178+
CLANG_ENABLE_MODULES = YES;
179+
CLANG_ENABLE_OBJC_ARC = YES;
180+
CLANG_ENABLE_OBJC_WEAK = YES;
181+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
182+
CLANG_WARN_BOOL_CONVERSION = YES;
183+
CLANG_WARN_COMMA = YES;
184+
CLANG_WARN_CONSTANT_CONVERSION = YES;
185+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
186+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
187+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
188+
CLANG_WARN_EMPTY_BODY = YES;
189+
CLANG_WARN_ENUM_CONVERSION = YES;
190+
CLANG_WARN_INFINITE_RECURSION = YES;
191+
CLANG_WARN_INT_CONVERSION = YES;
192+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
193+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
194+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
195+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
196+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
197+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
198+
CLANG_WARN_STRICT_PROTOTYPES = YES;
199+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
200+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
201+
CLANG_WARN_UNREACHABLE_CODE = YES;
202+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
203+
COPY_PHASE_STRIP = NO;
204+
DEBUG_INFORMATION_FORMAT = dwarf;
205+
ENABLE_STRICT_OBJC_MSGSEND = YES;
206+
ENABLE_TESTABILITY = YES;
207+
GCC_C_LANGUAGE_STANDARD = gnu11;
208+
GCC_DYNAMIC_NO_PIC = NO;
209+
GCC_NO_COMMON_BLOCKS = YES;
210+
GCC_OPTIMIZATION_LEVEL = 0;
211+
GCC_PREPROCESSOR_DEFINITIONS = (
212+
"DEBUG=1",
213+
"$(inherited)",
214+
);
215+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
216+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
217+
GCC_WARN_UNDECLARED_SELECTOR = YES;
218+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
219+
GCC_WARN_UNUSED_FUNCTION = YES;
220+
GCC_WARN_UNUSED_VARIABLE = YES;
221+
MACOSX_DEPLOYMENT_TARGET = 12.1;
222+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
223+
MTL_FAST_MATH = YES;
224+
ONLY_ACTIVE_ARCH = YES;
225+
SDKROOT = macosx;
226+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
227+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
228+
};
229+
name = Debug;
230+
};
231+
9669DC6627D5565100DE5FAB /* Release */ = {
232+
isa = XCBuildConfiguration;
233+
buildSettings = {
234+
ALWAYS_SEARCH_USER_PATHS = NO;
235+
CLANG_ANALYZER_NONNULL = YES;
236+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
237+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
238+
CLANG_CXX_LIBRARY = "libc++";
239+
CLANG_ENABLE_MODULES = YES;
240+
CLANG_ENABLE_OBJC_ARC = YES;
241+
CLANG_ENABLE_OBJC_WEAK = YES;
242+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
243+
CLANG_WARN_BOOL_CONVERSION = YES;
244+
CLANG_WARN_COMMA = YES;
245+
CLANG_WARN_CONSTANT_CONVERSION = YES;
246+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
247+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
248+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
249+
CLANG_WARN_EMPTY_BODY = YES;
250+
CLANG_WARN_ENUM_CONVERSION = YES;
251+
CLANG_WARN_INFINITE_RECURSION = YES;
252+
CLANG_WARN_INT_CONVERSION = YES;
253+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
254+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
255+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
256+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
257+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
258+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
259+
CLANG_WARN_STRICT_PROTOTYPES = YES;
260+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
261+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
262+
CLANG_WARN_UNREACHABLE_CODE = YES;
263+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
264+
COPY_PHASE_STRIP = NO;
265+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
266+
ENABLE_NS_ASSERTIONS = NO;
267+
ENABLE_STRICT_OBJC_MSGSEND = YES;
268+
GCC_C_LANGUAGE_STANDARD = gnu11;
269+
GCC_NO_COMMON_BLOCKS = YES;
270+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
271+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
272+
GCC_WARN_UNDECLARED_SELECTOR = YES;
273+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274+
GCC_WARN_UNUSED_FUNCTION = YES;
275+
GCC_WARN_UNUSED_VARIABLE = YES;
276+
MACOSX_DEPLOYMENT_TARGET = 12.1;
277+
MTL_ENABLE_DEBUG_INFO = NO;
278+
MTL_FAST_MATH = YES;
279+
SDKROOT = macosx;
280+
SWIFT_COMPILATION_MODE = wholemodule;
281+
SWIFT_OPTIMIZATION_LEVEL = "-O";
282+
};
283+
name = Release;
284+
};
285+
9669DC6827D5565100DE5FAB /* Debug */ = {
286+
isa = XCBuildConfiguration;
287+
buildSettings = {
288+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
290+
CODE_SIGN_ENTITLEMENTS = sm_osx/sm_osx.entitlements;
291+
CODE_SIGN_IDENTITY = "Apple Development";
292+
CODE_SIGN_STYLE = Automatic;
293+
COMBINE_HIDPI_IMAGES = YES;
294+
CURRENT_PROJECT_VERSION = 1;
295+
DEVELOPMENT_ASSET_PATHS = "\"sm_osx/Preview Content\"";
296+
DEVELOPMENT_TEAM = 25RK3JMVLT;
297+
ENABLE_HARDENED_RUNTIME = NO;
298+
ENABLE_PREVIEWS = YES;
299+
GENERATE_INFOPLIST_FILE = YES;
300+
INFOPLIST_KEY_NSHumanReadableCopyright = "";
301+
LD_RUNPATH_SEARCH_PATHS = (
302+
"$(inherited)",
303+
"@executable_path/../Frameworks",
304+
);
305+
MARKETING_VERSION = 1.0;
306+
ONLY_ACTIVE_ARCH = YES;
307+
PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx";
308+
PRODUCT_NAME = "$(TARGET_NAME)";
309+
SWIFT_EMIT_LOC_STRINGS = YES;
310+
SWIFT_VERSION = 5.0;
311+
};
312+
name = Debug;
313+
};
314+
9669DC6927D5565100DE5FAB /* Release */ = {
315+
isa = XCBuildConfiguration;
316+
buildSettings = {
317+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
318+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
319+
CODE_SIGN_ENTITLEMENTS = sm_osx/sm_osx.entitlements;
320+
CODE_SIGN_IDENTITY = "Apple Development";
321+
CODE_SIGN_STYLE = Automatic;
322+
COMBINE_HIDPI_IMAGES = YES;
323+
CURRENT_PROJECT_VERSION = 1;
324+
DEVELOPMENT_ASSET_PATHS = "\"sm_osx/Preview Content\"";
325+
DEVELOPMENT_TEAM = 25RK3JMVLT;
326+
ENABLE_HARDENED_RUNTIME = NO;
327+
ENABLE_PREVIEWS = YES;
328+
GENERATE_INFOPLIST_FILE = YES;
329+
INFOPLIST_KEY_NSHumanReadableCopyright = "";
330+
LD_RUNPATH_SEARCH_PATHS = (
331+
"$(inherited)",
332+
"@executable_path/../Frameworks",
333+
);
334+
MARKETING_VERSION = 1.0;
335+
ONLY_ACTIVE_ARCH = NO;
336+
PRODUCT_BUNDLE_IDENTIFIER = "com.CubingStudios.sm-osx";
337+
PRODUCT_NAME = "$(TARGET_NAME)";
338+
SWIFT_EMIT_LOC_STRINGS = YES;
339+
SWIFT_VERSION = 5.0;
340+
};
341+
name = Release;
342+
};
343+
/* End XCBuildConfiguration section */
344+
345+
/* Begin XCConfigurationList section */
346+
9669DC5327D5565000DE5FAB /* Build configuration list for PBXProject "sm_osx" */ = {
347+
isa = XCConfigurationList;
348+
buildConfigurations = (
349+
9669DC6527D5565100DE5FAB /* Debug */,
350+
9669DC6627D5565100DE5FAB /* Release */,
351+
);
352+
defaultConfigurationIsVisible = 0;
353+
defaultConfigurationName = Release;
354+
};
355+
9669DC6727D5565100DE5FAB /* Build configuration list for PBXNativeTarget "sm_osx" */ = {
356+
isa = XCConfigurationList;
357+
buildConfigurations = (
358+
9669DC6827D5565100DE5FAB /* Debug */,
359+
9669DC6927D5565100DE5FAB /* Release */,
360+
);
361+
defaultConfigurationIsVisible = 0;
362+
defaultConfigurationName = Release;
363+
};
364+
/* End XCConfigurationList section */
365+
};
366+
rootObject = 9669DC5027D5565000DE5FAB /* Project object */;
367+
}

sm_osx/sm_osx.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)