Launchable Application List Requests
Re: Launchable Application List Requests
Good for Enterprise
Not sure if it has a URL scheme.
Thank you!
Not sure if it has a URL scheme.
Thank you!
- Attachments
-
- Good.zip
- Info.plist
- (1.11 KiB) Downloaded 970 times
Re: Launchable Application List Requests
Added Good.
Re: Launchable Application List Requests
Outlook Web App
I don't think this has a URL scheme but...
I don't think this has a URL scheme but...
- Attachments
-
- OWA.zip
- (719 Bytes) Downloaded 926 times
Re: Launchable Application List Requests
Nope, sorry, this app doesn't have one.joshnat wrote:Outlook Web App
I don't think this has a URL scheme but...
Re: Launchable Application List Requests
I'd like to add Things to the list of available apps
things:add?title={application_name}¬es={event_name}
things:add?title={application_name}¬es={event_name}
Re: Launchable Application List Requests
Updated, added Things.
Re: Launchable Application List Requests
Thanks for adding Things to the launch list so quickly. I had a question though.
When you setup the redirect, is it only launching "things:" or did you add the application name and event name as variables to the redirect like "things:add?title={application_name}¬es={event_name}"
I sent a notification through to Prowl and it failed to import. I thought it was due to spaces in the application name but I tested spaces in Safari and it worked fine. I thought I'd ask about the stored redirect before I tested further.
When you setup the redirect, is it only launching "things:" or did you add the application name and event name as variables to the redirect like "things:add?title={application_name}¬es={event_name}"
I sent a notification through to Prowl and it failed to import. I thought it was due to spaces in the application name but I tested spaces in Safari and it worked fine. I thought I'd ask about the stored redirect before I tested further.
Re: Launchable Application List Requests
Sadly, this level of customizing the URL is not possible.scavone wrote:Thanks for adding Things to the launch list so quickly. I had a question though.
When you setup the redirect, is it only launching "things:" or did you add the application name and event name as variables to the redirect like "things:add?title={application_name}¬es={event_name}"
I sent a notification through to Prowl and it failed to import. I thought it was due to spaces in the application name but I tested spaces in Safari and it worked fine. I thought I'd ask about the stored redirect before I tested further.
-
- Harmless
- Posts: 1
- Joined: Thu Mar 15, 2012 6:38 pm
Re: Launchable Application List Requests
id like to add sparrow and imo messager
- Attachments
-
- Info.plist.zip
- sparrow
- (863 Bytes) Downloaded 850 times
-
- Info.plist.zip
- IMO
- (863 Bytes) Downloaded 841 times
Re: Launchable Application List Requests
Updated, added Sparrow. IMO doesn't register for any URLs so Prowl can't launch it.
Re: Launchable Application List Requests
Gmail iOS app
Code: Select all
<?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>BuildMachineOSBuild</key>
<string>10J869</string>
<key>BuildVersion</key>
<string>1724</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Gmail</string>
<key>CFBundleExecutable</key>
<string>GmailHybrid</string>
<key>CFBundleIconFile</key>
<string>Icon.png</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.google.Gmail</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>GmailHybrid</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.google.gmail</string>
<key>CFBundleURLSchemes</key>
<array>
<string>googlegmail</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.1.0.1724</string>
<key>DTCompiler</key>
<string>4.2</string>
<key>DTPlatformBuild</key>
<string>8F190</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>4.3</string>
<key>DTSDKBuild</key>
<string>8F190</string>
<key>DTSDKName</key>
<string>iphoneos4.3</string>
<key>DTXcode</key>
<string>0400</string>
<key>DTXcodeBuild</key>
<string>10M2518</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>4.0</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleOpaqueBlack</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
Re: Launchable Application List Requests
Never mind on the Google iOS App.
You can add it yourself by using the Custom URL of googlegmail:/
You can add it yourself by using the Custom URL of googlegmail:/
Re: Launchable Application List Requests
Updated, added Gmail.
Re: Launchable Application List Requests
I would like to have Qouch (http://itunes.apple.com/se/app/qouch/id480524518?mt=8) support.
the uri should be qouch://
Thanks!
the uri should be qouch://
Thanks!
Re: Launchable Application List Requests
Readdle Docs browser/download: rhttp://[web url]
Re: Launchable Application List Requests
any possibility for iwhmcs?
thanks in advance.
Code: Select all
bplist00ß
!"#$%&'()*+,-/234567,89;<=?@ABCD_CFBundleURLTypes_CFBundleInfoDictionaryVersion_DTPlatformVersion_CFBundleIconFile\CFBundleNameYDTSDKName_UTImportedTypeDeclarations_LSRequiresIPhoneOS_CFBundleDisplayName_CFBundleDocumentTypesZDTSDKBuild_CFBundleShortVersionString_CFBundleSupportedPlatforms_ UISupportedInterfaceOrientations_BuildMachineOSBuild_DTPlatformBuild_CFBundlePackageType_UTExportedTypeDeclarations_CFBundleDevelopmentRegion\DTXcodeBuild_CFBundleVersion_MinimumOSVersion^UIDeviceFamily]NSMainNibFile_CFBundleIdentifier_CFBundleIconFilesWDTXcode_CFBundleExecutable_CFBundleSignature^DTPlatformName_CFBundleResourceSpecificationZDTCompiler S6.0S4.3ZIcon57.pngViWHMCS[iphoneos4.3 ViWHMCS U8F190U1.5.3¡.XiPhoneOS¢01_UIInterfaceOrientationPortrait_(UIInterfaceOrientationPortraitUpsideDownV10K549U8F190TAPPL RenV4A304aS4.1¡:ZMainWindow_com.whmcs.iwhmcs¢$>[Icon114.pngT0400ViWHMCST????Xiphoneos_ResourceRules.plist_com.apple.compilers.llvmgcc42 K ^ ~ ’ ¥ ² ¼ Ù î'Da„š¬Âßû-<J_s{¤³ÓÞßãçòù&)Ju|‚‡ˆ‹’–˜š¥¸»ÇÌÓØá÷ E
thanks in advance.

Re: Launchable Application List Requests
ibisMail
Thanks in advance!
Thanks in advance!
- Attachments
-
- Info.plist.zip
- (1.03 KiB) Downloaded 857 times
Re: Launchable Application List Requests
Dragonvale, should be bfsdragonvale://
Re: Launchable Application List Requests
iControlbits
Thx!
Thx!
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/Property
List-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBuildNumber</key>
<string>92</string>
<key>CFBundleName</key>
<string>iControlBits</string>
<key>DTSDKName</key>
<string>iphoneos5.1</string>
<key>DTXcode</key>
<string>0432</string>
<key>DTSDKBuild</key>
<string>9B176</string>
<key>CFBuildVersion</key>
<string>2.3.3</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleVersion</key>
<string>2.3.3 (92)</string>
<key>BuildMachineOSBuild</key>
<string>11E53</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>SignerIdentity</key>
<string>Apple iPhone OS Application Signing</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeName</key>
<string>TORRENT</string>
<key>LSItemContentTypes</key>
<array>
<string>com.bittorrent.torrent</string>
</array>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>Document</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleIconFile</key>
<string>iControlBitsApp.png</string>
<key>CFBundleShortVersionString</key>
<string>2.3.3 (92)</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleExecutable</key>
<string>iControlBits</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>MinimumOSVersion</key>
<string>5.1</string>
<key>CFBundleIdentifier</key>
<string>iControlBits</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
<key>CFBundleSignature</key>
<string>????</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>com.bittorrent.torrent</string>
<key>UTTypeDescription</key>
<string>Torrent</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.torrent</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.mime-type</key>
<string>application/torrent</string>
<key>public.filename-extension</key>
<array>
<string>torrent</string>
</array>
</dict>
</dict>
</array>
<key>CFBundleIconFiles</key>
<array>
<string>iControlBitsApp.png</string>
<string>iControlBitsApp@2x.png</string>
</array>
<key>CFBundleDisplayName</key>
<string>iControlBits</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>DTXcodeBuild</key>
<string>4E2002</string>
<key>DTPlatformVersion</key>
<key>DTPlatformBuild</key>
<string>9B176</string>
</dict>
</plist>
Re: Launchable Application List Requests
Updated; Sparrow should now open to the inbox. iControlbits doesn't have a URL scheme and can't be launched.