Skip to content

Commit f83c8a6

Browse files
committed
Update project.pbxproj
1 parent eb8d080 commit f83c8a6

File tree

1 file changed

+2
-2
lines changed
  • SDKIntegrationTestApps/PostRelease-iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj

1 file changed

+2
-2
lines changed

SDKIntegrationTestApps/PostRelease-iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
DEVELOPMENT_TEAM = "";
406406
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = R63EM248DP;
407407
GENERATE_INFOPLIST_FILE = YES;
408-
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
408+
INFOPLIST_FILE = "$(PROJECT_DIR)/../Source/iOSReleaseTest/Info.plist";
409409
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
410410
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
411411
INFOPLIST_KEY_UIMainStoryboardFile = Main;
@@ -438,7 +438,7 @@
438438
DEVELOPMENT_TEAM = "";
439439
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = R63EM248DP;
440440
GENERATE_INFOPLIST_FILE = YES;
441-
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
441+
INFOPLIST_FILE = "$(PROJECT_DIR)/../Source/iOSReleaseTest/Info.plist";
442442
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
443443
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
444444
INFOPLIST_KEY_UIMainStoryboardFile = Main;

0 commit comments

Comments
 (0)