Skip to content

Commit

Permalink
Remove @MainActor in Quick Start (temporarily) (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller authored Jan 28, 2025
1 parent e6101d6 commit 00aacd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ files:
create "{{ project|replace:' ','_' }}/Sources/Bootstrap/Scene"
create "{{ project|replace:' ','_' }}/Sources/Bootstrap/Window"
create "{{ project|replace:' ','_' }}/Sources/Screens/Root"
find "{{ project|replace:' ','_' }}/Sources" -type f -name "*.swift" -exec sed -i '' '/@MainActor/,+0d' {} \;
fi
NEEDLE_GENERATED="{{ project|replace:' ','_' }}/Generated/NeedleGenerated.swift"
MOCKOLO_GENERATED="{{ project|replace:' ','_' }}Tests/Generated/MockoloGenerated.swift"
Expand Down

0 comments on commit 00aacd4

Please sign in to comment.