|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 7507FC1B27FC2AAE003809F6 /* LibTemplatePlaceholder.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7507FC1227FC2AAE003809F6 /* LibTemplatePlaceholder.framework */; }; |
11 | | - 7507FC2027FC2AAE003809F6 /* LibTemplatePlaceholderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7507FC1F27FC2AAE003809F6 /* LibTemplatePlaceholderTests.swift */; }; |
12 | | - 7507FC2127FC2AAE003809F6 /* LibTemplatePlaceholder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7507FC1527FC2AAE003809F6 /* LibTemplatePlaceholder.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 10 | + 7507FC1B27FC2AAE003809F6 /* OSBarcodeLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7507FC1227FC2AAE003809F6 /* OSBarcodeLib.framework */; }; |
| 11 | + 7507FC2027FC2AAE003809F6 /* OSBarcodeLibTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7507FC1F27FC2AAE003809F6 /* OSBarcodeLibTests.swift */; }; |
| 12 | + 7507FC2127FC2AAE003809F6 /* OSBarcodeLib.h in Headers */ = {isa = PBXBuildFile; fileRef = 7507FC1527FC2AAE003809F6 /* OSBarcodeLib.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 13 | /* End PBXBuildFile section */ |
14 | 14 |
|
15 | 15 | /* Begin PBXContainerItemProxy section */ |
|
18 | 18 | containerPortal = 7507FC0927FC2AAE003809F6 /* Project object */; |
19 | 19 | proxyType = 1; |
20 | 20 | remoteGlobalIDString = 7507FC1127FC2AAE003809F6; |
21 | | - remoteInfo = LibTemplatePlaceholder; |
| 21 | + remoteInfo = OSBarcodeLib; |
22 | 22 | }; |
23 | 23 | /* End PBXContainerItemProxy section */ |
24 | 24 |
|
25 | 25 | /* Begin PBXFileReference section */ |
26 | | - 7507FC1227FC2AAE003809F6 /* LibTemplatePlaceholder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibTemplatePlaceholder.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 | | - 7507FC1527FC2AAE003809F6 /* LibTemplatePlaceholder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LibTemplatePlaceholder.h; sourceTree = "<group>"; }; |
28 | | - 7507FC1A27FC2AAE003809F6 /* LibTemplatePlaceholderTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LibTemplatePlaceholderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
29 | | - 7507FC1F27FC2AAE003809F6 /* LibTemplatePlaceholderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibTemplatePlaceholderTests.swift; sourceTree = "<group>"; }; |
| 26 | + 7507FC1227FC2AAE003809F6 /* OSBarcodeLib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OSBarcodeLib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 27 | + 7507FC1527FC2AAE003809F6 /* OSBarcodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OSBarcodeLib.h; sourceTree = "<group>"; }; |
| 28 | + 7507FC1A27FC2AAE003809F6 /* OSBarcodeLibTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OSBarcodeLibTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 29 | + 7507FC1F27FC2AAE003809F6 /* OSBarcodeLibTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSBarcodeLibTests.swift; sourceTree = "<group>"; }; |
30 | 30 | /* End PBXFileReference section */ |
31 | 31 |
|
32 | 32 | /* Begin PBXFrameworksBuildPhase section */ |
|
41 | 41 | isa = PBXFrameworksBuildPhase; |
42 | 42 | buildActionMask = 2147483647; |
43 | 43 | files = ( |
44 | | - 7507FC1B27FC2AAE003809F6 /* LibTemplatePlaceholder.framework in Frameworks */, |
| 44 | + 7507FC1B27FC2AAE003809F6 /* OSBarcodeLib.framework in Frameworks */, |
45 | 45 | ); |
46 | 46 | runOnlyForDeploymentPostprocessing = 0; |
47 | 47 | }; |
|
51 | 51 | 7507FC0827FC2AAE003809F6 = { |
52 | 52 | isa = PBXGroup; |
53 | 53 | children = ( |
54 | | - 7507FC1427FC2AAE003809F6 /* LibTemplatePlaceholder */, |
55 | | - 7507FC1E27FC2AAE003809F6 /* LibTemplatePlaceholderTests */, |
| 54 | + 7507FC1427FC2AAE003809F6 /* OSBarcodeLib */, |
| 55 | + 7507FC1E27FC2AAE003809F6 /* OSBarcodeLibTests */, |
56 | 56 | 7507FC1327FC2AAE003809F6 /* Products */, |
57 | 57 | ); |
58 | 58 | sourceTree = "<group>"; |
59 | 59 | }; |
60 | 60 | 7507FC1327FC2AAE003809F6 /* Products */ = { |
61 | 61 | isa = PBXGroup; |
62 | 62 | children = ( |
63 | | - 7507FC1227FC2AAE003809F6 /* LibTemplatePlaceholder.framework */, |
64 | | - 7507FC1A27FC2AAE003809F6 /* LibTemplatePlaceholderTests.xctest */, |
| 63 | + 7507FC1227FC2AAE003809F6 /* OSBarcodeLib.framework */, |
| 64 | + 7507FC1A27FC2AAE003809F6 /* OSBarcodeLibTests.xctest */, |
65 | 65 | ); |
66 | 66 | name = Products; |
67 | 67 | sourceTree = "<group>"; |
68 | 68 | }; |
69 | | - 7507FC1427FC2AAE003809F6 /* LibTemplatePlaceholder */ = { |
| 69 | + 7507FC1427FC2AAE003809F6 /* OSBarcodeLib */ = { |
70 | 70 | isa = PBXGroup; |
71 | 71 | children = ( |
72 | | - 7507FC1527FC2AAE003809F6 /* LibTemplatePlaceholder.h */, |
| 72 | + 7507FC1527FC2AAE003809F6 /* OSBarcodeLib.h */, |
73 | 73 | ); |
74 | | - path = LibTemplatePlaceholder; |
| 74 | + path = OSBarcodeLib; |
75 | 75 | sourceTree = "<group>"; |
76 | 76 | }; |
77 | | - 7507FC1E27FC2AAE003809F6 /* LibTemplatePlaceholderTests */ = { |
| 77 | + 7507FC1E27FC2AAE003809F6 /* OSBarcodeLibTests */ = { |
78 | 78 | isa = PBXGroup; |
79 | 79 | children = ( |
80 | | - 7507FC1F27FC2AAE003809F6 /* LibTemplatePlaceholderTests.swift */, |
| 80 | + 7507FC1F27FC2AAE003809F6 /* OSBarcodeLibTests.swift */, |
81 | 81 | ); |
82 | | - path = LibTemplatePlaceholderTests; |
| 82 | + path = OSBarcodeLibTests; |
83 | 83 | sourceTree = "<group>"; |
84 | 84 | }; |
85 | 85 | /* End PBXGroup section */ |
|
89 | 89 | isa = PBXHeadersBuildPhase; |
90 | 90 | buildActionMask = 2147483647; |
91 | 91 | files = ( |
92 | | - 7507FC2127FC2AAE003809F6 /* LibTemplatePlaceholder.h in Headers */, |
| 92 | + 7507FC2127FC2AAE003809F6 /* OSBarcodeLib.h in Headers */, |
93 | 93 | ); |
94 | 94 | runOnlyForDeploymentPostprocessing = 0; |
95 | 95 | }; |
96 | 96 | /* End PBXHeadersBuildPhase section */ |
97 | 97 |
|
98 | 98 | /* Begin PBXNativeTarget section */ |
99 | | - 7507FC1127FC2AAE003809F6 /* LibTemplatePlaceholder */ = { |
| 99 | + 7507FC1127FC2AAE003809F6 /* OSBarcodeLib */ = { |
100 | 100 | isa = PBXNativeTarget; |
101 | | - buildConfigurationList = 7507FC2427FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "LibTemplatePlaceholder" */; |
| 101 | + buildConfigurationList = 7507FC2427FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "OSBarcodeLib" */; |
102 | 102 | buildPhases = ( |
103 | 103 | 7507FC0D27FC2AAE003809F6 /* Headers */, |
104 | 104 | 7507FC0E27FC2AAE003809F6 /* Sources */, |
|
109 | 109 | ); |
110 | 110 | dependencies = ( |
111 | 111 | ); |
112 | | - name = LibTemplatePlaceholder; |
113 | | - productName = LibTemplatePlaceholder; |
114 | | - productReference = 7507FC1227FC2AAE003809F6 /* LibTemplatePlaceholder.framework */; |
| 112 | + name = OSBarcodeLib; |
| 113 | + productName = OSBarcodeLib; |
| 114 | + productReference = 7507FC1227FC2AAE003809F6 /* OSBarcodeLib.framework */; |
115 | 115 | productType = "com.apple.product-type.framework"; |
116 | 116 | }; |
117 | | - 7507FC1927FC2AAE003809F6 /* LibTemplatePlaceholderTests */ = { |
| 117 | + 7507FC1927FC2AAE003809F6 /* OSBarcodeLibTests */ = { |
118 | 118 | isa = PBXNativeTarget; |
119 | | - buildConfigurationList = 7507FC2727FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "LibTemplatePlaceholderTests" */; |
| 119 | + buildConfigurationList = 7507FC2727FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "OSBarcodeLibTests" */; |
120 | 120 | buildPhases = ( |
121 | 121 | 7507FC1627FC2AAE003809F6 /* Sources */, |
122 | 122 | 7507FC1727FC2AAE003809F6 /* Frameworks */, |
|
127 | 127 | dependencies = ( |
128 | 128 | 7507FC1D27FC2AAE003809F6 /* PBXTargetDependency */, |
129 | 129 | ); |
130 | | - name = LibTemplatePlaceholderTests; |
131 | | - productName = LibTemplatePlaceholderTests; |
132 | | - productReference = 7507FC1A27FC2AAE003809F6 /* LibTemplatePlaceholderTests.xctest */; |
| 130 | + name = OSBarcodeLibTests; |
| 131 | + productName = OSBarcodeLibTests; |
| 132 | + productReference = 7507FC1A27FC2AAE003809F6 /* OSBarcodeLibTests.xctest */; |
133 | 133 | productType = "com.apple.product-type.bundle.unit-test"; |
134 | 134 | }; |
135 | 135 | /* End PBXNativeTarget section */ |
|
150 | 150 | }; |
151 | 151 | }; |
152 | 152 | }; |
153 | | - buildConfigurationList = 7507FC0C27FC2AAE003809F6 /* Build configuration list for PBXProject "LibTemplatePlaceholder" */; |
| 153 | + buildConfigurationList = 7507FC0C27FC2AAE003809F6 /* Build configuration list for PBXProject "OSBarcodeLib" */; |
154 | 154 | compatibilityVersion = "Xcode 13.0"; |
155 | 155 | developmentRegion = en; |
156 | 156 | hasScannedForEncodings = 0; |
|
163 | 163 | projectDirPath = ""; |
164 | 164 | projectRoot = ""; |
165 | 165 | targets = ( |
166 | | - 7507FC1127FC2AAE003809F6 /* LibTemplatePlaceholder */, |
167 | | - 7507FC1927FC2AAE003809F6 /* LibTemplatePlaceholderTests */, |
| 166 | + 7507FC1127FC2AAE003809F6 /* OSBarcodeLib */, |
| 167 | + 7507FC1927FC2AAE003809F6 /* OSBarcodeLibTests */, |
168 | 168 | ); |
169 | 169 | }; |
170 | 170 | /* End PBXProject section */ |
|
198 | 198 | isa = PBXSourcesBuildPhase; |
199 | 199 | buildActionMask = 2147483647; |
200 | 200 | files = ( |
201 | | - 7507FC2027FC2AAE003809F6 /* LibTemplatePlaceholderTests.swift in Sources */, |
| 201 | + 7507FC2027FC2AAE003809F6 /* OSBarcodeLibTests.swift in Sources */, |
202 | 202 | ); |
203 | 203 | runOnlyForDeploymentPostprocessing = 0; |
204 | 204 | }; |
|
207 | 207 | /* Begin PBXTargetDependency section */ |
208 | 208 | 7507FC1D27FC2AAE003809F6 /* PBXTargetDependency */ = { |
209 | 209 | isa = PBXTargetDependency; |
210 | | - target = 7507FC1127FC2AAE003809F6 /* LibTemplatePlaceholder */; |
| 210 | + target = 7507FC1127FC2AAE003809F6 /* OSBarcodeLib */; |
211 | 211 | targetProxy = 7507FC1C27FC2AAE003809F6 /* PBXContainerItemProxy */; |
212 | 212 | }; |
213 | 213 | /* End PBXTargetDependency section */ |
|
354 | 354 | "@loader_path/Frameworks", |
355 | 355 | ); |
356 | 356 | MARKETING_VERSION = 1.0; |
357 | | - PRODUCT_BUNDLE_IDENTIFIER = organizationIDPlaceholder.LibTemplatePlaceholder; |
| 357 | + PRODUCT_BUNDLE_IDENTIFIER = com.outsystems.rd.barcode.OSBarcodeLib; |
358 | 358 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
359 | 359 | SKIP_INSTALL = YES; |
360 | 360 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
384 | 384 | "@loader_path/Frameworks", |
385 | 385 | ); |
386 | 386 | MARKETING_VERSION = 1.0; |
387 | | - PRODUCT_BUNDLE_IDENTIFIER = organizationIDPlaceholder.LibTemplatePlaceholder; |
| 387 | + PRODUCT_BUNDLE_IDENTIFIER = com.outsystems.rd.barcode.OSBarcodeLib; |
388 | 388 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
389 | 389 | SKIP_INSTALL = YES; |
390 | 390 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
401 | 401 | DEVELOPMENT_TEAM = EVSWK8BA55; |
402 | 402 | GENERATE_INFOPLIST_FILE = YES; |
403 | 403 | MARKETING_VERSION = 1.0; |
404 | | - PRODUCT_BUNDLE_IDENTIFIER = organizationIDPlaceholder.LibTemplatePlaceholderTests; |
| 404 | + PRODUCT_BUNDLE_IDENTIFIER = com.outsystems.rd.barcode.OSBarcodeLibTests; |
405 | 405 | PRODUCT_NAME = "$(TARGET_NAME)"; |
406 | 406 | SWIFT_EMIT_LOC_STRINGS = NO; |
407 | 407 | SWIFT_VERSION = 5.0; |
|
417 | 417 | DEVELOPMENT_TEAM = EVSWK8BA55; |
418 | 418 | GENERATE_INFOPLIST_FILE = YES; |
419 | 419 | MARKETING_VERSION = 1.0; |
420 | | - PRODUCT_BUNDLE_IDENTIFIER = organizationIDPlaceholder.LibTemplatePlaceholderTests; |
| 420 | + PRODUCT_BUNDLE_IDENTIFIER = com.outsystems.rd.barcode.OSBarcodeLibTests; |
421 | 421 | PRODUCT_NAME = "$(TARGET_NAME)"; |
422 | 422 | SWIFT_EMIT_LOC_STRINGS = NO; |
423 | 423 | SWIFT_VERSION = 5.0; |
|
428 | 428 | /* End XCBuildConfiguration section */ |
429 | 429 |
|
430 | 430 | /* Begin XCConfigurationList section */ |
431 | | - 7507FC0C27FC2AAE003809F6 /* Build configuration list for PBXProject "LibTemplatePlaceholder" */ = { |
| 431 | + 7507FC0C27FC2AAE003809F6 /* Build configuration list for PBXProject "OSBarcodeLib" */ = { |
432 | 432 | isa = XCConfigurationList; |
433 | 433 | buildConfigurations = ( |
434 | 434 | 7507FC2227FC2AAE003809F6 /* Debug */, |
|
437 | 437 | defaultConfigurationIsVisible = 0; |
438 | 438 | defaultConfigurationName = Release; |
439 | 439 | }; |
440 | | - 7507FC2427FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "LibTemplatePlaceholder" */ = { |
| 440 | + 7507FC2427FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "OSBarcodeLib" */ = { |
441 | 441 | isa = XCConfigurationList; |
442 | 442 | buildConfigurations = ( |
443 | 443 | 7507FC2527FC2AAE003809F6 /* Debug */, |
|
446 | 446 | defaultConfigurationIsVisible = 0; |
447 | 447 | defaultConfigurationName = Release; |
448 | 448 | }; |
449 | | - 7507FC2727FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "LibTemplatePlaceholderTests" */ = { |
| 449 | + 7507FC2727FC2AAE003809F6 /* Build configuration list for PBXNativeTarget "OSBarcodeLibTests" */ = { |
450 | 450 | isa = XCConfigurationList; |
451 | 451 | buildConfigurations = ( |
452 | 452 | 7507FC2827FC2AAE003809F6 /* Debug */, |
|
0 commit comments