Skip to content

Commit 83d277c

Browse files
committed
Updated DEVELOPMENT_TEAM id for code signing
1 parent 7d0d9b7 commit 83d277c

File tree

1 file changed

+10
-2
lines changed
  • SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/iOSReleaseTest.xcodeproj

1 file changed

+10
-2
lines changed

SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/iOSReleaseTest.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,14 @@
242242
inputFileListPaths = (
243243
"${PODS_ROOT}/Target Support Files/Pods-iOSReleaseTest/Pods-iOSReleaseTest-frameworks-${CONFIGURATION}-input-files.xcfilelist",
244244
);
245+
inputPaths = (
246+
);
245247
name = "[CP] Embed Pods Frameworks";
246248
outputFileListPaths = (
247249
"${PODS_ROOT}/Target Support Files/Pods-iOSReleaseTest/Pods-iOSReleaseTest-frameworks-${CONFIGURATION}-output-files.xcfilelist",
248250
);
251+
outputPaths = (
252+
);
249253
runOnlyForDeploymentPostprocessing = 0;
250254
shellPath = /bin/sh;
251255
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iOSReleaseTest/Pods-iOSReleaseTest-frameworks.sh\"\n";
@@ -303,10 +307,14 @@
303307
inputFileListPaths = (
304308
"${PODS_ROOT}/Target Support Files/Pods-iOSReleaseTestTests/Pods-iOSReleaseTestTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
305309
);
310+
inputPaths = (
311+
);
306312
name = "[CP] Embed Pods Frameworks";
307313
outputFileListPaths = (
308314
"${PODS_ROOT}/Target Support Files/Pods-iOSReleaseTestTests/Pods-iOSReleaseTestTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
309315
);
316+
outputPaths = (
317+
);
310318
runOnlyForDeploymentPostprocessing = 0;
311319
shellPath = /bin/sh;
312320
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iOSReleaseTestTests/Pods-iOSReleaseTestTests-frameworks.sh\"\n";
@@ -488,7 +496,7 @@
488496
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
489497
CODE_SIGN_STYLE = Automatic;
490498
CURRENT_PROJECT_VERSION = 1;
491-
DEVELOPMENT_TEAM = 5YP4T32B58;
499+
DEVELOPMENT_TEAM = R63EM248DP;
492500
GENERATE_INFOPLIST_FILE = YES;
493501
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
494502
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -518,7 +526,7 @@
518526
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
519527
CODE_SIGN_STYLE = Automatic;
520528
CURRENT_PROJECT_VERSION = 1;
521-
DEVELOPMENT_TEAM = YKPTD52Z6X;
529+
DEVELOPMENT_TEAM = R63EM248DP;
522530
GENERATE_INFOPLIST_FILE = YES;
523531
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
524532
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;

0 commit comments

Comments
 (0)