Skip to content

Commit

Permalink
Fix asmdef so it doesn't cause build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BellringerQuinn committed Dec 15, 2023
1 parent c7aef86 commit c56001b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assets/Resources/OpenIdAuthenticatorConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c31bdc7ca06145c58d72ef6ca48f8e02, type: 3}
m_Name: OpenIdAuthenticatorConfig
m_EditorClassIdentifier:
UrlScheme: ios-test
UrlScheme: sdk-powered-by-sequence
7 changes: 4 additions & 3 deletions Assets/SequenceSDK/WaaS/Tests/WaaSTests.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"GUID:6055be8ebefd69e48b49212b09b47b2f",
"GUID:72aec190c59574cbabd6cbdd81011e4d"
],
"includePlatforms": [],
"excludePlatforms": [
"iOS"
"includePlatforms": [
"Editor",
"macOSStandalone"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
Expand Down

0 comments on commit c56001b

Please sign in to comment.