|
13 | 13 | 3B1C07DA22D8951F00244E2D /* LSDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1C07C722D892C900244E2D /* LSDocument.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
14 | 14 | 3B1C07DB22D8955700244E2D /* LSFileWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B1C07C622D892C900244E2D /* LSFileWrapper.m */; }; |
15 | 15 | 3B1C07DC22D8955900244E2D /* LSFileWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1C07D222D893A900244E2D /* LSFileWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 16 | + 3B599D4325D697FB00675DE0 /* LSFileWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B599D4225D697FB00675DE0 /* LSFileWrapperTests.swift */; }; |
| 17 | + 3B599D4525D697FB00675DE0 /* LSFileWrapper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C07BA22D8922900244E2D /* LSFileWrapper.framework */; }; |
16 | 18 | /* End PBXBuildFile section */ |
17 | 19 |
|
| 20 | +/* Begin PBXContainerItemProxy section */ |
| 21 | + 3B599D4625D697FB00675DE0 /* PBXContainerItemProxy */ = { |
| 22 | + isa = PBXContainerItemProxy; |
| 23 | + containerPortal = 3B1C07B122D8922900244E2D /* Project object */; |
| 24 | + proxyType = 1; |
| 25 | + remoteGlobalIDString = 3B1C07B922D8922900244E2D; |
| 26 | + remoteInfo = "LSFileWrapper (macOS)"; |
| 27 | + }; |
| 28 | +/* End PBXContainerItemProxy section */ |
| 29 | + |
18 | 30 | /* Begin PBXFileReference section */ |
19 | 31 | 3B1C07BA22D8922900244E2D /* LSFileWrapper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LSFileWrapper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 32 | 3B1C07BE22D8922900244E2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
24 | 36 | 3B1C07D022D893A900244E2D /* LSFileWrapper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LSFileWrapper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 37 | 3B1C07D222D893A900244E2D /* LSFileWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LSFileWrapper.h; sourceTree = "<group>"; }; |
26 | 38 | 3B1C07D322D893A900244E2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 39 | + 3B599D4025D697FB00675DE0 /* LSFileWrapperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LSFileWrapperTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 40 | + 3B599D4225D697FB00675DE0 /* LSFileWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LSFileWrapperTests.swift; sourceTree = "<group>"; }; |
| 41 | + 3B599D4425D697FB00675DE0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
27 | 42 | 3B6C6ABD2353C47D00E989C2 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
28 | 43 | 3B73C1E325BDE2BB000E4B4E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
29 | 44 | 3B73C1E425BDE2BB000E4B4E /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
|
44 | 59 | ); |
45 | 60 | runOnlyForDeploymentPostprocessing = 0; |
46 | 61 | }; |
| 62 | + 3B599D3D25D697FB00675DE0 /* Frameworks */ = { |
| 63 | + isa = PBXFrameworksBuildPhase; |
| 64 | + buildActionMask = 2147483647; |
| 65 | + files = ( |
| 66 | + 3B599D4525D697FB00675DE0 /* LSFileWrapper.framework in Frameworks */, |
| 67 | + ); |
| 68 | + runOnlyForDeploymentPostprocessing = 0; |
| 69 | + }; |
47 | 70 | /* End PBXFrameworksBuildPhase section */ |
48 | 71 |
|
49 | 72 | /* Begin PBXGroup section */ |
|
54 | 77 | 3B73C1E325BDE2BB000E4B4E /* README.md */, |
55 | 78 | 3B73C1E425BDE2BB000E4B4E /* LICENSE */, |
56 | 79 | 3B1C07D822D894BC00244E2D /* LSFileWrapper */, |
| 80 | + 3B599D4125D697FB00675DE0 /* LSFileWrapperTests */, |
57 | 81 | 3B1C07BB22D8922900244E2D /* Products */, |
58 | 82 | ); |
59 | 83 | sourceTree = "<group>"; |
|
63 | 87 | children = ( |
64 | 88 | 3B1C07BA22D8922900244E2D /* LSFileWrapper.framework */, |
65 | 89 | 3B1C07D022D893A900244E2D /* LSFileWrapper.framework */, |
| 90 | + 3B599D4025D697FB00675DE0 /* LSFileWrapperTests.xctest */, |
66 | 91 | ); |
67 | 92 | name = Products; |
68 | 93 | sourceTree = "<group>"; |
|
96 | 121 | name = LSFileWrapper; |
97 | 122 | sourceTree = "<group>"; |
98 | 123 | }; |
| 124 | + 3B599D4125D697FB00675DE0 /* LSFileWrapperTests */ = { |
| 125 | + isa = PBXGroup; |
| 126 | + children = ( |
| 127 | + 3B599D4225D697FB00675DE0 /* LSFileWrapperTests.swift */, |
| 128 | + 3B599D4425D697FB00675DE0 /* Info.plist */, |
| 129 | + ); |
| 130 | + path = LSFileWrapperTests; |
| 131 | + sourceTree = "<group>"; |
| 132 | + }; |
99 | 133 | /* End PBXGroup section */ |
100 | 134 |
|
101 | 135 | /* Begin PBXHeadersBuildPhase section */ |
|
155 | 189 | productReference = 3B1C07D022D893A900244E2D /* LSFileWrapper.framework */; |
156 | 190 | productType = "com.apple.product-type.framework"; |
157 | 191 | }; |
| 192 | + 3B599D3F25D697FB00675DE0 /* LSFileWrapperTests */ = { |
| 193 | + isa = PBXNativeTarget; |
| 194 | + buildConfigurationList = 3B599D4825D697FB00675DE0 /* Build configuration list for PBXNativeTarget "LSFileWrapperTests" */; |
| 195 | + buildPhases = ( |
| 196 | + 3B599D3C25D697FB00675DE0 /* Sources */, |
| 197 | + 3B599D3D25D697FB00675DE0 /* Frameworks */, |
| 198 | + 3B599D3E25D697FB00675DE0 /* Resources */, |
| 199 | + ); |
| 200 | + buildRules = ( |
| 201 | + ); |
| 202 | + dependencies = ( |
| 203 | + 3B599D4725D697FB00675DE0 /* PBXTargetDependency */, |
| 204 | + ); |
| 205 | + name = LSFileWrapperTests; |
| 206 | + productName = LSFileWrapperTests; |
| 207 | + productReference = 3B599D4025D697FB00675DE0 /* LSFileWrapperTests.xctest */; |
| 208 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 209 | + }; |
158 | 210 | /* End PBXNativeTarget section */ |
159 | 211 |
|
160 | 212 | /* Begin PBXProject section */ |
161 | 213 | 3B1C07B122D8922900244E2D /* Project object */ = { |
162 | 214 | isa = PBXProject; |
163 | 215 | attributes = { |
| 216 | + LastSwiftUpdateCheck = 1240; |
164 | 217 | LastUpgradeCheck = 1230; |
165 | 218 | ORGANIZATIONNAME = "Adam Kopeć"; |
166 | 219 | TargetAttributes = { |
|
170 | 223 | 3B1C07CF22D893A900244E2D = { |
171 | 224 | CreatedOnToolsVersion = 11.0; |
172 | 225 | }; |
| 226 | + 3B599D3F25D697FB00675DE0 = { |
| 227 | + CreatedOnToolsVersion = 12.4; |
| 228 | + }; |
173 | 229 | }; |
174 | 230 | }; |
175 | 231 | buildConfigurationList = 3B1C07B422D8922900244E2D /* Build configuration list for PBXProject "LSFileWrapper" */; |
|
187 | 243 | targets = ( |
188 | 244 | 3B1C07B922D8922900244E2D /* LSFileWrapper (macOS) */, |
189 | 245 | 3B1C07CF22D893A900244E2D /* LSFileWrapper (iOS) */, |
| 246 | + 3B599D3F25D697FB00675DE0 /* LSFileWrapperTests */, |
190 | 247 | ); |
191 | 248 | }; |
192 | 249 | /* End PBXProject section */ |
|
206 | 263 | ); |
207 | 264 | runOnlyForDeploymentPostprocessing = 0; |
208 | 265 | }; |
| 266 | + 3B599D3E25D697FB00675DE0 /* Resources */ = { |
| 267 | + isa = PBXResourcesBuildPhase; |
| 268 | + buildActionMask = 2147483647; |
| 269 | + files = ( |
| 270 | + ); |
| 271 | + runOnlyForDeploymentPostprocessing = 0; |
| 272 | + }; |
209 | 273 | /* End PBXResourcesBuildPhase section */ |
210 | 274 |
|
211 | 275 | /* Begin PBXSourcesBuildPhase section */ |
|
226 | 290 | ); |
227 | 291 | runOnlyForDeploymentPostprocessing = 0; |
228 | 292 | }; |
| 293 | + 3B599D3C25D697FB00675DE0 /* Sources */ = { |
| 294 | + isa = PBXSourcesBuildPhase; |
| 295 | + buildActionMask = 2147483647; |
| 296 | + files = ( |
| 297 | + 3B599D4325D697FB00675DE0 /* LSFileWrapperTests.swift in Sources */, |
| 298 | + ); |
| 299 | + runOnlyForDeploymentPostprocessing = 0; |
| 300 | + }; |
229 | 301 | /* End PBXSourcesBuildPhase section */ |
230 | 302 |
|
| 303 | +/* Begin PBXTargetDependency section */ |
| 304 | + 3B599D4725D697FB00675DE0 /* PBXTargetDependency */ = { |
| 305 | + isa = PBXTargetDependency; |
| 306 | + target = 3B1C07B922D8922900244E2D /* LSFileWrapper (macOS) */; |
| 307 | + targetProxy = 3B599D4625D697FB00675DE0 /* PBXContainerItemProxy */; |
| 308 | + }; |
| 309 | +/* End PBXTargetDependency section */ |
| 310 | + |
231 | 311 | /* Begin XCBuildConfiguration section */ |
232 | 312 | 3B1C07C022D8922900244E2D /* Debug */ = { |
233 | 313 | isa = XCBuildConfiguration; |
|
431 | 511 | }; |
432 | 512 | name = Release; |
433 | 513 | }; |
| 514 | + 3B599D4925D697FB00675DE0 /* Debug */ = { |
| 515 | + isa = XCBuildConfiguration; |
| 516 | + buildSettings = { |
| 517 | + CODE_SIGN_STYLE = Automatic; |
| 518 | + COMBINE_HIDPI_IMAGES = YES; |
| 519 | + DEVELOPMENT_TEAM = S73MBXSV7H; |
| 520 | + INFOPLIST_FILE = LSFileWrapperTests/Info.plist; |
| 521 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
| 522 | + MACOSX_DEPLOYMENT_TARGET = 11.1; |
| 523 | + PRODUCT_BUNDLE_IDENTIFIER = com.adamkopec.LSFileWrapperTests; |
| 524 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 525 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 526 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 527 | + SWIFT_VERSION = 5.0; |
| 528 | + }; |
| 529 | + name = Debug; |
| 530 | + }; |
| 531 | + 3B599D4A25D697FB00675DE0 /* Release */ = { |
| 532 | + isa = XCBuildConfiguration; |
| 533 | + buildSettings = { |
| 534 | + CODE_SIGN_STYLE = Automatic; |
| 535 | + COMBINE_HIDPI_IMAGES = YES; |
| 536 | + DEVELOPMENT_TEAM = S73MBXSV7H; |
| 537 | + INFOPLIST_FILE = LSFileWrapperTests/Info.plist; |
| 538 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
| 539 | + MACOSX_DEPLOYMENT_TARGET = 11.1; |
| 540 | + PRODUCT_BUNDLE_IDENTIFIER = com.adamkopec.LSFileWrapperTests; |
| 541 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 542 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 543 | + SWIFT_VERSION = 5.0; |
| 544 | + }; |
| 545 | + name = Release; |
| 546 | + }; |
434 | 547 | /* End XCBuildConfiguration section */ |
435 | 548 |
|
436 | 549 | /* Begin XCConfigurationList section */ |
|
461 | 574 | defaultConfigurationIsVisible = 0; |
462 | 575 | defaultConfigurationName = Release; |
463 | 576 | }; |
| 577 | + 3B599D4825D697FB00675DE0 /* Build configuration list for PBXNativeTarget "LSFileWrapperTests" */ = { |
| 578 | + isa = XCConfigurationList; |
| 579 | + buildConfigurations = ( |
| 580 | + 3B599D4925D697FB00675DE0 /* Debug */, |
| 581 | + 3B599D4A25D697FB00675DE0 /* Release */, |
| 582 | + ); |
| 583 | + defaultConfigurationIsVisible = 0; |
| 584 | + defaultConfigurationName = Release; |
| 585 | + }; |
464 | 586 | /* End XCConfigurationList section */ |
465 | 587 | }; |
466 | 588 | rootObject = 3B1C07B122D8922900244E2D /* Project object */; |
|
0 commit comments