Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake: build .app bundle on macOS, added OTIO icon #18

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timlehr
Copy link
Collaborator

@timlehr timlehr commented Jul 14, 2023

Primarily for reference: This change configures cmake to build an .app bundle for Raven and adds the OTIO icon as a temporary icon for the bundle.

Copy link
Member

@jminor jminor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tim, this looks okay to me. What is left to make this non-draft?

@@ -5,7 +5,24 @@ project(raven VERSION 1.0)

set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")

add_executable(raven)
if(APPLE)
set(APP_BUNDLE_IDENTIFIER "com.opentimelineio.raven")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have opentimeline.io but not opentimelineio.com domain. So this could be io.opentimeline.raven

@timlehr
Copy link
Collaborator Author

timlehr commented May 22, 2024

@jminor We are using it on our end, but I didn't think about stuff like the domain, bundle name, proper icon ... Did you build it and have a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants