Skip to content

Commit

Permalink
Exclude the WaaSTests assembly from iOS builds as it causes build issues
Browse files Browse the repository at this point in the history
due to the nunit dependancy
  • Loading branch information
BellringerQuinn committed Dec 14, 2023
1 parent e9261f6 commit ba4c085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/SequenceSDK/WaaS/Tests/WaaSTests.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"GUID:72aec190c59574cbabd6cbdd81011e4d"
],
"includePlatforms": [],
"excludePlatforms": [],
"excludePlatforms": [
"iOS"
],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
Expand Down

0 comments on commit ba4c085

Please sign in to comment.