We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf2591 commit 73b887eCopy full SHA for 73b887e
build.py
@@ -107,30 +107,6 @@ class ColorValues:
107
"platform" : "visionOS",
108
"target" : "visionOSFramework"
109
},
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
123
124
- "target" : "visionOSSampleApp"
125
126
127
- "name" : "Sample iOS App-iOS",
128
- "scheme" : "SampleAppiOS-Swift",
129
130
131
132
- "target" : "visionOSSampleAppSwift"
133
134
]
135
136
def print_operation_start(name, operation) :
0 commit comments