Skip to content

Commit b8f28c3

Browse files
committed
remove automatic sign-in
1 parent 338003e commit b8f28c3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

TappxUIKitObjCExample.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,14 @@
162162
inputFileListPaths = (
163163
"${PODS_ROOT}/Target Support Files/Pods-TappxUIKitObjCExample/Pods-TappxUIKitObjCExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
164164
);
165+
inputPaths = (
166+
);
165167
name = "[CP] Embed Pods Frameworks";
166168
outputFileListPaths = (
167169
"${PODS_ROOT}/Target Support Files/Pods-TappxUIKitObjCExample/Pods-TappxUIKitObjCExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
168170
);
171+
outputPaths = (
172+
);
169173
runOnlyForDeploymentPostprocessing = 0;
170174
shellPath = /bin/sh;
171175
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TappxUIKitObjCExample/Pods-TappxUIKitObjCExample-frameworks.sh\"\n";
@@ -212,9 +216,9 @@
212216
buildSettings = {
213217
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
214218
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
215-
CODE_SIGN_STYLE = Automatic;
219+
CODE_SIGN_STYLE = Manual;
216220
CURRENT_PROJECT_VERSION = 1;
217-
DEVELOPMENT_TEAM = S69WQ72UGQ;
221+
DEVELOPMENT_TEAM = "";
218222
ENABLE_USER_SCRIPT_SANDBOXING = NO;
219223
GENERATE_INFOPLIST_FILE = YES;
220224
INFOPLIST_FILE = TappxUIKitObjCExample/Info.plist;
@@ -224,13 +228,15 @@
224228
INFOPLIST_KEY_UIMainStoryboardFile = Main;
225229
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
226230
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
231+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
227232
LD_RUNPATH_SEARCH_PATHS = (
228233
"$(inherited)",
229234
"@executable_path/Frameworks",
230235
);
231236
MARKETING_VERSION = 1.0;
232237
PRODUCT_BUNDLE_IDENTIFIER = com.tappx.TappxObjCExample;
233238
PRODUCT_NAME = "$(TARGET_NAME)";
239+
PROVISIONING_PROFILE_SPECIFIER = "";
234240
SWIFT_EMIT_LOC_STRINGS = YES;
235241
TARGETED_DEVICE_FAMILY = "1,2";
236242
};
@@ -242,9 +248,9 @@
242248
buildSettings = {
243249
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
244250
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
245-
CODE_SIGN_STYLE = Automatic;
251+
CODE_SIGN_STYLE = Manual;
246252
CURRENT_PROJECT_VERSION = 1;
247-
DEVELOPMENT_TEAM = S69WQ72UGQ;
253+
DEVELOPMENT_TEAM = "";
248254
ENABLE_USER_SCRIPT_SANDBOXING = NO;
249255
GENERATE_INFOPLIST_FILE = YES;
250256
INFOPLIST_FILE = TappxUIKitObjCExample/Info.plist;
@@ -254,13 +260,15 @@
254260
INFOPLIST_KEY_UIMainStoryboardFile = Main;
255261
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
256262
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
263+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
257264
LD_RUNPATH_SEARCH_PATHS = (
258265
"$(inherited)",
259266
"@executable_path/Frameworks",
260267
);
261268
MARKETING_VERSION = 1.0;
262269
PRODUCT_BUNDLE_IDENTIFIER = com.tappx.TappxObjCExample;
263270
PRODUCT_NAME = "$(TARGET_NAME)";
271+
PROVISIONING_PROFILE_SPECIFIER = "";
264272
SWIFT_EMIT_LOC_STRINGS = YES;
265273
TARGETED_DEVICE_FAMILY = "1,2";
266274
};

0 commit comments

Comments
 (0)