diff --git a/code/ryzom/client/macosx/Info.plist b/code/ryzom/client/macosx/Info.plist new file mode 100644 index 000000000..8072a90c1 --- /dev/null +++ b/code/ryzom/client/macosx/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleExecutable + ${MACOSX_BUNDLE_EXECUTABLE_NAME} + CFBundleGetInfoString + ${MACOSX_BUNDLE_INFO_STRING} + CFBundleIconFile + ${MACOSX_BUNDLE_ICON_FILE} + CFBundleIdentifier + ${MACOSX_BUNDLE_GUI_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLongVersionString + ${MACOSX_BUNDLE_LONG_VERSION_STRING} + CFBundleName + ${MACOSX_BUNDLE_BUNDLE_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + ${MACOSX_BUNDLE_SHORT_VERSION_STRING} + CFBundleSignature + ???? + CFBundleVersion + ${MACOSX_BUNDLE_BUNDLE_VERSION} + NSHumanReadableCopyright + ${MACOSX_BUNDLE_COPYRIGHT} + LSMinimumSystemVersion + ${CMAKE_OSX_DEPLOYMENT_TARGET}.0 + LSFileQuarantineEnabled + + CSResourcesFileMapped + + LSRequiresCarbon + + LSApplicationCategoryType + public.app-category.role-playing-games + + diff --git a/code/ryzom/client/macosx/PkgInfo b/code/ryzom/client/macosx/PkgInfo new file mode 100644 index 000000000..bd04210fb --- /dev/null +++ b/code/ryzom/client/macosx/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/code/ryzom/client/macosx/ryzom.icns b/code/ryzom/client/macosx/ryzom.icns new file mode 100644 index 000000000..6fb077d96 Binary files /dev/null and b/code/ryzom/client/macosx/ryzom.icns differ