File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ CHANGELOG.md @AzureAD/AppleIdentityTeam @AzureAD/MSAL-ObjC-CIAM
22
22
/MSAL /MSAL.xcodeproj /xcshareddata /xcschemes /MSAL \ iOS \ Native \ Auth \ E2E \ Tests.xcscheme @ AzureAD/MSAL-ObjC-CIAM
23
23
/MSAL /MSAL.xcodeproj /xcshareddata /xcschemes /MSAL \ Mac \ Native \ Auth \ E2E \ Tests.xcscheme @ AzureAD/MSAL-ObjC-CIAM
24
24
/Package.swift @ AzureAD/MSAL-ObjC-CIAM
25
+ /spm-integration-test.sh @ AzureAD/MSAL-ObjC-CIAM
25
26
# For more details about inheritance patterns, or to assign different
26
27
# owners for individual file extensions, see:
27
28
# https://help.github.com/articles/about-codeowners/
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ cd "$SAMPLE_APP_TEMP_DIR"
48
48
git clone https://github.com/Azure-Samples/ms-identity-ciam-native-auth-ios-sample.git
49
49
cd ms-identity-ciam-native-auth-ios-sample
50
50
51
- sed -i ' ' ' s#kind = upToNextMinorVersion ;#kind = branch;#' NativeAuthSampleApp.xcodeproj/project.pbxproj
51
+ sed -i ' ' ' s#kind = upToNextMajorVersion ;#kind = branch;#' NativeAuthSampleApp.xcodeproj/project.pbxproj
52
52
sed -i ' ' " s#minimumVersion = [0-9.]*;#branch = $BRANCH_NAME ;#" NativeAuthSampleApp.xcodeproj/project.pbxproj
53
53
54
54
rm -f NativeAuthSampleApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
You can’t perform that action at this time.
0 commit comments