comparison mupdf-source/thirdparty/zxing-cpp/wrappers/ios/demo/demo.xcodeproj/project.pbxproj @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 55;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 388BF029283CC49D005CE271 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 388BF028283CC49D005CE271 /* AppDelegate.swift */; };
11 388BF02B283CC49D005CE271 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 388BF02A283CC49D005CE271 /* SceneDelegate.swift */; };
12 388BF02D283CC49D005CE271 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 388BF02C283CC49D005CE271 /* ViewController.swift */; };
13 388BF030283CC49D005CE271 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 388BF02E283CC49D005CE271 /* Main.storyboard */; };
14 388BF032283CC49E005CE271 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 388BF031283CC49E005CE271 /* Assets.xcassets */; };
15 388BF035283CC49E005CE271 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 388BF033283CC49E005CE271 /* LaunchScreen.storyboard */; };
16 5EFA4B742ADF0F35000132A0 /* ZXingCpp in Frameworks */ = {isa = PBXBuildFile; productRef = 5EFA4B732ADF0F35000132A0 /* ZXingCpp */; };
17 950744522860A3A300E02D06 /* WriteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950744512860A3A300E02D06 /* WriteViewController.swift */; };
18 /* End PBXBuildFile section */
19
20 /* Begin PBXCopyFilesBuildPhase section */
21 52A975482ADAD7DE002D6BD8 /* Embed Frameworks */ = {
22 isa = PBXCopyFilesBuildPhase;
23 buildActionMask = 2147483647;
24 dstPath = "";
25 dstSubfolderSpec = 10;
26 files = (
27 );
28 name = "Embed Frameworks";
29 runOnlyForDeploymentPostprocessing = 0;
30 };
31 /* End PBXCopyFilesBuildPhase section */
32
33 /* Begin PBXFileReference section */
34 388BF025283CC49D005CE271 /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
35 388BF028283CC49D005CE271 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
36 388BF02A283CC49D005CE271 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
37 388BF02C283CC49D005CE271 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
38 388BF02F283CC49D005CE271 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
39 388BF031283CC49E005CE271 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
40 388BF034283CC49E005CE271 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
41 388BF036283CC49E005CE271 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
42 388BF043283CE0AC005CE271 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
43 5EFA4B712ADF0F16000132A0 /* zxing-cpp */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "zxing-cpp"; path = ../../..; sourceTree = "<group>"; };
44 950744512860A3A300E02D06 /* WriteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteViewController.swift; sourceTree = "<group>"; };
45 /* End PBXFileReference section */
46
47 /* Begin PBXFrameworksBuildPhase section */
48 388BF022283CC49D005CE271 /* Frameworks */ = {
49 isa = PBXFrameworksBuildPhase;
50 buildActionMask = 2147483647;
51 files = (
52 5EFA4B742ADF0F35000132A0 /* ZXingCpp in Frameworks */,
53 );
54 runOnlyForDeploymentPostprocessing = 0;
55 };
56 /* End PBXFrameworksBuildPhase section */
57
58 /* Begin PBXGroup section */
59 388BF01C283CC49D005CE271 = {
60 isa = PBXGroup;
61 children = (
62 5EFA4B702ADF0F16000132A0 /* Packages */,
63 388BF043283CE0AC005CE271 /* README.md */,
64 388BF027283CC49D005CE271 /* demo */,
65 388BF026283CC49D005CE271 /* Products */,
66 5EFA4B722ADF0F35000132A0 /* Frameworks */,
67 );
68 sourceTree = "<group>";
69 };
70 388BF026283CC49D005CE271 /* Products */ = {
71 isa = PBXGroup;
72 children = (
73 388BF025283CC49D005CE271 /* demo.app */,
74 );
75 name = Products;
76 sourceTree = "<group>";
77 };
78 388BF027283CC49D005CE271 /* demo */ = {
79 isa = PBXGroup;
80 children = (
81 388BF028283CC49D005CE271 /* AppDelegate.swift */,
82 388BF02A283CC49D005CE271 /* SceneDelegate.swift */,
83 388BF02C283CC49D005CE271 /* ViewController.swift */,
84 950744512860A3A300E02D06 /* WriteViewController.swift */,
85 388BF02E283CC49D005CE271 /* Main.storyboard */,
86 388BF031283CC49E005CE271 /* Assets.xcassets */,
87 388BF033283CC49E005CE271 /* LaunchScreen.storyboard */,
88 388BF036283CC49E005CE271 /* Info.plist */,
89 );
90 path = demo;
91 sourceTree = "<group>";
92 };
93 5EFA4B702ADF0F16000132A0 /* Packages */ = {
94 isa = PBXGroup;
95 children = (
96 5EFA4B712ADF0F16000132A0 /* zxing-cpp */,
97 );
98 name = Packages;
99 sourceTree = "<group>";
100 };
101 5EFA4B722ADF0F35000132A0 /* Frameworks */ = {
102 isa = PBXGroup;
103 children = (
104 );
105 name = Frameworks;
106 sourceTree = "<group>";
107 };
108 /* End PBXGroup section */
109
110 /* Begin PBXNativeTarget section */
111 388BF024283CC49D005CE271 /* demo */ = {
112 isa = PBXNativeTarget;
113 buildConfigurationList = 388BF039283CC49E005CE271 /* Build configuration list for PBXNativeTarget "demo" */;
114 buildPhases = (
115 388BF021283CC49D005CE271 /* Sources */,
116 388BF022283CC49D005CE271 /* Frameworks */,
117 388BF023283CC49D005CE271 /* Resources */,
118 52A975482ADAD7DE002D6BD8 /* Embed Frameworks */,
119 );
120 buildRules = (
121 );
122 dependencies = (
123 );
124 name = demo;
125 packageProductDependencies = (
126 5EFA4B732ADF0F35000132A0 /* ZXingCpp */,
127 );
128 productName = demo;
129 productReference = 388BF025283CC49D005CE271 /* demo.app */;
130 productType = "com.apple.product-type.application";
131 };
132 /* End PBXNativeTarget section */
133
134 /* Begin PBXProject section */
135 388BF01D283CC49D005CE271 /* Project object */ = {
136 isa = PBXProject;
137 attributes = {
138 BuildIndependentTargetsInParallel = 1;
139 LastSwiftUpdateCheck = 1340;
140 LastUpgradeCheck = 1340;
141 TargetAttributes = {
142 388BF024283CC49D005CE271 = {
143 CreatedOnToolsVersion = 13.4;
144 };
145 };
146 };
147 buildConfigurationList = 388BF020283CC49D005CE271 /* Build configuration list for PBXProject "demo" */;
148 compatibilityVersion = "Xcode 13.0";
149 developmentRegion = en;
150 hasScannedForEncodings = 0;
151 knownRegions = (
152 en,
153 Base,
154 );
155 mainGroup = 388BF01C283CC49D005CE271;
156 packageReferences = (
157 );
158 productRefGroup = 388BF026283CC49D005CE271 /* Products */;
159 projectDirPath = "";
160 projectRoot = "";
161 targets = (
162 388BF024283CC49D005CE271 /* demo */,
163 );
164 };
165 /* End PBXProject section */
166
167 /* Begin PBXResourcesBuildPhase section */
168 388BF023283CC49D005CE271 /* Resources */ = {
169 isa = PBXResourcesBuildPhase;
170 buildActionMask = 2147483647;
171 files = (
172 388BF035283CC49E005CE271 /* LaunchScreen.storyboard in Resources */,
173 388BF032283CC49E005CE271 /* Assets.xcassets in Resources */,
174 388BF030283CC49D005CE271 /* Main.storyboard in Resources */,
175 );
176 runOnlyForDeploymentPostprocessing = 0;
177 };
178 /* End PBXResourcesBuildPhase section */
179
180 /* Begin PBXSourcesBuildPhase section */
181 388BF021283CC49D005CE271 /* Sources */ = {
182 isa = PBXSourcesBuildPhase;
183 buildActionMask = 2147483647;
184 files = (
185 388BF02D283CC49D005CE271 /* ViewController.swift in Sources */,
186 388BF029283CC49D005CE271 /* AppDelegate.swift in Sources */,
187 950744522860A3A300E02D06 /* WriteViewController.swift in Sources */,
188 388BF02B283CC49D005CE271 /* SceneDelegate.swift in Sources */,
189 );
190 runOnlyForDeploymentPostprocessing = 0;
191 };
192 /* End PBXSourcesBuildPhase section */
193
194 /* Begin PBXVariantGroup section */
195 388BF02E283CC49D005CE271 /* Main.storyboard */ = {
196 isa = PBXVariantGroup;
197 children = (
198 388BF02F283CC49D005CE271 /* Base */,
199 );
200 name = Main.storyboard;
201 sourceTree = "<group>";
202 };
203 388BF033283CC49E005CE271 /* LaunchScreen.storyboard */ = {
204 isa = PBXVariantGroup;
205 children = (
206 388BF034283CC49E005CE271 /* Base */,
207 );
208 name = LaunchScreen.storyboard;
209 sourceTree = "<group>";
210 };
211 /* End PBXVariantGroup section */
212
213 /* Begin XCBuildConfiguration section */
214 388BF037283CC49E005CE271 /* Debug */ = {
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++17";
221 CLANG_ENABLE_MODULES = YES;
222 CLANG_ENABLE_OBJC_ARC = YES;
223 CLANG_ENABLE_OBJC_WEAK = YES;
224 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
225 CLANG_WARN_BOOL_CONVERSION = YES;
226 CLANG_WARN_COMMA = YES;
227 CLANG_WARN_CONSTANT_CONVERSION = YES;
228 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
229 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
230 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
231 CLANG_WARN_EMPTY_BODY = YES;
232 CLANG_WARN_ENUM_CONVERSION = YES;
233 CLANG_WARN_INFINITE_RECURSION = YES;
234 CLANG_WARN_INT_CONVERSION = YES;
235 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
236 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
237 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
238 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
239 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
240 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
241 CLANG_WARN_STRICT_PROTOTYPES = YES;
242 CLANG_WARN_SUSPICIOUS_MOVE = YES;
243 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
244 CLANG_WARN_UNREACHABLE_CODE = YES;
245 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
246 COPY_PHASE_STRIP = NO;
247 DEBUG_INFORMATION_FORMAT = dwarf;
248 ENABLE_STRICT_OBJC_MSGSEND = YES;
249 ENABLE_TESTABILITY = YES;
250 GCC_C_LANGUAGE_STANDARD = gnu11;
251 GCC_DYNAMIC_NO_PIC = NO;
252 GCC_NO_COMMON_BLOCKS = YES;
253 GCC_OPTIMIZATION_LEVEL = 0;
254 GCC_PREPROCESSOR_DEFINITIONS = (
255 "DEBUG=1",
256 "$(inherited)",
257 );
258 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
259 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
260 GCC_WARN_UNDECLARED_SELECTOR = YES;
261 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
262 GCC_WARN_UNUSED_FUNCTION = YES;
263 GCC_WARN_UNUSED_VARIABLE = YES;
264 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
265 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
266 MTL_FAST_MATH = YES;
267 ONLY_ACTIVE_ARCH = YES;
268 SDKROOT = iphoneos;
269 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
270 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
271 };
272 name = Debug;
273 };
274 388BF038283CC49E005CE271 /* Release */ = {
275 isa = XCBuildConfiguration;
276 buildSettings = {
277 ALWAYS_SEARCH_USER_PATHS = NO;
278 CLANG_ANALYZER_NONNULL = YES;
279 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
280 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
281 CLANG_ENABLE_MODULES = YES;
282 CLANG_ENABLE_OBJC_ARC = YES;
283 CLANG_ENABLE_OBJC_WEAK = YES;
284 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
285 CLANG_WARN_BOOL_CONVERSION = YES;
286 CLANG_WARN_COMMA = YES;
287 CLANG_WARN_CONSTANT_CONVERSION = YES;
288 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
289 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
290 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
291 CLANG_WARN_EMPTY_BODY = YES;
292 CLANG_WARN_ENUM_CONVERSION = YES;
293 CLANG_WARN_INFINITE_RECURSION = YES;
294 CLANG_WARN_INT_CONVERSION = YES;
295 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
296 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
297 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
298 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
299 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
300 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
301 CLANG_WARN_STRICT_PROTOTYPES = YES;
302 CLANG_WARN_SUSPICIOUS_MOVE = YES;
303 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
304 CLANG_WARN_UNREACHABLE_CODE = YES;
305 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
306 COPY_PHASE_STRIP = NO;
307 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
308 ENABLE_NS_ASSERTIONS = NO;
309 ENABLE_STRICT_OBJC_MSGSEND = YES;
310 GCC_C_LANGUAGE_STANDARD = gnu11;
311 GCC_NO_COMMON_BLOCKS = YES;
312 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
313 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
314 GCC_WARN_UNDECLARED_SELECTOR = YES;
315 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
316 GCC_WARN_UNUSED_FUNCTION = YES;
317 GCC_WARN_UNUSED_VARIABLE = YES;
318 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
319 MTL_ENABLE_DEBUG_INFO = NO;
320 MTL_FAST_MATH = YES;
321 SDKROOT = iphoneos;
322 SWIFT_COMPILATION_MODE = wholemodule;
323 SWIFT_OPTIMIZATION_LEVEL = "-O";
324 VALIDATE_PRODUCT = YES;
325 };
326 name = Release;
327 };
328 388BF03A283CC49E005CE271 /* Debug */ = {
329 isa = XCBuildConfiguration;
330 buildSettings = {
331 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
332 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
333 CODE_SIGN_IDENTITY = "Apple Development";
334 CODE_SIGN_STYLE = Automatic;
335 CURRENT_PROJECT_VERSION = 1;
336 DEVELOPMENT_TEAM = "";
337 GENERATE_INFOPLIST_FILE = YES;
338 INFOPLIST_FILE = demo/Info.plist;
339 INFOPLIST_KEY_NSCameraUsageDescription = "Test ZXing";
340 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
341 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
342 INFOPLIST_KEY_UIMainStoryboardFile = Main;
343 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
344 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
345 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
346 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
347 LD_RUNPATH_SEARCH_PATHS = (
348 "$(inherited)",
349 "@executable_path/Frameworks",
350 );
351 MARKETING_VERSION = 1.0;
352 PRODUCT_BUNDLE_IDENTIFIER = "com.zxing-cpp.ios.demo-${SAMPLE_CODE_DISAMBIGUATOR}";
353 PRODUCT_NAME = "$(TARGET_NAME)";
354 PROVISIONING_PROFILE_SPECIFIER = "";
355 SAMPLE_CODE_DISAMBIGUATOR = "${DEVELOPMENT_TEAM}";
356 SWIFT_EMIT_LOC_STRINGS = YES;
357 SWIFT_VERSION = 5.0;
358 TARGETED_DEVICE_FAMILY = "1,2";
359 };
360 name = Debug;
361 };
362 388BF03B283CC49E005CE271 /* Release */ = {
363 isa = XCBuildConfiguration;
364 buildSettings = {
365 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
366 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
367 CODE_SIGN_IDENTITY = "Apple Development";
368 CODE_SIGN_STYLE = Automatic;
369 CURRENT_PROJECT_VERSION = 1;
370 DEVELOPMENT_TEAM = "";
371 GENERATE_INFOPLIST_FILE = YES;
372 INFOPLIST_FILE = demo/Info.plist;
373 INFOPLIST_KEY_NSCameraUsageDescription = "Test ZXing";
374 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
375 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
376 INFOPLIST_KEY_UIMainStoryboardFile = Main;
377 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
378 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
379 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
380 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
381 LD_RUNPATH_SEARCH_PATHS = (
382 "$(inherited)",
383 "@executable_path/Frameworks",
384 );
385 MARKETING_VERSION = 1.0;
386 PRODUCT_BUNDLE_IDENTIFIER = "com.zxing-cpp.ios.demo-${SAMPLE_CODE_DISAMBIGUATOR}";
387 PRODUCT_NAME = "$(TARGET_NAME)";
388 PROVISIONING_PROFILE_SPECIFIER = "";
389 SAMPLE_CODE_DISAMBIGUATOR = "${DEVELOPMENT_TEAM}";
390 SWIFT_EMIT_LOC_STRINGS = YES;
391 SWIFT_VERSION = 5.0;
392 TARGETED_DEVICE_FAMILY = "1,2";
393 };
394 name = Release;
395 };
396 /* End XCBuildConfiguration section */
397
398 /* Begin XCConfigurationList section */
399 388BF020283CC49D005CE271 /* Build configuration list for PBXProject "demo" */ = {
400 isa = XCConfigurationList;
401 buildConfigurations = (
402 388BF037283CC49E005CE271 /* Debug */,
403 388BF038283CC49E005CE271 /* Release */,
404 );
405 defaultConfigurationIsVisible = 0;
406 defaultConfigurationName = Release;
407 };
408 388BF039283CC49E005CE271 /* Build configuration list for PBXNativeTarget "demo" */ = {
409 isa = XCConfigurationList;
410 buildConfigurations = (
411 388BF03A283CC49E005CE271 /* Debug */,
412 388BF03B283CC49E005CE271 /* Release */,
413 );
414 defaultConfigurationIsVisible = 0;
415 defaultConfigurationName = Release;
416 };
417 /* End XCConfigurationList section */
418
419 /* Begin XCSwiftPackageProductDependency section */
420 5EFA4B732ADF0F35000132A0 /* ZXingCpp */ = {
421 isa = XCSwiftPackageProductDependency;
422 productName = ZXingCpp;
423 };
424 /* End XCSwiftPackageProductDependency section */
425 };
426 rootObject = 388BF01D283CC49D005CE271 /* Project object */;
427 }