Skip to content

Commit fe2a2c4

Browse files
committed
initial commit: added NewsApp
1 parent 917bca9 commit fe2a2c4

12 files changed

Lines changed: 847 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)