Skip to content

Commit 51c538b

Browse files
committed
Initial Commit
0 parents  commit 51c538b

File tree

10 files changed

+452
-0
lines changed

10 files changed

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

SnapshotArticle.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>
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>SnapshotArticle.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)