Skip to content

Commit

Permalink
Share .soundscape route files instead of .openscape ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver2213 committed Aug 25, 2023
1 parent fbbf7d8 commit 68d252f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extension RouteParameters {

// Save file to temporary directory using a localized filename
// todo: good place to get the extension of the file to export from our imfo.plist instead of hardcoding it here
let url = FileManager.default.temporaryDirectory.appendingPathComponent("\(UUID().uuidString).openscape")
let url = FileManager.default.temporaryDirectory.appendingPathComponent("\(UUID().uuidString).soundscape")

do {
try data.write(to: url)
Expand Down

0 comments on commit 68d252f

Please sign in to comment.