Implied already by exporting the UTI; explicit so Lanework outranks any third-party claimant of dev.rzen.indie.kanban-board on either platform. Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
104 lines
3.2 KiB
Plaintext
104 lines
3.2 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Lanework</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Lanework</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>© 2026 rzen</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>dev.rzen.indie.kanban-board</string>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>com.apple.package</string>
|
|
<string>public.directory</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Lanework Board</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<string>kanban</string>
|
|
</dict>
|
|
</dict>
|
|
<!-- The drag session payload types (DRAG-REORDER.md; 04-interactions.md ▸ Drag and drop).
|
|
Same-app transfer is the only real consumer — both boards are open in this app — but a
|
|
system drag session is what crosses window boundaries, draws the copy badge and gives
|
|
the full-size replica, and a system session needs a declared type to carry. -->
|
|
<dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>dev.rzen.indie.kanban.cards</string>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Lanework Cards</string>
|
|
</dict>
|
|
<dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>dev.rzen.indie.kanban.lanes</string>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Lanework Lanes</string>
|
|
</dict>
|
|
<!-- The clipboard manifest (04-interactions.md ▸ Clipboard). Its own type rather than either
|
|
drag type above: a clipboard payload carries cards or lanes under one identifier, plus
|
|
the staging copyID and the fallback index.md text a drag has no use for. -->
|
|
<dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>dev.rzen.indie.kanban.clipboard</string>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>Lanework Clipboard</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Lanework Board</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Owner</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>dev.rzen.indie.kanban-board</string>
|
|
</array>
|
|
<key>LSTypeIsPackage</key>
|
|
<true/>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|