Skip to content

Commit efaf3f3

Browse files
committed
Merge branch 'dev' into spetrescu/merge_main_1.5.0_to_dev
2 parents fce0215 + f2a8807 commit efaf3f3

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
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/

build.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,6 @@ class ColorValues:
107107
"platform" : "visionOS",
108108
"target" : "visionOSFramework"
109109
},
110-
{
111-
"name" : "iOS Test App",
112-
"scheme" : "MSAL Test App (iOS)",
113-
"operations" : [ "build" ],
114-
"platform" : "visionOS",
115-
"target" : "visionOSTestApp"
116-
117-
},
118-
{
119-
"name" : "Sample iOS App",
120-
"scheme" : "SampleAppiOS",
121-
"workspace" : "Samples/ios/SampleApp.xcworkspace",
122-
"operations" : [ "build" ],
123-
"platform" : "visionOS",
124-
"target" : "visionOSSampleApp"
125-
},
126-
{
127-
"name" : "Sample iOS App-iOS",
128-
"scheme" : "SampleAppiOS-Swift",
129-
"workspace" : "Samples/ios/SampleApp.xcworkspace",
130-
"operations" : [ "build" ],
131-
"platform" : "visionOS",
132-
"target" : "visionOSSampleAppSwift"
133-
},
134110
]
135111

136112
def print_operation_start(name, operation) :

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)