commit 1bf70453032d7b22cee4857ec39021d55ec1a93f
parent 98a3aff257b10c073079f11275525af15b4530e0
Author: Michael Camilleri <[email protected]>
Date: Tue, 19 May 2026 15:44:09 +0900
Add revision number and bundle identifier to template
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Crossmake/Sources/Fillmake/main.swift b/Crossmake/Sources/Fillmake/main.swift
@@ -1194,6 +1194,8 @@ func exportXD(state: PuzzleState, black: [Bool], slots: [Slot], options: Options
var lines: [String] = [
"Title: \(options.title)",
"CmVer: 3",
+ "Revision: 1",
+ "Bundle: cm-basic",
"Author: \(options.author)",
"Publisher: Crossmate",
"Date: \(ISO8601DateFormatter().string(from: Date()).prefix(10))",