|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 8D46EDDF29DBC29800FF01CA /* Adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D46EDD729DBC29800FF01CA /* Adapter.swift */; }; |
11 | 11 | 8D46EDE029DBC29800FF01CA /* CallbackHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D46EDD829DBC29800FF01CA /* CallbackHandler.swift */; }; |
12 | | - 8D7D983C29DB8437007B8198 /* connlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D7D983129DB8437007B8198 /* connlib.framework */; }; |
13 | 12 | 8D967B2B29DBA064000B9D58 /* libconnlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D967B2A29DBA03F000B9D58 /* libconnlib.a */; }; |
14 | 13 | 8DA207F829DBD80C00703A4A /* connlib-apple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA207F329DBD80C00703A4A /* connlib-apple.swift */; }; |
15 | 14 | 8DA207F929DBD80C00703A4A /* connlib-apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA207F429DBD80C00703A4A /* connlib-apple.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
20 | 19 | 8DA207FF29DBD86100703A4A /* BridgingHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D46EDD629DBC29800FF01CA /* BridgingHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
21 | 20 | /* End PBXBuildFile section */ |
22 | 21 |
|
23 | | -/* Begin PBXContainerItemProxy section */ |
24 | | - 8D7D983D29DB8437007B8198 /* PBXContainerItemProxy */ = { |
25 | | - isa = PBXContainerItemProxy; |
26 | | - containerPortal = 8D7D982829DB8437007B8198 /* Project object */; |
27 | | - proxyType = 1; |
28 | | - remoteGlobalIDString = 8D7D983029DB8437007B8198; |
29 | | - remoteInfo = connlib; |
30 | | - }; |
31 | | -/* End PBXContainerItemProxy section */ |
32 | | - |
33 | 22 | /* Begin PBXFileReference section */ |
34 | 23 | 8D209DCE29DBE96B00B68D27 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; |
35 | 24 | 8D46EDD629DBC29800FF01CA /* BridgingHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BridgingHeader.h; sourceTree = "<group>"; }; |
36 | 25 | 8D46EDD729DBC29800FF01CA /* Adapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Adapter.swift; sourceTree = "<group>"; }; |
37 | 26 | 8D46EDD829DBC29800FF01CA /* CallbackHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallbackHandler.swift; sourceTree = "<group>"; }; |
38 | 27 | 8D4BADD129DBD6CC00940F0D /* connlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = connlib.h; sourceTree = "<group>"; }; |
39 | 28 | 8D7D983129DB8437007B8198 /* connlib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = connlib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 | | - 8D7D983B29DB8437007B8198 /* connlibTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = connlibTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 29 | 8D967B2629DB9A3B000B9D58 /* build-rust.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "build-rust.sh"; sourceTree = "<group>"; }; |
42 | 30 | 8D967B2A29DBA03F000B9D58 /* libconnlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libconnlib.a; path = target/universal/debug/libconnlib.a; sourceTree = "<group>"; }; |
43 | 31 | 8DA207F329DBD80C00703A4A /* connlib-apple.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "connlib-apple.swift"; sourceTree = "<group>"; }; |
|
56 | 44 | ); |
57 | 45 | runOnlyForDeploymentPostprocessing = 0; |
58 | 46 | }; |
59 | | - 8D7D983829DB8437007B8198 /* Frameworks */ = { |
60 | | - isa = PBXFrameworksBuildPhase; |
61 | | - buildActionMask = 2147483647; |
62 | | - files = ( |
63 | | - 8D7D983C29DB8437007B8198 /* connlib.framework in Frameworks */, |
64 | | - ); |
65 | | - runOnlyForDeploymentPostprocessing = 0; |
66 | | - }; |
67 | 47 | /* End PBXFrameworksBuildPhase section */ |
68 | 48 |
|
69 | 49 | /* Begin PBXGroup section */ |
|
94 | 74 | isa = PBXGroup; |
95 | 75 | children = ( |
96 | 76 | 8D7D983129DB8437007B8198 /* connlib.framework */, |
97 | | - 8D7D983B29DB8437007B8198 /* connlibTests.xctest */, |
98 | 77 | ); |
99 | 78 | name = Products; |
100 | 79 | sourceTree = "<group>"; |
|
179 | 158 | productReference = 8D7D983129DB8437007B8198 /* connlib.framework */; |
180 | 159 | productType = "com.apple.product-type.framework"; |
181 | 160 | }; |
182 | | - 8D7D983A29DB8437007B8198 /* connlibTests */ = { |
183 | | - isa = PBXNativeTarget; |
184 | | - buildConfigurationList = 8D7D984829DB8437007B8198 /* Build configuration list for PBXNativeTarget "connlibTests" */; |
185 | | - buildPhases = ( |
186 | | - 8D7D983729DB8437007B8198 /* Sources */, |
187 | | - 8D7D983829DB8437007B8198 /* Frameworks */, |
188 | | - 8D7D983929DB8437007B8198 /* Resources */, |
189 | | - ); |
190 | | - buildRules = ( |
191 | | - ); |
192 | | - dependencies = ( |
193 | | - 8D7D983E29DB8437007B8198 /* PBXTargetDependency */, |
194 | | - ); |
195 | | - name = connlibTests; |
196 | | - productName = connlibTests; |
197 | | - productReference = 8D7D983B29DB8437007B8198 /* connlibTests.xctest */; |
198 | | - productType = "com.apple.product-type.bundle.unit-test"; |
199 | | - }; |
200 | 161 | /* End PBXNativeTarget section */ |
201 | 162 |
|
202 | 163 | /* Begin PBXProject section */ |
|
210 | 171 | 8D7D983029DB8437007B8198 = { |
211 | 172 | CreatedOnToolsVersion = 14.3; |
212 | 173 | }; |
213 | | - 8D7D983A29DB8437007B8198 = { |
214 | | - CreatedOnToolsVersion = 14.3; |
215 | | - }; |
216 | 174 | }; |
217 | 175 | }; |
218 | 176 | buildConfigurationList = 8D7D982B29DB8437007B8198 /* Build configuration list for PBXProject "connlib" */; |
|
229 | 187 | projectRoot = ""; |
230 | 188 | targets = ( |
231 | 189 | 8D7D983029DB8437007B8198 /* connlib */, |
232 | | - 8D7D983A29DB8437007B8198 /* connlibTests */, |
233 | 190 | ); |
234 | 191 | }; |
235 | 192 | /* End PBXProject section */ |
|
243 | 200 | ); |
244 | 201 | runOnlyForDeploymentPostprocessing = 0; |
245 | 202 | }; |
246 | | - 8D7D983929DB8437007B8198 /* Resources */ = { |
247 | | - isa = PBXResourcesBuildPhase; |
248 | | - buildActionMask = 2147483647; |
249 | | - files = ( |
250 | | - ); |
251 | | - runOnlyForDeploymentPostprocessing = 0; |
252 | | - }; |
253 | 203 | /* End PBXResourcesBuildPhase section */ |
254 | 204 |
|
255 | 205 | /* Begin PBXShellScriptBuildPhase section */ |
|
284 | 234 | ); |
285 | 235 | runOnlyForDeploymentPostprocessing = 0; |
286 | 236 | }; |
287 | | - 8D7D983729DB8437007B8198 /* Sources */ = { |
288 | | - isa = PBXSourcesBuildPhase; |
289 | | - buildActionMask = 2147483647; |
290 | | - files = ( |
291 | | - ); |
292 | | - runOnlyForDeploymentPostprocessing = 0; |
293 | | - }; |
294 | 237 | /* End PBXSourcesBuildPhase section */ |
295 | 238 |
|
296 | | -/* Begin PBXTargetDependency section */ |
297 | | - 8D7D983E29DB8437007B8198 /* PBXTargetDependency */ = { |
298 | | - isa = PBXTargetDependency; |
299 | | - target = 8D7D983029DB8437007B8198 /* connlib */; |
300 | | - targetProxy = 8D7D983D29DB8437007B8198 /* PBXContainerItemProxy */; |
301 | | - }; |
302 | | -/* End PBXTargetDependency section */ |
303 | | - |
304 | 239 | /* Begin XCBuildConfiguration section */ |
305 | 240 | 8D7D984329DB8437007B8198 /* Debug */ = { |
306 | 241 | isa = XCBuildConfiguration; |
|
425 | 360 | CODE_SIGN_STYLE = Automatic; |
426 | 361 | CURRENT_PROJECT_VERSION = 1; |
427 | 362 | DEFINES_MODULE = YES; |
428 | | - DEVELOPMENT_TEAM = 47R2M6779T; |
| 363 | + DEVELOPMENT_TEAM = ""; |
429 | 364 | DYLIB_COMPATIBILITY_VERSION = 1; |
430 | 365 | DYLIB_CURRENT_VERSION = 1; |
431 | 366 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
|
449 | 384 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20"; |
450 | 385 | PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib; |
451 | 386 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
| 387 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
452 | 388 | SDKROOT = auto; |
453 | 389 | SKIP_INSTALL = YES; |
454 | 390 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
|
466 | 402 | CODE_SIGN_STYLE = Automatic; |
467 | 403 | CURRENT_PROJECT_VERSION = 1; |
468 | 404 | DEFINES_MODULE = YES; |
469 | | - DEVELOPMENT_TEAM = 47R2M6779T; |
| 405 | + DEVELOPMENT_TEAM = ""; |
470 | 406 | DYLIB_COMPATIBILITY_VERSION = 1; |
471 | 407 | DYLIB_CURRENT_VERSION = 1; |
472 | 408 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
|
493 | 429 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20"; |
494 | 430 | PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib; |
495 | 431 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
| 432 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
496 | 433 | SDKROOT = auto; |
497 | 434 | SKIP_INSTALL = YES; |
498 | 435 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
|
502 | 439 | }; |
503 | 440 | name = Release; |
504 | 441 | }; |
505 | | - 8D7D984929DB8437007B8198 /* Debug */ = { |
506 | | - isa = XCBuildConfiguration; |
507 | | - buildSettings = { |
508 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
509 | | - CODE_SIGN_STYLE = Automatic; |
510 | | - CURRENT_PROJECT_VERSION = 1; |
511 | | - DEVELOPMENT_TEAM = 47R2M6779T; |
512 | | - GENERATE_INFOPLIST_FILE = YES; |
513 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.4; |
514 | | - MACOSX_DEPLOYMENT_TARGET = 13.3; |
515 | | - MARKETING_VERSION = 1.0; |
516 | | - PRODUCT_BUNDLE_IDENTIFIER = "dev.firezone.connlib-tests"; |
517 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
518 | | - SDKROOT = auto; |
519 | | - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
520 | | - SWIFT_EMIT_LOC_STRINGS = NO; |
521 | | - SWIFT_VERSION = 5.0; |
522 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
523 | | - }; |
524 | | - name = Debug; |
525 | | - }; |
526 | | - 8D7D984A29DB8437007B8198 /* Release */ = { |
527 | | - isa = XCBuildConfiguration; |
528 | | - buildSettings = { |
529 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
530 | | - CODE_SIGN_STYLE = Automatic; |
531 | | - CURRENT_PROJECT_VERSION = 1; |
532 | | - DEVELOPMENT_TEAM = 47R2M6779T; |
533 | | - GENERATE_INFOPLIST_FILE = YES; |
534 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.4; |
535 | | - MACOSX_DEPLOYMENT_TARGET = 13.3; |
536 | | - MARKETING_VERSION = 1.0; |
537 | | - PRODUCT_BUNDLE_IDENTIFIER = "dev.firezone.connlib-tests"; |
538 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
539 | | - SDKROOT = auto; |
540 | | - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
541 | | - SWIFT_EMIT_LOC_STRINGS = NO; |
542 | | - SWIFT_VERSION = 5.0; |
543 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
544 | | - }; |
545 | | - name = Release; |
546 | | - }; |
547 | 442 | /* End XCBuildConfiguration section */ |
548 | 443 |
|
549 | 444 | /* Begin XCConfigurationList section */ |
|
565 | 460 | defaultConfigurationIsVisible = 0; |
566 | 461 | defaultConfigurationName = Release; |
567 | 462 | }; |
568 | | - 8D7D984829DB8437007B8198 /* Build configuration list for PBXNativeTarget "connlibTests" */ = { |
569 | | - isa = XCConfigurationList; |
570 | | - buildConfigurations = ( |
571 | | - 8D7D984929DB8437007B8198 /* Debug */, |
572 | | - 8D7D984A29DB8437007B8198 /* Release */, |
573 | | - ); |
574 | | - defaultConfigurationIsVisible = 0; |
575 | | - defaultConfigurationName = Release; |
576 | | - }; |
577 | 463 | /* End XCConfigurationList section */ |
578 | 464 | }; |
579 | 465 | rootObject = 8D7D982829DB8437007B8198 /* Project object */; |
|
0 commit comments