issues
search
twostraws
/
Ignite
A static site generator for Swift developers.
MIT License
1.71k
stars
94
forks
source link
Copying assets from the wrong directory
#128
Closed
vdhamer
closed
1 month ago
vdhamer
commented
1 month ago
Contains 3 changes:
Fix: #126 This is allows apps that include Ignite via "add package" to access Assets/Content/Includes data. Related to MacOS sandboxing.
added a row to the table with websites that use Ignite ( @jcalderita )
2 tests gave
Ambiguous use of 'init(_:)
errors under Xcode 16.0 and Swift 6 Had to add
: URL
as a workaround. Not sure what the root cause is. See #81
twostraws
commented
1 month ago
Thank you!
Contains 3 changes:
Ambiguous use of 'init(_:)
errors under Xcode 16.0 and Swift 6 Had to add: URL
as a workaround. Not sure what the root cause is. See #81