Skip to content

Instantly share code, notes, and snippets.

@mitulbhalia
Created January 4, 2014 09:35
Show Gist options
  • Save mitulbhalia/8253483 to your computer and use it in GitHub Desktop.
Save mitulbhalia/8253483 to your computer and use it in GitHub Desktop.
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>YOUR APPLICATION ID</string>
<key>CFBundleURLSchemes</key>
<array>
<string>YOUR APP NAME</string>
</array>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array>
<string>YOUR ICON FILES</string>
<string>YOUR ICON FILES</string>
</array>
<key>CFBundleTypeName</key>
<string>Songwriter Files</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>public.plain-text</string>
<string>com.microsoft.waveform-audio</string>
<string>org.gnu.gnu-zip-archive</string>
</array>
</dict>
</array>
<key>CFBundleIdentifier</key>
<string>YOUR APPLICATION ID</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment