Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 4d8a316

Browse files
authored
Remove code signing; connlibTests to simplify (#17)
simplify info.plist I hope
1 parent 09f375f commit 4d8a316

File tree

2 files changed

+6
-120
lines changed

2 files changed

+6
-120
lines changed

apple/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apple/connlib.xcodeproj/project.pbxproj

Lines changed: 4 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
8D46EDDF29DBC29800FF01CA /* Adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D46EDD729DBC29800FF01CA /* Adapter.swift */; };
1111
8D46EDE029DBC29800FF01CA /* CallbackHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D46EDD829DBC29800FF01CA /* CallbackHandler.swift */; };
12-
8D7D983C29DB8437007B8198 /* connlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D7D983129DB8437007B8198 /* connlib.framework */; };
1312
8D967B2B29DBA064000B9D58 /* libconnlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D967B2A29DBA03F000B9D58 /* libconnlib.a */; };
1413
8DA207F829DBD80C00703A4A /* connlib-apple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA207F329DBD80C00703A4A /* connlib-apple.swift */; };
1514
8DA207F929DBD80C00703A4A /* connlib-apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA207F429DBD80C00703A4A /* connlib-apple.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -20,24 +19,13 @@
2019
8DA207FF29DBD86100703A4A /* BridgingHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D46EDD629DBC29800FF01CA /* BridgingHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
2120
/* End PBXBuildFile section */
2221

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-
3322
/* Begin PBXFileReference section */
3423
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; };
3524
8D46EDD629DBC29800FF01CA /* BridgingHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BridgingHeader.h; sourceTree = "<group>"; };
3625
8D46EDD729DBC29800FF01CA /* Adapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Adapter.swift; sourceTree = "<group>"; };
3726
8D46EDD829DBC29800FF01CA /* CallbackHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallbackHandler.swift; sourceTree = "<group>"; };
3827
8D4BADD129DBD6CC00940F0D /* connlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = connlib.h; sourceTree = "<group>"; };
3928
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; };
4129
8D967B2629DB9A3B000B9D58 /* build-rust.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "build-rust.sh"; sourceTree = "<group>"; };
4230
8D967B2A29DBA03F000B9D58 /* libconnlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libconnlib.a; path = target/universal/debug/libconnlib.a; sourceTree = "<group>"; };
4331
8DA207F329DBD80C00703A4A /* connlib-apple.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "connlib-apple.swift"; sourceTree = "<group>"; };
@@ -56,14 +44,6 @@
5644
);
5745
runOnlyForDeploymentPostprocessing = 0;
5846
};
59-
8D7D983829DB8437007B8198 /* Frameworks */ = {
60-
isa = PBXFrameworksBuildPhase;
61-
buildActionMask = 2147483647;
62-
files = (
63-
8D7D983C29DB8437007B8198 /* connlib.framework in Frameworks */,
64-
);
65-
runOnlyForDeploymentPostprocessing = 0;
66-
};
6747
/* End PBXFrameworksBuildPhase section */
6848

6949
/* Begin PBXGroup section */
@@ -94,7 +74,6 @@
9474
isa = PBXGroup;
9575
children = (
9676
8D7D983129DB8437007B8198 /* connlib.framework */,
97-
8D7D983B29DB8437007B8198 /* connlibTests.xctest */,
9877
);
9978
name = Products;
10079
sourceTree = "<group>";
@@ -179,24 +158,6 @@
179158
productReference = 8D7D983129DB8437007B8198 /* connlib.framework */;
180159
productType = "com.apple.product-type.framework";
181160
};
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-
};
200161
/* End PBXNativeTarget section */
201162

202163
/* Begin PBXProject section */
@@ -210,9 +171,6 @@
210171
8D7D983029DB8437007B8198 = {
211172
CreatedOnToolsVersion = 14.3;
212173
};
213-
8D7D983A29DB8437007B8198 = {
214-
CreatedOnToolsVersion = 14.3;
215-
};
216174
};
217175
};
218176
buildConfigurationList = 8D7D982B29DB8437007B8198 /* Build configuration list for PBXProject "connlib" */;
@@ -229,7 +187,6 @@
229187
projectRoot = "";
230188
targets = (
231189
8D7D983029DB8437007B8198 /* connlib */,
232-
8D7D983A29DB8437007B8198 /* connlibTests */,
233190
);
234191
};
235192
/* End PBXProject section */
@@ -243,13 +200,6 @@
243200
);
244201
runOnlyForDeploymentPostprocessing = 0;
245202
};
246-
8D7D983929DB8437007B8198 /* Resources */ = {
247-
isa = PBXResourcesBuildPhase;
248-
buildActionMask = 2147483647;
249-
files = (
250-
);
251-
runOnlyForDeploymentPostprocessing = 0;
252-
};
253203
/* End PBXResourcesBuildPhase section */
254204

255205
/* Begin PBXShellScriptBuildPhase section */
@@ -284,23 +234,8 @@
284234
);
285235
runOnlyForDeploymentPostprocessing = 0;
286236
};
287-
8D7D983729DB8437007B8198 /* Sources */ = {
288-
isa = PBXSourcesBuildPhase;
289-
buildActionMask = 2147483647;
290-
files = (
291-
);
292-
runOnlyForDeploymentPostprocessing = 0;
293-
};
294237
/* End PBXSourcesBuildPhase section */
295238

296-
/* Begin PBXTargetDependency section */
297-
8D7D983E29DB8437007B8198 /* PBXTargetDependency */ = {
298-
isa = PBXTargetDependency;
299-
target = 8D7D983029DB8437007B8198 /* connlib */;
300-
targetProxy = 8D7D983D29DB8437007B8198 /* PBXContainerItemProxy */;
301-
};
302-
/* End PBXTargetDependency section */
303-
304239
/* Begin XCBuildConfiguration section */
305240
8D7D984329DB8437007B8198 /* Debug */ = {
306241
isa = XCBuildConfiguration;
@@ -425,7 +360,7 @@
425360
CODE_SIGN_STYLE = Automatic;
426361
CURRENT_PROJECT_VERSION = 1;
427362
DEFINES_MODULE = YES;
428-
DEVELOPMENT_TEAM = 47R2M6779T;
363+
DEVELOPMENT_TEAM = "";
429364
DYLIB_COMPATIBILITY_VERSION = 1;
430365
DYLIB_CURRENT_VERSION = 1;
431366
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -449,6 +384,7 @@
449384
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
450385
PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib;
451386
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
387+
PROVISIONING_PROFILE_SPECIFIER = "";
452388
SDKROOT = auto;
453389
SKIP_INSTALL = YES;
454390
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
@@ -466,7 +402,7 @@
466402
CODE_SIGN_STYLE = Automatic;
467403
CURRENT_PROJECT_VERSION = 1;
468404
DEFINES_MODULE = YES;
469-
DEVELOPMENT_TEAM = 47R2M6779T;
405+
DEVELOPMENT_TEAM = "";
470406
DYLIB_COMPATIBILITY_VERSION = 1;
471407
DYLIB_CURRENT_VERSION = 1;
472408
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -493,6 +429,7 @@
493429
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
494430
PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib;
495431
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
432+
PROVISIONING_PROFILE_SPECIFIER = "";
496433
SDKROOT = auto;
497434
SKIP_INSTALL = YES;
498435
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
@@ -502,48 +439,6 @@
502439
};
503440
name = Release;
504441
};
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-
};
547442
/* End XCBuildConfiguration section */
548443

549444
/* Begin XCConfigurationList section */
@@ -565,15 +460,6 @@
565460
defaultConfigurationIsVisible = 0;
566461
defaultConfigurationName = Release;
567462
};
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-
};
577463
/* End XCConfigurationList section */
578464
};
579465
rootObject = 8D7D982829DB8437007B8198 /* Project object */;

0 commit comments

Comments
 (0)