mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 05:10:57 +00:00
add placeholder icon & source groups
This commit is contained in:
parent
dc10f5d0ce
commit
3801e23146
@ -1,4 +1,5 @@
|
|||||||
add_executable(Voxelotl MACOSX_BUNDLE
|
add_executable(Voxelotl MACOSX_BUNDLE
|
||||||
|
Voxelotl.icns
|
||||||
Application.swift
|
Application.swift
|
||||||
main.swift)
|
main.swift)
|
||||||
|
|
||||||
@ -13,6 +14,7 @@ set_target_properties(Voxelotl PROPERTIES
|
|||||||
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
|
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
|
||||||
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
|
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
|
||||||
MACOSX_BUNDLE_GUI_IDENTIFIER "gay.pizza.voxelotl"
|
MACOSX_BUNDLE_GUI_IDENTIFIER "gay.pizza.voxelotl"
|
||||||
|
MACOSX_BUNDLE_ICON_FILE "Voxelotl.icns"
|
||||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in"
|
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in"
|
||||||
BUILD_RPATH "@loader_path/../Frameworks"
|
BUILD_RPATH "@loader_path/../Frameworks"
|
||||||
XCODE_ATTRIBUTE_SKIP_INSTALL "NO"
|
XCODE_ATTRIBUTE_SKIP_INSTALL "NO"
|
||||||
@ -21,3 +23,7 @@ set_target_properties(Voxelotl PROPERTIES
|
|||||||
XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE "Metal"
|
XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE "Metal"
|
||||||
XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_CURRENT_SOURCE_DIR}/Voxelotl.entitlements"
|
XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_CURRENT_SOURCE_DIR}/Voxelotl.entitlements"
|
||||||
MACOSX_BUNDLE_COPYRIGHT "© 2024 Gay Pizza Specifications")
|
MACOSX_BUNDLE_COPYRIGHT "© 2024 Gay Pizza Specifications")
|
||||||
|
set_source_files_properties(Voxelotl.icns PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
|
||||||
|
source_group("Resources" FILES Voxelotl.icns)
|
||||||
|
|
||||||
|
source_group("Source Files" REGULAR_EXPRESSION "\\.(swift)$")
|
||||||
|
@ -4,5 +4,7 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
BIN
Sources/Voxelotl/Voxelotl.icns
Normal file
BIN
Sources/Voxelotl/Voxelotl.icns
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user