Mercurial > public > stock-charts
comparison DemoProject/DemoProject.xcodeproj/project.pbxproj @ 25:408b68f4ee61
Add DemoProject
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 30 Apr 2021 17:57:00 +0200 |
parents | |
children | 787ad339ba72 |
comparison
equal
deleted
inserted
replaced
24:127af64e264e | 25:408b68f4ee61 |
---|---|
1 // !$*UTF8*$! | |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 50; | |
7 objects = { | |
8 | |
9 /* Begin PBXBuildFile section */ | |
10 95770BDF263C5F85003FA924 /* DemoProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */; }; | |
11 95770BE1263C5F85003FA924 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BE0263C5F85003FA924 /* ContentView.swift */; }; | |
12 95770BE3263C5F86003FA924 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE2263C5F86003FA924 /* Assets.xcassets */; }; | |
13 95770BE6263C5F86003FA924 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */; }; | |
14 95770BEE263C5FCD003FA924 /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BED263C5FCD003FA924 /* Home.swift */; }; | |
15 /* End PBXBuildFile section */ | |
16 | |
17 /* Begin PBXFileReference section */ | |
18 95770BDB263C5F85003FA924 /* DemoProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
19 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoProjectApp.swift; sourceTree = "<group>"; }; | |
20 95770BE0263C5F85003FA924 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
21 95770BE2263C5F86003FA924 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
22 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | |
23 95770BE7263C5F86003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
24 95770BED263C5FCD003FA924 /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; }; | |
25 /* End PBXFileReference section */ | |
26 | |
27 /* Begin PBXFrameworksBuildPhase section */ | |
28 95770BD8263C5F85003FA924 /* Frameworks */ = { | |
29 isa = PBXFrameworksBuildPhase; | |
30 buildActionMask = 2147483647; | |
31 files = ( | |
32 ); | |
33 runOnlyForDeploymentPostprocessing = 0; | |
34 }; | |
35 /* End PBXFrameworksBuildPhase section */ | |
36 | |
37 /* Begin PBXGroup section */ | |
38 95770BD2263C5F85003FA924 = { | |
39 isa = PBXGroup; | |
40 children = ( | |
41 95770BDD263C5F85003FA924 /* DemoProject */, | |
42 95770BDC263C5F85003FA924 /* Products */, | |
43 ); | |
44 sourceTree = "<group>"; | |
45 }; | |
46 95770BDC263C5F85003FA924 /* Products */ = { | |
47 isa = PBXGroup; | |
48 children = ( | |
49 95770BDB263C5F85003FA924 /* DemoProject.app */, | |
50 ); | |
51 name = Products; | |
52 sourceTree = "<group>"; | |
53 }; | |
54 95770BDD263C5F85003FA924 /* DemoProject */ = { | |
55 isa = PBXGroup; | |
56 children = ( | |
57 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */, | |
58 95770BE0263C5F85003FA924 /* ContentView.swift */, | |
59 95770BED263C5FCD003FA924 /* Home.swift */, | |
60 95770BE2263C5F86003FA924 /* Assets.xcassets */, | |
61 95770BE7263C5F86003FA924 /* Info.plist */, | |
62 95770BE4263C5F86003FA924 /* Preview Content */, | |
63 ); | |
64 path = DemoProject; | |
65 sourceTree = "<group>"; | |
66 }; | |
67 95770BE4263C5F86003FA924 /* Preview Content */ = { | |
68 isa = PBXGroup; | |
69 children = ( | |
70 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */, | |
71 ); | |
72 path = "Preview Content"; | |
73 sourceTree = "<group>"; | |
74 }; | |
75 /* End PBXGroup section */ | |
76 | |
77 /* Begin PBXNativeTarget section */ | |
78 95770BDA263C5F85003FA924 /* DemoProject */ = { | |
79 isa = PBXNativeTarget; | |
80 buildConfigurationList = 95770BEA263C5F86003FA924 /* Build configuration list for PBXNativeTarget "DemoProject" */; | |
81 buildPhases = ( | |
82 95770BD7263C5F85003FA924 /* Sources */, | |
83 95770BD8263C5F85003FA924 /* Frameworks */, | |
84 95770BD9263C5F85003FA924 /* Resources */, | |
85 ); | |
86 buildRules = ( | |
87 ); | |
88 dependencies = ( | |
89 ); | |
90 name = DemoProject; | |
91 productName = DemoProject; | |
92 productReference = 95770BDB263C5F85003FA924 /* DemoProject.app */; | |
93 productType = "com.apple.product-type.application"; | |
94 }; | |
95 /* End PBXNativeTarget section */ | |
96 | |
97 /* Begin PBXProject section */ | |
98 95770BD3263C5F85003FA924 /* Project object */ = { | |
99 isa = PBXProject; | |
100 attributes = { | |
101 LastSwiftUpdateCheck = 1250; | |
102 LastUpgradeCheck = 1250; | |
103 TargetAttributes = { | |
104 95770BDA263C5F85003FA924 = { | |
105 CreatedOnToolsVersion = 12.5; | |
106 }; | |
107 }; | |
108 }; | |
109 buildConfigurationList = 95770BD6263C5F85003FA924 /* Build configuration list for PBXProject "DemoProject" */; | |
110 compatibilityVersion = "Xcode 9.3"; | |
111 developmentRegion = en; | |
112 hasScannedForEncodings = 0; | |
113 knownRegions = ( | |
114 en, | |
115 Base, | |
116 ); | |
117 mainGroup = 95770BD2263C5F85003FA924; | |
118 productRefGroup = 95770BDC263C5F85003FA924 /* Products */; | |
119 projectDirPath = ""; | |
120 projectRoot = ""; | |
121 targets = ( | |
122 95770BDA263C5F85003FA924 /* DemoProject */, | |
123 ); | |
124 }; | |
125 /* End PBXProject section */ | |
126 | |
127 /* Begin PBXResourcesBuildPhase section */ | |
128 95770BD9263C5F85003FA924 /* Resources */ = { | |
129 isa = PBXResourcesBuildPhase; | |
130 buildActionMask = 2147483647; | |
131 files = ( | |
132 95770BE6263C5F86003FA924 /* Preview Assets.xcassets in Resources */, | |
133 95770BE3263C5F86003FA924 /* Assets.xcassets in Resources */, | |
134 ); | |
135 runOnlyForDeploymentPostprocessing = 0; | |
136 }; | |
137 /* End PBXResourcesBuildPhase section */ | |
138 | |
139 /* Begin PBXSourcesBuildPhase section */ | |
140 95770BD7263C5F85003FA924 /* Sources */ = { | |
141 isa = PBXSourcesBuildPhase; | |
142 buildActionMask = 2147483647; | |
143 files = ( | |
144 95770BE1263C5F85003FA924 /* ContentView.swift in Sources */, | |
145 95770BEE263C5FCD003FA924 /* Home.swift in Sources */, | |
146 95770BDF263C5F85003FA924 /* DemoProjectApp.swift in Sources */, | |
147 ); | |
148 runOnlyForDeploymentPostprocessing = 0; | |
149 }; | |
150 /* End PBXSourcesBuildPhase section */ | |
151 | |
152 /* Begin XCBuildConfiguration section */ | |
153 95770BE8263C5F86003FA924 /* Debug */ = { | |
154 isa = XCBuildConfiguration; | |
155 buildSettings = { | |
156 ALWAYS_SEARCH_USER_PATHS = NO; | |
157 CLANG_ANALYZER_NONNULL = YES; | |
158 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
159 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
160 CLANG_CXX_LIBRARY = "libc++"; | |
161 CLANG_ENABLE_MODULES = YES; | |
162 CLANG_ENABLE_OBJC_ARC = YES; | |
163 CLANG_ENABLE_OBJC_WEAK = YES; | |
164 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
165 CLANG_WARN_BOOL_CONVERSION = YES; | |
166 CLANG_WARN_COMMA = YES; | |
167 CLANG_WARN_CONSTANT_CONVERSION = YES; | |
168 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
169 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
170 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
171 CLANG_WARN_EMPTY_BODY = YES; | |
172 CLANG_WARN_ENUM_CONVERSION = YES; | |
173 CLANG_WARN_INFINITE_RECURSION = YES; | |
174 CLANG_WARN_INT_CONVERSION = YES; | |
175 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
176 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
177 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
178 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
179 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
180 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
181 CLANG_WARN_STRICT_PROTOTYPES = YES; | |
182 CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
183 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
184 CLANG_WARN_UNREACHABLE_CODE = YES; | |
185 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
186 COPY_PHASE_STRIP = NO; | |
187 DEBUG_INFORMATION_FORMAT = dwarf; | |
188 ENABLE_STRICT_OBJC_MSGSEND = YES; | |
189 ENABLE_TESTABILITY = YES; | |
190 GCC_C_LANGUAGE_STANDARD = gnu11; | |
191 GCC_DYNAMIC_NO_PIC = NO; | |
192 GCC_NO_COMMON_BLOCKS = YES; | |
193 GCC_OPTIMIZATION_LEVEL = 0; | |
194 GCC_PREPROCESSOR_DEFINITIONS = ( | |
195 "DEBUG=1", | |
196 "$(inherited)", | |
197 ); | |
198 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
199 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
200 GCC_WARN_UNDECLARED_SELECTOR = YES; | |
201 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
202 GCC_WARN_UNUSED_FUNCTION = YES; | |
203 GCC_WARN_UNUSED_VARIABLE = YES; | |
204 IPHONEOS_DEPLOYMENT_TARGET = 14.5; | |
205 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
206 MTL_FAST_MATH = YES; | |
207 ONLY_ACTIVE_ARCH = YES; | |
208 SDKROOT = iphoneos; | |
209 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | |
210 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
211 }; | |
212 name = Debug; | |
213 }; | |
214 95770BE9263C5F86003FA924 /* Release */ = { | |
215 isa = XCBuildConfiguration; | |
216 buildSettings = { | |
217 ALWAYS_SEARCH_USER_PATHS = NO; | |
218 CLANG_ANALYZER_NONNULL = YES; | |
219 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
220 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
221 CLANG_CXX_LIBRARY = "libc++"; | |
222 CLANG_ENABLE_MODULES = YES; | |
223 CLANG_ENABLE_OBJC_ARC = YES; | |
224 CLANG_ENABLE_OBJC_WEAK = YES; | |
225 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
226 CLANG_WARN_BOOL_CONVERSION = YES; | |
227 CLANG_WARN_COMMA = YES; | |
228 CLANG_WARN_CONSTANT_CONVERSION = YES; | |
229 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
230 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
231 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
232 CLANG_WARN_EMPTY_BODY = YES; | |
233 CLANG_WARN_ENUM_CONVERSION = YES; | |
234 CLANG_WARN_INFINITE_RECURSION = YES; | |
235 CLANG_WARN_INT_CONVERSION = YES; | |
236 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
237 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
238 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
239 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
240 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
241 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
242 CLANG_WARN_STRICT_PROTOTYPES = YES; | |
243 CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
244 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
245 CLANG_WARN_UNREACHABLE_CODE = YES; | |
246 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
247 COPY_PHASE_STRIP = NO; | |
248 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
249 ENABLE_NS_ASSERTIONS = NO; | |
250 ENABLE_STRICT_OBJC_MSGSEND = YES; | |
251 GCC_C_LANGUAGE_STANDARD = gnu11; | |
252 GCC_NO_COMMON_BLOCKS = YES; | |
253 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
254 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
255 GCC_WARN_UNDECLARED_SELECTOR = YES; | |
256 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
257 GCC_WARN_UNUSED_FUNCTION = YES; | |
258 GCC_WARN_UNUSED_VARIABLE = YES; | |
259 IPHONEOS_DEPLOYMENT_TARGET = 14.5; | |
260 MTL_ENABLE_DEBUG_INFO = NO; | |
261 MTL_FAST_MATH = YES; | |
262 SDKROOT = iphoneos; | |
263 SWIFT_COMPILATION_MODE = wholemodule; | |
264 SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
265 VALIDATE_PRODUCT = YES; | |
266 }; | |
267 name = Release; | |
268 }; | |
269 95770BEB263C5F86003FA924 /* Debug */ = { | |
270 isa = XCBuildConfiguration; | |
271 buildSettings = { | |
272 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
273 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
274 CODE_SIGN_STYLE = Automatic; | |
275 DEVELOPMENT_ASSET_PATHS = "\"DemoProject/Preview Content\""; | |
276 DEVELOPMENT_TEAM = MTX83R5H8X; | |
277 ENABLE_PREVIEWS = YES; | |
278 INFOPLIST_FILE = DemoProject/Info.plist; | |
279 IPHONEOS_DEPLOYMENT_TARGET = 14.0; | |
280 LD_RUNPATH_SEARCH_PATHS = ( | |
281 "$(inherited)", | |
282 "@executable_path/Frameworks", | |
283 ); | |
284 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.DemoProject; | |
285 PRODUCT_NAME = "$(TARGET_NAME)"; | |
286 SWIFT_VERSION = 5.0; | |
287 TARGETED_DEVICE_FAMILY = "1,2"; | |
288 }; | |
289 name = Debug; | |
290 }; | |
291 95770BEC263C5F86003FA924 /* 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 DEVELOPMENT_ASSET_PATHS = "\"DemoProject/Preview Content\""; | |
298 DEVELOPMENT_TEAM = MTX83R5H8X; | |
299 ENABLE_PREVIEWS = YES; | |
300 INFOPLIST_FILE = DemoProject/Info.plist; | |
301 IPHONEOS_DEPLOYMENT_TARGET = 14.0; | |
302 LD_RUNPATH_SEARCH_PATHS = ( | |
303 "$(inherited)", | |
304 "@executable_path/Frameworks", | |
305 ); | |
306 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.DemoProject; | |
307 PRODUCT_NAME = "$(TARGET_NAME)"; | |
308 SWIFT_VERSION = 5.0; | |
309 TARGETED_DEVICE_FAMILY = "1,2"; | |
310 }; | |
311 name = Release; | |
312 }; | |
313 /* End XCBuildConfiguration section */ | |
314 | |
315 /* Begin XCConfigurationList section */ | |
316 95770BD6263C5F85003FA924 /* Build configuration list for PBXProject "DemoProject" */ = { | |
317 isa = XCConfigurationList; | |
318 buildConfigurations = ( | |
319 95770BE8263C5F86003FA924 /* Debug */, | |
320 95770BE9263C5F86003FA924 /* Release */, | |
321 ); | |
322 defaultConfigurationIsVisible = 0; | |
323 defaultConfigurationName = Release; | |
324 }; | |
325 95770BEA263C5F86003FA924 /* Build configuration list for PBXNativeTarget "DemoProject" */ = { | |
326 isa = XCConfigurationList; | |
327 buildConfigurations = ( | |
328 95770BEB263C5F86003FA924 /* Debug */, | |
329 95770BEC263C5F86003FA924 /* Release */, | |
330 ); | |
331 defaultConfigurationIsVisible = 0; | |
332 defaultConfigurationName = Release; | |
333 }; | |
334 /* End XCConfigurationList section */ | |
335 }; | |
336 rootObject = 95770BD3263C5F85003FA924 /* Project object */; | |
337 } |