Skip to content

Commit 444753e

Browse files
authored
Add files via upload
1 parent 6dd60aa commit 444753e

File tree

15 files changed

+586
-0
lines changed

15 files changed

+586
-0
lines changed
Lines changed: 333 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,333 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 77;
7+
objects = {
8+
9+
/* Begin PBXFileReference section */
10+
0C2825CD2CA73F410058E6A8 /* Palera1n GUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Palera1n GUI.app"; sourceTree = BUILT_PRODUCTS_DIR; };
11+
/* End PBXFileReference section */
12+
13+
/* Begin PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */
14+
0C97FFD32CA8104C007AE200 /* Exceptions for "Palera1n GUI" folder in "Compile Sources" phase from "Palera1n GUI" target */ = {
15+
isa = PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet;
16+
buildPhase = 0C2825C92CA73F410058E6A8 /* Sources */;
17+
membershipExceptions = (
18+
Palera1n.py,
19+
);
20+
};
21+
/* End PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */
22+
23+
/* Begin PBXFileSystemSynchronizedRootGroup section */
24+
0C2825CF2CA73F410058E6A8 /* Palera1n GUI */ = {
25+
isa = PBXFileSystemSynchronizedRootGroup;
26+
exceptions = (
27+
0C97FFD32CA8104C007AE200 /* Exceptions for "Palera1n GUI" folder in "Compile Sources" phase from "Palera1n GUI" target */,
28+
);
29+
path = "Palera1n GUI";
30+
sourceTree = "<group>";
31+
};
32+
/* End PBXFileSystemSynchronizedRootGroup section */
33+
34+
/* Begin PBXFrameworksBuildPhase section */
35+
0C2825CA2CA73F410058E6A8 /* Frameworks */ = {
36+
isa = PBXFrameworksBuildPhase;
37+
buildActionMask = 2147483647;
38+
files = (
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
/* End PBXFrameworksBuildPhase section */
43+
44+
/* Begin PBXGroup section */
45+
0C2825C42CA73F410058E6A8 = {
46+
isa = PBXGroup;
47+
children = (
48+
0C2825CF2CA73F410058E6A8 /* Palera1n GUI */,
49+
0C2825CE2CA73F410058E6A8 /* Products */,
50+
);
51+
sourceTree = "<group>";
52+
};
53+
0C2825CE2CA73F410058E6A8 /* Products */ = {
54+
isa = PBXGroup;
55+
children = (
56+
0C2825CD2CA73F410058E6A8 /* Palera1n GUI.app */,
57+
);
58+
name = Products;
59+
sourceTree = "<group>";
60+
};
61+
/* End PBXGroup section */
62+
63+
/* Begin PBXNativeTarget section */
64+
0C2825CC2CA73F410058E6A8 /* Palera1n GUI */ = {
65+
isa = PBXNativeTarget;
66+
buildConfigurationList = 0C2825DC2CA73F430058E6A8 /* Build configuration list for PBXNativeTarget "Palera1n GUI" */;
67+
buildPhases = (
68+
0C2825C92CA73F410058E6A8 /* Sources */,
69+
0C2825CA2CA73F410058E6A8 /* Frameworks */,
70+
0C2825CB2CA73F410058E6A8 /* Resources */,
71+
);
72+
buildRules = (
73+
);
74+
dependencies = (
75+
);
76+
fileSystemSynchronizedGroups = (
77+
0C2825CF2CA73F410058E6A8 /* Palera1n GUI */,
78+
);
79+
name = "Palera1n GUI";
80+
packageProductDependencies = (
81+
);
82+
productName = "Palera1n GUI";
83+
productReference = 0C2825CD2CA73F410058E6A8 /* Palera1n GUI.app */;
84+
productType = "com.apple.product-type.application";
85+
};
86+
/* End PBXNativeTarget section */
87+
88+
/* Begin PBXProject section */
89+
0C2825C52CA73F410058E6A8 /* Project object */ = {
90+
isa = PBXProject;
91+
attributes = {
92+
BuildIndependentTargetsInParallel = 1;
93+
LastSwiftUpdateCheck = 1600;
94+
LastUpgradeCheck = 1600;
95+
TargetAttributes = {
96+
0C2825CC2CA73F410058E6A8 = {
97+
CreatedOnToolsVersion = 16.0;
98+
};
99+
};
100+
};
101+
buildConfigurationList = 0C2825C82CA73F410058E6A8 /* Build configuration list for PBXProject "Palera1n GUI" */;
102+
developmentRegion = en;
103+
hasScannedForEncodings = 0;
104+
knownRegions = (
105+
en,
106+
Base,
107+
);
108+
mainGroup = 0C2825C42CA73F410058E6A8;
109+
minimizedProjectReferenceProxies = 1;
110+
preferredProjectObjectVersion = 77;
111+
productRefGroup = 0C2825CE2CA73F410058E6A8 /* Products */;
112+
projectDirPath = "";
113+
projectRoot = "";
114+
targets = (
115+
0C2825CC2CA73F410058E6A8 /* Palera1n GUI */,
116+
);
117+
};
118+
/* End PBXProject section */
119+
120+
/* Begin PBXResourcesBuildPhase section */
121+
0C2825CB2CA73F410058E6A8 /* Resources */ = {
122+
isa = PBXResourcesBuildPhase;
123+
buildActionMask = 2147483647;
124+
files = (
125+
);
126+
runOnlyForDeploymentPostprocessing = 0;
127+
};
128+
/* End PBXResourcesBuildPhase section */
129+
130+
/* Begin PBXSourcesBuildPhase section */
131+
0C2825C92CA73F410058E6A8 /* Sources */ = {
132+
isa = PBXSourcesBuildPhase;
133+
buildActionMask = 2147483647;
134+
files = (
135+
);
136+
runOnlyForDeploymentPostprocessing = 0;
137+
};
138+
/* End PBXSourcesBuildPhase section */
139+
140+
/* Begin XCBuildConfiguration section */
141+
0C2825DA2CA73F430058E6A8 /* Debug */ = {
142+
isa = XCBuildConfiguration;
143+
buildSettings = {
144+
ALWAYS_SEARCH_USER_PATHS = NO;
145+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
146+
CLANG_ANALYZER_NONNULL = YES;
147+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
148+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
149+
CLANG_ENABLE_MODULES = YES;
150+
CLANG_ENABLE_OBJC_ARC = YES;
151+
CLANG_ENABLE_OBJC_WEAK = YES;
152+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
153+
CLANG_WARN_BOOL_CONVERSION = YES;
154+
CLANG_WARN_COMMA = YES;
155+
CLANG_WARN_CONSTANT_CONVERSION = YES;
156+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
157+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
158+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
159+
CLANG_WARN_EMPTY_BODY = YES;
160+
CLANG_WARN_ENUM_CONVERSION = YES;
161+
CLANG_WARN_INFINITE_RECURSION = YES;
162+
CLANG_WARN_INT_CONVERSION = YES;
163+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
164+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
165+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
166+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
167+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
168+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
169+
CLANG_WARN_STRICT_PROTOTYPES = YES;
170+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
171+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
172+
CLANG_WARN_UNREACHABLE_CODE = YES;
173+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
174+
COPY_PHASE_STRIP = NO;
175+
DEBUG_INFORMATION_FORMAT = dwarf;
176+
ENABLE_STRICT_OBJC_MSGSEND = YES;
177+
ENABLE_TESTABILITY = YES;
178+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
179+
GCC_C_LANGUAGE_STANDARD = gnu17;
180+
GCC_DYNAMIC_NO_PIC = NO;
181+
GCC_NO_COMMON_BLOCKS = YES;
182+
GCC_OPTIMIZATION_LEVEL = 0;
183+
GCC_PREPROCESSOR_DEFINITIONS = (
184+
"DEBUG=1",
185+
"$(inherited)",
186+
);
187+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
188+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
189+
GCC_WARN_UNDECLARED_SELECTOR = YES;
190+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
191+
GCC_WARN_UNUSED_FUNCTION = YES;
192+
GCC_WARN_UNUSED_VARIABLE = YES;
193+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
194+
MACOSX_DEPLOYMENT_TARGET = 15.0;
195+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
196+
MTL_FAST_MATH = YES;
197+
ONLY_ACTIVE_ARCH = YES;
198+
SDKROOT = macosx;
199+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
200+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
201+
};
202+
name = Debug;
203+
};
204+
0C2825DB2CA73F430058E6A8 /* Release */ = {
205+
isa = XCBuildConfiguration;
206+
buildSettings = {
207+
ALWAYS_SEARCH_USER_PATHS = NO;
208+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
209+
CLANG_ANALYZER_NONNULL = YES;
210+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
211+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
212+
CLANG_ENABLE_MODULES = YES;
213+
CLANG_ENABLE_OBJC_ARC = YES;
214+
CLANG_ENABLE_OBJC_WEAK = YES;
215+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
216+
CLANG_WARN_BOOL_CONVERSION = YES;
217+
CLANG_WARN_COMMA = YES;
218+
CLANG_WARN_CONSTANT_CONVERSION = YES;
219+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
220+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
221+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
222+
CLANG_WARN_EMPTY_BODY = YES;
223+
CLANG_WARN_ENUM_CONVERSION = YES;
224+
CLANG_WARN_INFINITE_RECURSION = YES;
225+
CLANG_WARN_INT_CONVERSION = YES;
226+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
227+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
228+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
229+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
230+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
231+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
232+
CLANG_WARN_STRICT_PROTOTYPES = YES;
233+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
234+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
235+
CLANG_WARN_UNREACHABLE_CODE = YES;
236+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
237+
COPY_PHASE_STRIP = NO;
238+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
239+
ENABLE_NS_ASSERTIONS = NO;
240+
ENABLE_STRICT_OBJC_MSGSEND = YES;
241+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
242+
GCC_C_LANGUAGE_STANDARD = gnu17;
243+
GCC_NO_COMMON_BLOCKS = YES;
244+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
245+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
246+
GCC_WARN_UNDECLARED_SELECTOR = YES;
247+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
248+
GCC_WARN_UNUSED_FUNCTION = YES;
249+
GCC_WARN_UNUSED_VARIABLE = YES;
250+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
251+
MACOSX_DEPLOYMENT_TARGET = 15.0;
252+
MTL_ENABLE_DEBUG_INFO = NO;
253+
MTL_FAST_MATH = YES;
254+
SDKROOT = macosx;
255+
SWIFT_COMPILATION_MODE = wholemodule;
256+
};
257+
name = Release;
258+
};
259+
0C2825DD2CA73F430058E6A8 /* Debug */ = {
260+
isa = XCBuildConfiguration;
261+
buildSettings = {
262+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
263+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
264+
CODE_SIGN_ENTITLEMENTS = "Palera1n GUI/Palera1n_GUI.entitlements";
265+
CODE_SIGN_STYLE = Automatic;
266+
COMBINE_HIDPI_IMAGES = YES;
267+
CURRENT_PROJECT_VERSION = 1;
268+
DEVELOPMENT_ASSET_PATHS = "\"Palera1n GUI/Preview Content\"";
269+
ENABLE_PREVIEWS = YES;
270+
GENERATE_INFOPLIST_FILE = YES;
271+
INFOPLIST_KEY_NSHumanReadableCopyright = "";
272+
LD_RUNPATH_SEARCH_PATHS = (
273+
"$(inherited)",
274+
"@executable_path/../Frameworks",
275+
);
276+
MARKETING_VERSION = 1.0;
277+
PRODUCT_BUNDLE_IDENTIFIER = "checkm8ra1n.Palera1n-GUI";
278+
PRODUCT_NAME = "$(TARGET_NAME)";
279+
SWIFT_EMIT_LOC_STRINGS = YES;
280+
SWIFT_VERSION = 5.0;
281+
};
282+
name = Debug;
283+
};
284+
0C2825DE2CA73F430058E6A8 /* Release */ = {
285+
isa = XCBuildConfiguration;
286+
buildSettings = {
287+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
289+
CODE_SIGN_ENTITLEMENTS = "Palera1n GUI/Palera1n_GUI.entitlements";
290+
CODE_SIGN_STYLE = Automatic;
291+
COMBINE_HIDPI_IMAGES = YES;
292+
CURRENT_PROJECT_VERSION = 1;
293+
DEVELOPMENT_ASSET_PATHS = "\"Palera1n GUI/Preview Content\"";
294+
ENABLE_PREVIEWS = YES;
295+
GENERATE_INFOPLIST_FILE = YES;
296+
INFOPLIST_KEY_NSHumanReadableCopyright = "";
297+
LD_RUNPATH_SEARCH_PATHS = (
298+
"$(inherited)",
299+
"@executable_path/../Frameworks",
300+
);
301+
MARKETING_VERSION = 1.0;
302+
PRODUCT_BUNDLE_IDENTIFIER = "checkm8ra1n.Palera1n-GUI";
303+
PRODUCT_NAME = "$(TARGET_NAME)";
304+
SWIFT_EMIT_LOC_STRINGS = YES;
305+
SWIFT_VERSION = 5.0;
306+
};
307+
name = Release;
308+
};
309+
/* End XCBuildConfiguration section */
310+
311+
/* Begin XCConfigurationList section */
312+
0C2825C82CA73F410058E6A8 /* Build configuration list for PBXProject "Palera1n GUI" */ = {
313+
isa = XCConfigurationList;
314+
buildConfigurations = (
315+
0C2825DA2CA73F430058E6A8 /* Debug */,
316+
0C2825DB2CA73F430058E6A8 /* Release */,
317+
);
318+
defaultConfigurationIsVisible = 0;
319+
defaultConfigurationName = Release;
320+
};
321+
0C2825DC2CA73F430058E6A8 /* Build configuration list for PBXNativeTarget "Palera1n GUI" */ = {
322+
isa = XCConfigurationList;
323+
buildConfigurations = (
324+
0C2825DD2CA73F430058E6A8 /* Debug */,
325+
0C2825DE2CA73F430058E6A8 /* Release */,
326+
);
327+
defaultConfigurationIsVisible = 0;
328+
defaultConfigurationName = Release;
329+
};
330+
/* End XCConfigurationList section */
331+
};
332+
rootObject = 0C2825C52CA73F410058E6A8 /* Project object */;
333+
}

Palera1n GUI.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>SchemeUserState</key>
6+
<dict>
7+
<key>Palera1n GUI.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"colors" : [
3+
{
4+
"idiom" : "universal"
5+
}
6+
],
7+
"info" : {
8+
"author" : "xcode",
9+
"version" : 1
10+
}
11+
}

0 commit comments

Comments
 (0)