diff --git a/resources/install/build.xml b/resources/install/build.xml index f684a23cc..0db0fd3d7 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -499,14 +499,35 @@ - + - + + + + + + + + + + + + + + + + + + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + URLHandler + CFBundleIdentifier + com.apple.myCocoaApp + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + APP_NAME + CFBundlePackageType + APPL + CFBundleSignature + sipu + CFBundleIconFile + sc_logo_128x128.icns + CFBundleURLTypes + + + CFBundleURLSchemes + + sip + feed + + + + CFBundleVersion + 0.2 + NSAppleScriptEnabled + YES + NSPrincipalClass + NSApplication + + diff --git a/resources/install/macosx/URLHandler.app/Contents/MacOS/URLHandler b/resources/install/macosx/URLHandler.app/Contents/MacOS/URLHandler new file mode 100755 index 000000000..78b27f136 Binary files /dev/null and b/resources/install/macosx/URLHandler.app/Contents/MacOS/URLHandler differ diff --git a/resources/install/macosx/URLHandler.app/Contents/PkgInfo b/resources/install/macosx/URLHandler.app/Contents/PkgInfo new file mode 100644 index 000000000..9745d580a --- /dev/null +++ b/resources/install/macosx/URLHandler.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLsipu \ No newline at end of file