Skip to content

Commit

Permalink
OKTA-279558 - AuthN iOS SDK: Add MacOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta committed Feb 28, 2020
1 parent b4783a7 commit 013d756
Showing 1 changed file with 25 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA4ED99A21C1499200A065A1"
BuildableName = "OktaAuthNative.framework"
BlueprintName = "OktaAuthNative iOS"
ReferencedContainer = "container:OktaAuthNative.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CodeCoverageTargets>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -47,19 +56,22 @@
BlueprintName = "OktaAuthNative iOS Tests"
ReferencedContainer = "container:OktaAuthNative.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "E2ETests/testFactorChallengeSuccess()">
</Test>
<Test
Identifier = "E2ETests/testPushFactorEnrollmentSuccess()">
</Test>
<Test
Identifier = "E2ETests/testSmsFactorEnrollmentSuccess()">
</Test>
<Test
Identifier = "E2ETests/testTotpFactorEnrollmentSuccess()">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA4ED99A21C1499200A065A1"
BuildableName = "OktaAuthNative.framework"
BlueprintName = "OktaAuthNative iOS"
ReferencedContainer = "container:OktaAuthNative.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down Expand Up @@ -107,8 +119,6 @@
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down

0 comments on commit 013d756

Please sign in to comment.