Skip to content

Commit b4be96b

Browse files
author
rock
committed
init commit
0 parents  commit b4be96b

File tree

19 files changed

+707
-0
lines changed

19 files changed

+707
-0
lines changed

ObjCUI.xcodeproj/project.pbxproj

+358
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,358 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 56;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
D4CB304B29BA1B280055BEE0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D4CB304A29BA1B280055BEE0 /* AppDelegate.m */; };
11+
D4CB305129BA1B280055BEE0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D4CB305029BA1B280055BEE0 /* ViewController.m */; };
12+
D4CB305629BA1B290055BEE0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D4CB305529BA1B290055BEE0 /* Assets.xcassets */; };
13+
D4CB305929BA1B290055BEE0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D4CB305729BA1B290055BEE0 /* LaunchScreen.storyboard */; };
14+
D4CB305C29BA1B290055BEE0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D4CB305B29BA1B290055BEE0 /* main.m */; };
15+
D4CB306429BA1D1C0055BEE0 /* ObjCUI.m in Sources */ = {isa = PBXBuildFile; fileRef = D4CB306329BA1D1C0055BEE0 /* ObjCUI.m */; };
16+
D4CB306729BA2E410055BEE0 /* ViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D4CB306629BA2E410055BEE0 /* ViewModel.m */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
D4CB304629BA1B280055BEE0 /* ObjCUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ObjCUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
D4CB304929BA1B280055BEE0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
22+
D4CB304A29BA1B280055BEE0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
23+
D4CB304F29BA1B280055BEE0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
24+
D4CB305029BA1B280055BEE0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
25+
D4CB305529BA1B290055BEE0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
D4CB305829BA1B290055BEE0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
D4CB305A29BA1B290055BEE0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
D4CB305B29BA1B290055BEE0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29+
D4CB306229BA1D1C0055BEE0 /* ObjCUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjCUI.h; sourceTree = "<group>"; };
30+
D4CB306329BA1D1C0055BEE0 /* ObjCUI.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjCUI.m; sourceTree = "<group>"; };
31+
D4CB306529BA2E410055BEE0 /* ViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewModel.h; sourceTree = "<group>"; };
32+
D4CB306629BA2E410055BEE0 /* ViewModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewModel.m; sourceTree = "<group>"; };
33+
/* End PBXFileReference section */
34+
35+
/* Begin PBXFrameworksBuildPhase section */
36+
D4CB304329BA1B280055BEE0 /* Frameworks */ = {
37+
isa = PBXFrameworksBuildPhase;
38+
buildActionMask = 2147483647;
39+
files = (
40+
);
41+
runOnlyForDeploymentPostprocessing = 0;
42+
};
43+
/* End PBXFrameworksBuildPhase section */
44+
45+
/* Begin PBXGroup section */
46+
D4CB303D29BA1B280055BEE0 = {
47+
isa = PBXGroup;
48+
children = (
49+
D4CB304829BA1B280055BEE0 /* ObjCUI */,
50+
D4CB304729BA1B280055BEE0 /* Products */,
51+
);
52+
sourceTree = "<group>";
53+
};
54+
D4CB304729BA1B280055BEE0 /* Products */ = {
55+
isa = PBXGroup;
56+
children = (
57+
D4CB304629BA1B280055BEE0 /* ObjCUI.app */,
58+
);
59+
name = Products;
60+
sourceTree = "<group>";
61+
};
62+
D4CB304829BA1B280055BEE0 /* ObjCUI */ = {
63+
isa = PBXGroup;
64+
children = (
65+
D4CB304929BA1B280055BEE0 /* AppDelegate.h */,
66+
D4CB304A29BA1B280055BEE0 /* AppDelegate.m */,
67+
D4CB304F29BA1B280055BEE0 /* ViewController.h */,
68+
D4CB305029BA1B280055BEE0 /* ViewController.m */,
69+
D4CB305529BA1B290055BEE0 /* Assets.xcassets */,
70+
D4CB305729BA1B290055BEE0 /* LaunchScreen.storyboard */,
71+
D4CB305A29BA1B290055BEE0 /* Info.plist */,
72+
D4CB305B29BA1B290055BEE0 /* main.m */,
73+
D4CB306229BA1D1C0055BEE0 /* ObjCUI.h */,
74+
D4CB306329BA1D1C0055BEE0 /* ObjCUI.m */,
75+
D4CB306529BA2E410055BEE0 /* ViewModel.h */,
76+
D4CB306629BA2E410055BEE0 /* ViewModel.m */,
77+
);
78+
path = ObjCUI;
79+
sourceTree = "<group>";
80+
};
81+
/* End PBXGroup section */
82+
83+
/* Begin PBXNativeTarget section */
84+
D4CB304529BA1B280055BEE0 /* ObjCUI */ = {
85+
isa = PBXNativeTarget;
86+
buildConfigurationList = D4CB305F29BA1B290055BEE0 /* Build configuration list for PBXNativeTarget "ObjCUI" */;
87+
buildPhases = (
88+
D4CB304229BA1B280055BEE0 /* Sources */,
89+
D4CB304329BA1B280055BEE0 /* Frameworks */,
90+
D4CB304429BA1B280055BEE0 /* Resources */,
91+
);
92+
buildRules = (
93+
);
94+
dependencies = (
95+
);
96+
name = ObjCUI;
97+
productName = ObjCUI;
98+
productReference = D4CB304629BA1B280055BEE0 /* ObjCUI.app */;
99+
productType = "com.apple.product-type.application";
100+
};
101+
/* End PBXNativeTarget section */
102+
103+
/* Begin PBXProject section */
104+
D4CB303E29BA1B280055BEE0 /* Project object */ = {
105+
isa = PBXProject;
106+
attributes = {
107+
BuildIndependentTargetsInParallel = 1;
108+
LastUpgradeCheck = 1410;
109+
TargetAttributes = {
110+
D4CB304529BA1B280055BEE0 = {
111+
CreatedOnToolsVersion = 14.1;
112+
};
113+
};
114+
};
115+
buildConfigurationList = D4CB304129BA1B280055BEE0 /* Build configuration list for PBXProject "ObjCUI" */;
116+
compatibilityVersion = "Xcode 14.0";
117+
developmentRegion = en;
118+
hasScannedForEncodings = 0;
119+
knownRegions = (
120+
en,
121+
Base,
122+
);
123+
mainGroup = D4CB303D29BA1B280055BEE0;
124+
productRefGroup = D4CB304729BA1B280055BEE0 /* Products */;
125+
projectDirPath = "";
126+
projectRoot = "";
127+
targets = (
128+
D4CB304529BA1B280055BEE0 /* ObjCUI */,
129+
);
130+
};
131+
/* End PBXProject section */
132+
133+
/* Begin PBXResourcesBuildPhase section */
134+
D4CB304429BA1B280055BEE0 /* Resources */ = {
135+
isa = PBXResourcesBuildPhase;
136+
buildActionMask = 2147483647;
137+
files = (
138+
D4CB305929BA1B290055BEE0 /* LaunchScreen.storyboard in Resources */,
139+
D4CB305629BA1B290055BEE0 /* Assets.xcassets in Resources */,
140+
);
141+
runOnlyForDeploymentPostprocessing = 0;
142+
};
143+
/* End PBXResourcesBuildPhase section */
144+
145+
/* Begin PBXSourcesBuildPhase section */
146+
D4CB304229BA1B280055BEE0 /* Sources */ = {
147+
isa = PBXSourcesBuildPhase;
148+
buildActionMask = 2147483647;
149+
files = (
150+
D4CB305129BA1B280055BEE0 /* ViewController.m in Sources */,
151+
D4CB304B29BA1B280055BEE0 /* AppDelegate.m in Sources */,
152+
D4CB306729BA2E410055BEE0 /* ViewModel.m in Sources */,
153+
D4CB305C29BA1B290055BEE0 /* main.m in Sources */,
154+
D4CB306429BA1D1C0055BEE0 /* ObjCUI.m in Sources */,
155+
);
156+
runOnlyForDeploymentPostprocessing = 0;
157+
};
158+
/* End PBXSourcesBuildPhase section */
159+
160+
/* Begin PBXVariantGroup section */
161+
D4CB305729BA1B290055BEE0 /* LaunchScreen.storyboard */ = {
162+
isa = PBXVariantGroup;
163+
children = (
164+
D4CB305829BA1B290055BEE0 /* Base */,
165+
);
166+
name = LaunchScreen.storyboard;
167+
sourceTree = "<group>";
168+
};
169+
/* End PBXVariantGroup section */
170+
171+
/* Begin XCBuildConfiguration section */
172+
D4CB305D29BA1B290055BEE0 /* Debug */ = {
173+
isa = XCBuildConfiguration;
174+
buildSettings = {
175+
ALWAYS_SEARCH_USER_PATHS = NO;
176+
CLANG_ANALYZER_NONNULL = YES;
177+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
178+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
179+
CLANG_ENABLE_MODULES = YES;
180+
CLANG_ENABLE_OBJC_ARC = YES;
181+
CLANG_ENABLE_OBJC_WEAK = YES;
182+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
183+
CLANG_WARN_BOOL_CONVERSION = YES;
184+
CLANG_WARN_COMMA = YES;
185+
CLANG_WARN_CONSTANT_CONVERSION = YES;
186+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
187+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
188+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
189+
CLANG_WARN_EMPTY_BODY = YES;
190+
CLANG_WARN_ENUM_CONVERSION = YES;
191+
CLANG_WARN_INFINITE_RECURSION = YES;
192+
CLANG_WARN_INT_CONVERSION = YES;
193+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
194+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
195+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
196+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
197+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
198+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
199+
CLANG_WARN_STRICT_PROTOTYPES = YES;
200+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
201+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
202+
CLANG_WARN_UNREACHABLE_CODE = YES;
203+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
204+
COPY_PHASE_STRIP = NO;
205+
DEBUG_INFORMATION_FORMAT = dwarf;
206+
ENABLE_STRICT_OBJC_MSGSEND = YES;
207+
ENABLE_TESTABILITY = YES;
208+
GCC_C_LANGUAGE_STANDARD = gnu11;
209+
GCC_DYNAMIC_NO_PIC = NO;
210+
GCC_NO_COMMON_BLOCKS = YES;
211+
GCC_OPTIMIZATION_LEVEL = 0;
212+
GCC_PREPROCESSOR_DEFINITIONS = (
213+
"DEBUG=1",
214+
"$(inherited)",
215+
);
216+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
217+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
218+
GCC_WARN_UNDECLARED_SELECTOR = YES;
219+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
220+
GCC_WARN_UNUSED_FUNCTION = YES;
221+
GCC_WARN_UNUSED_VARIABLE = YES;
222+
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
223+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
224+
MTL_FAST_MATH = YES;
225+
ONLY_ACTIVE_ARCH = YES;
226+
SDKROOT = iphoneos;
227+
};
228+
name = Debug;
229+
};
230+
D4CB305E29BA1B290055BEE0 /* Release */ = {
231+
isa = XCBuildConfiguration;
232+
buildSettings = {
233+
ALWAYS_SEARCH_USER_PATHS = NO;
234+
CLANG_ANALYZER_NONNULL = YES;
235+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
236+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
237+
CLANG_ENABLE_MODULES = YES;
238+
CLANG_ENABLE_OBJC_ARC = YES;
239+
CLANG_ENABLE_OBJC_WEAK = YES;
240+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
241+
CLANG_WARN_BOOL_CONVERSION = YES;
242+
CLANG_WARN_COMMA = YES;
243+
CLANG_WARN_CONSTANT_CONVERSION = YES;
244+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
245+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
246+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
247+
CLANG_WARN_EMPTY_BODY = YES;
248+
CLANG_WARN_ENUM_CONVERSION = YES;
249+
CLANG_WARN_INFINITE_RECURSION = YES;
250+
CLANG_WARN_INT_CONVERSION = YES;
251+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
252+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
253+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
254+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
255+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
256+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
257+
CLANG_WARN_STRICT_PROTOTYPES = YES;
258+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
259+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
260+
CLANG_WARN_UNREACHABLE_CODE = YES;
261+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
262+
COPY_PHASE_STRIP = NO;
263+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
264+
ENABLE_NS_ASSERTIONS = NO;
265+
ENABLE_STRICT_OBJC_MSGSEND = YES;
266+
GCC_C_LANGUAGE_STANDARD = gnu11;
267+
GCC_NO_COMMON_BLOCKS = YES;
268+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
269+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
270+
GCC_WARN_UNDECLARED_SELECTOR = YES;
271+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
272+
GCC_WARN_UNUSED_FUNCTION = YES;
273+
GCC_WARN_UNUSED_VARIABLE = YES;
274+
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
275+
MTL_ENABLE_DEBUG_INFO = NO;
276+
MTL_FAST_MATH = YES;
277+
SDKROOT = iphoneos;
278+
VALIDATE_PRODUCT = YES;
279+
};
280+
name = Release;
281+
};
282+
D4CB306029BA1B290055BEE0 /* Debug */ = {
283+
isa = XCBuildConfiguration;
284+
buildSettings = {
285+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
286+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
287+
CODE_SIGN_STYLE = Automatic;
288+
CURRENT_PROJECT_VERSION = 1;
289+
DEVELOPMENT_TEAM = 5V8DJBQ6XZ;
290+
GENERATE_INFOPLIST_FILE = YES;
291+
INFOPLIST_FILE = ObjCUI/Info.plist;
292+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
293+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
294+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
295+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
296+
LD_RUNPATH_SEARCH_PATHS = (
297+
"$(inherited)",
298+
"@executable_path/Frameworks",
299+
);
300+
MARKETING_VERSION = 1.0;
301+
PRODUCT_BUNDLE_IDENTIFIER = com.shayanbo.demo.ObjCUI;
302+
PRODUCT_NAME = "$(TARGET_NAME)";
303+
SWIFT_EMIT_LOC_STRINGS = YES;
304+
TARGETED_DEVICE_FAMILY = "1,2";
305+
};
306+
name = Debug;
307+
};
308+
D4CB306129BA1B290055BEE0 /* Release */ = {
309+
isa = XCBuildConfiguration;
310+
buildSettings = {
311+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
312+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
313+
CODE_SIGN_STYLE = Automatic;
314+
CURRENT_PROJECT_VERSION = 1;
315+
DEVELOPMENT_TEAM = 5V8DJBQ6XZ;
316+
GENERATE_INFOPLIST_FILE = YES;
317+
INFOPLIST_FILE = ObjCUI/Info.plist;
318+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
319+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
320+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
321+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
322+
LD_RUNPATH_SEARCH_PATHS = (
323+
"$(inherited)",
324+
"@executable_path/Frameworks",
325+
);
326+
MARKETING_VERSION = 1.0;
327+
PRODUCT_BUNDLE_IDENTIFIER = com.shayanbo.demo.ObjCUI;
328+
PRODUCT_NAME = "$(TARGET_NAME)";
329+
SWIFT_EMIT_LOC_STRINGS = YES;
330+
TARGETED_DEVICE_FAMILY = "1,2";
331+
};
332+
name = Release;
333+
};
334+
/* End XCBuildConfiguration section */
335+
336+
/* Begin XCConfigurationList section */
337+
D4CB304129BA1B280055BEE0 /* Build configuration list for PBXProject "ObjCUI" */ = {
338+
isa = XCConfigurationList;
339+
buildConfigurations = (
340+
D4CB305D29BA1B290055BEE0 /* Debug */,
341+
D4CB305E29BA1B290055BEE0 /* Release */,
342+
);
343+
defaultConfigurationIsVisible = 0;
344+
defaultConfigurationName = Release;
345+
};
346+
D4CB305F29BA1B290055BEE0 /* Build configuration list for PBXNativeTarget "ObjCUI" */ = {
347+
isa = XCConfigurationList;
348+
buildConfigurations = (
349+
D4CB306029BA1B290055BEE0 /* Debug */,
350+
D4CB306129BA1B290055BEE0 /* Release */,
351+
);
352+
defaultConfigurationIsVisible = 0;
353+
defaultConfigurationName = Release;
354+
};
355+
/* End XCConfigurationList section */
356+
};
357+
rootObject = D4CB303E29BA1B280055BEE0 /* Project object */;
358+
}

ObjCUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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>
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>ObjCUI.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)