Skip to content

Commit

Permalink
Work on adapt-it#539
Browse files Browse the repository at this point in the history
Set up iOS UTI declaration for AIC files, so users can open/import from another process on iOS.
  • Loading branch information
eb1 committed Jan 3, 2024
1 parent c40c9c0 commit c1a3442
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,20 @@
<string>public.xml</string>
</array>
</dict>
<dict>
<key>CFBundleTypeIconFiles</key>
<array />
<key>CFBundleTypeName</key>
<string>Adapt It Configuration Document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>org.adapt-it.document.aic</string>
</array>
</dict>
<dict>
<key>CFBundleTypeIconFiles</key>
<array>
Expand Down Expand Up @@ -241,6 +255,27 @@
<string>text/*</string>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.text</string>
</array>
<key>UTTypeDescription</key>
<string>Adapt It Configuration Document</string>
<key>CFBundleTypeIconFiles</key>
<array />
<key>UTTypeIdentifier</key>
<string>org.adapt-it.document.aic</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>aic</string>
</array>
<key>public.mime-type</key>
<string>text/*</string>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
Expand Down

0 comments on commit c1a3442

Please sign in to comment.