Skip to content

Commit 8ff6319

Browse files
authored
Merge pull request #2603 from AzureAD/kasong/bundle-id-scheme-change
changes on bundleid and scheme for Automation Test
2 parents bcff09f + 64d6d97 commit 8ff6319

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

MSAL/MSAL.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8593,7 +8593,7 @@
85938593
"$(inherited)",
85948594
"@executable_path/Frameworks",
85958595
);
8596-
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.MSALAutomationApp;
8596+
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.msal.automationapp;
85978597
PRODUCT_NAME = "$(TARGET_NAME)";
85988598
SWIFT_VERSION = 4.0;
85998599
};
@@ -8615,7 +8615,7 @@
86158615
"$(inherited)",
86168616
"@executable_path/Frameworks",
86178617
);
8618-
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.MSALAutomationApp;
8618+
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.msal.automationapp;
86198619
PRODUCT_NAME = "$(TARGET_NAME)";
86208620
SWIFT_VERSION = 4.0;
86218621
};

MSAL/test/automation/ios/resources/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
</array>
3939
</dict>
4040
</array>
41+
<key>LSApplicationQueriesSchemes</key>
42+
<array>
43+
<string>msauthv2</string>
44+
<string>msauthv3</string>
45+
</array>
4146
<key>CFBundleVersion</key>
4247
<string>1</string>
4348
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)