Skip to content

Commit ab80b92

Browse files
committed
Fix bundle signing Xcode 14
1 parent 96d2886 commit ab80b92

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

LeanplumSDK/LeanplumSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,16 +2288,18 @@
22882288
075AAEF026847FE1007CA1BD /* Debug */ = {
22892289
isa = XCBuildConfiguration;
22902290
buildSettings = {
2291-
CODE_SIGN_STYLE = Automatic;
2291+
CODE_SIGNING_ALLOWED = NO;
2292+
CODE_SIGN_STYLE = Manual;
22922293
COMBINE_HIDPI_IMAGES = YES;
2293-
DEVELOPMENT_TEAM = 4XLWYATZ5P;
2294+
DEVELOPMENT_TEAM = "";
22942295
ENABLE_BITCODE = NO;
22952296
INFOPLIST_FILE = "LeanplumSDKBundle/Supporting Files/Info.plist";
22962297
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
22972298
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
22982299
MACOSX_DEPLOYMENT_TARGET = 11.3;
22992300
PRODUCT_BUNDLE_IDENTIFIER = "com.leanplum.LeanplumSDK-Bundle";
23002301
PRODUCT_NAME = "Leanplum-iOS-SDK";
2302+
PROVISIONING_PROFILE_SPECIFIER = "";
23012303
SDKROOT = iphoneos;
23022304
SKIP_INSTALL = YES;
23032305
SUPPORTS_MACCATALYST = NO;
@@ -2309,16 +2311,18 @@
23092311
075AAEF126847FE1007CA1BD /* Release */ = {
23102312
isa = XCBuildConfiguration;
23112313
buildSettings = {
2312-
CODE_SIGN_STYLE = Automatic;
2314+
CODE_SIGNING_ALLOWED = NO;
2315+
CODE_SIGN_STYLE = Manual;
23132316
COMBINE_HIDPI_IMAGES = YES;
2314-
DEVELOPMENT_TEAM = 4XLWYATZ5P;
2317+
DEVELOPMENT_TEAM = "";
23152318
ENABLE_BITCODE = NO;
23162319
INFOPLIST_FILE = "LeanplumSDKBundle/Supporting Files/Info.plist";
23172320
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
23182321
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
23192322
MACOSX_DEPLOYMENT_TARGET = 11.3;
23202323
PRODUCT_BUNDLE_IDENTIFIER = "com.leanplum.LeanplumSDK-Bundle";
23212324
PRODUCT_NAME = "Leanplum-iOS-SDK";
2325+
PROVISIONING_PROFILE_SPECIFIER = "";
23222326
SDKROOT = iphoneos;
23232327
SKIP_INSTALL = YES;
23242328
SUPPORTS_MACCATALYST = NO;

0 commit comments

Comments
 (0)