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

Commit

Permalink
Remove code signing; connlibTests to simplify (#17)
Browse files Browse the repository at this point in the history
simplify info.plist I hope
  • Loading branch information
jamilbk authored May 1, 2023
1 parent 09f375f commit 4d8a316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 120 deletions.
4 changes: 2 additions & 2 deletions apple/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 4 additions & 118 deletions apple/connlib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
8D46EDDF29DBC29800FF01CA /* Adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D46EDD729DBC29800FF01CA /* Adapter.swift */; };
8D46EDE029DBC29800FF01CA /* CallbackHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D46EDD829DBC29800FF01CA /* CallbackHandler.swift */; };
8D7D983C29DB8437007B8198 /* connlib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D7D983129DB8437007B8198 /* connlib.framework */; };
8D967B2B29DBA064000B9D58 /* libconnlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D967B2A29DBA03F000B9D58 /* libconnlib.a */; };
8DA207F829DBD80C00703A4A /* connlib-apple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA207F329DBD80C00703A4A /* connlib-apple.swift */; };
8DA207F929DBD80C00703A4A /* connlib-apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA207F429DBD80C00703A4A /* connlib-apple.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand All @@ -20,24 +19,13 @@
8DA207FF29DBD86100703A4A /* BridgingHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D46EDD629DBC29800FF01CA /* BridgingHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
8D7D983D29DB8437007B8198 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8D7D982829DB8437007B8198 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8D7D983029DB8437007B8198;
remoteInfo = connlib;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
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; };
8D46EDD629DBC29800FF01CA /* BridgingHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BridgingHeader.h; sourceTree = "<group>"; };
8D46EDD729DBC29800FF01CA /* Adapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Adapter.swift; sourceTree = "<group>"; };
8D46EDD829DBC29800FF01CA /* CallbackHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallbackHandler.swift; sourceTree = "<group>"; };
8D4BADD129DBD6CC00940F0D /* connlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = connlib.h; sourceTree = "<group>"; };
8D7D983129DB8437007B8198 /* connlib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = connlib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8D7D983B29DB8437007B8198 /* connlibTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = connlibTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8D967B2629DB9A3B000B9D58 /* build-rust.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "build-rust.sh"; sourceTree = "<group>"; };
8D967B2A29DBA03F000B9D58 /* libconnlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libconnlib.a; path = target/universal/debug/libconnlib.a; sourceTree = "<group>"; };
8DA207F329DBD80C00703A4A /* connlib-apple.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "connlib-apple.swift"; sourceTree = "<group>"; };
Expand All @@ -56,14 +44,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
8D7D983829DB8437007B8198 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8D7D983C29DB8437007B8198 /* connlib.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -94,7 +74,6 @@
isa = PBXGroup;
children = (
8D7D983129DB8437007B8198 /* connlib.framework */,
8D7D983B29DB8437007B8198 /* connlibTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -179,24 +158,6 @@
productReference = 8D7D983129DB8437007B8198 /* connlib.framework */;
productType = "com.apple.product-type.framework";
};
8D7D983A29DB8437007B8198 /* connlibTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8D7D984829DB8437007B8198 /* Build configuration list for PBXNativeTarget "connlibTests" */;
buildPhases = (
8D7D983729DB8437007B8198 /* Sources */,
8D7D983829DB8437007B8198 /* Frameworks */,
8D7D983929DB8437007B8198 /* Resources */,
);
buildRules = (
);
dependencies = (
8D7D983E29DB8437007B8198 /* PBXTargetDependency */,
);
name = connlibTests;
productName = connlibTests;
productReference = 8D7D983B29DB8437007B8198 /* connlibTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -210,9 +171,6 @@
8D7D983029DB8437007B8198 = {
CreatedOnToolsVersion = 14.3;
};
8D7D983A29DB8437007B8198 = {
CreatedOnToolsVersion = 14.3;
};
};
};
buildConfigurationList = 8D7D982B29DB8437007B8198 /* Build configuration list for PBXProject "connlib" */;
Expand All @@ -229,7 +187,6 @@
projectRoot = "";
targets = (
8D7D983029DB8437007B8198 /* connlib */,
8D7D983A29DB8437007B8198 /* connlibTests */,
);
};
/* End PBXProject section */
Expand All @@ -243,13 +200,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
8D7D983929DB8437007B8198 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -284,23 +234,8 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
8D7D983729DB8437007B8198 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
8D7D983E29DB8437007B8198 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 8D7D983029DB8437007B8198 /* connlib */;
targetProxy = 8D7D983D29DB8437007B8198 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
8D7D984329DB8437007B8198 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -425,7 +360,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 47R2M6779T;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -449,6 +384,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = auto;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
Expand All @@ -466,7 +402,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 47R2M6779T;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -493,6 +429,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = dev.firezone.connlib;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = auto;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
Expand All @@ -502,48 +439,6 @@
};
name = Release;
};
8D7D984929DB8437007B8198 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 47R2M6779T;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "dev.firezone.connlib-tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
8D7D984A29DB8437007B8198 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 47R2M6779T;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
MACOSX_DEPLOYMENT_TARGET = 13.3;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "dev.firezone.connlib-tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -565,15 +460,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8D7D984829DB8437007B8198 /* Build configuration list for PBXNativeTarget "connlibTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8D7D984929DB8437007B8198 /* Debug */,
8D7D984A29DB8437007B8198 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 8D7D982829DB8437007B8198 /* Project object */;
Expand Down

0 comments on commit 4d8a316

Please sign in to comment.