Skip to content

Commit f2a8807

Browse files
authored
[iOS SDK] Change SPM script to use major version (#2333)
* Changed replace text to match NativeAuthSampleApp project settings * Added CIAM team as codeowners on spm-integration-test.sh
1 parent 6ce36b7 commit f2a8807

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CHANGELOG.md @AzureAD/AppleIdentityTeam @AzureAD/MSAL-ObjC-CIAM
2222
/MSAL/MSAL.xcodeproj/xcshareddata/xcschemes/MSAL\ iOS\ Native\ Auth\ E2E\ Tests.xcscheme @AzureAD/MSAL-ObjC-CIAM
2323
/MSAL/MSAL.xcodeproj/xcshareddata/xcschemes/MSAL\ Mac\ Native\ Auth\ E2E\ Tests.xcscheme @AzureAD/MSAL-ObjC-CIAM
2424
/Package.swift @AzureAD/MSAL-ObjC-CIAM
25+
/spm-integration-test.sh @AzureAD/MSAL-ObjC-CIAM
2526
# For more details about inheritance patterns, or to assign different
2627
# owners for individual file extensions, see:
2728
# https://help.github.com/articles/about-codeowners/

spm-integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cd "$SAMPLE_APP_TEMP_DIR"
4848
git clone https://github.com/Azure-Samples/ms-identity-ciam-native-auth-ios-sample.git
4949
cd ms-identity-ciam-native-auth-ios-sample
5050

51-
sed -i '' 's#kind = upToNextMinorVersion;#kind = branch;#' NativeAuthSampleApp.xcodeproj/project.pbxproj
51+
sed -i '' 's#kind = upToNextMajorVersion;#kind = branch;#' NativeAuthSampleApp.xcodeproj/project.pbxproj
5252
sed -i '' "s#minimumVersion = [0-9.]*;#branch = $BRANCH_NAME;#" NativeAuthSampleApp.xcodeproj/project.pbxproj
5353

5454
rm -f NativeAuthSampleApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

0 commit comments

Comments
 (0)