Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1082295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:16:41+00:00 2026-05-16T22:16:41+00:00

I am working on a job where we are developing a set of cross-platform

  • 0

I am working on a job where we are developing a set of cross-platform applications using C++, Qt, and CMake (among other things). On the Mac we run into the problem that we need to package all of our shared libraries into each .app (currently there are 4 of them), which causes the size of the download and install to get large fairly rapidly.

We want to remain friendly to the Mac way of doing things, which means that we want to support the capacity to drag and drop applications. Does anybody have any ideas on how to do this while keeping the total size down?

The project is currently a set of four executables or apps that each use a common set of shared libraries (qt and in-house). There is also a set of ruby bindings that rely on the in-house libraries. I realize that you could probably create a Framework and install it in System/Library/Frameworks, but I haven’t read about that much yet. Doing that way seems like it would break the ability to drag and drop the app between machines.

Does anybody know of any examples of applications that do a similar thing on the Mac? Any creative ideas would be most welcome.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:16:42+00:00Added an answer on May 16, 2026 at 10:16 pm

    Make an installer, preferably using the standard package maker which comes with XCode tools.
    Having an installer for a suite of applications is not that uncommon. Apple’s own iWork has an installer and shares libraries.
    Making a standard .pkg is important if you want to distribute your app to a corporate customer: the IT admin would want to automate the install process remotely, which is possible for a standard .pkg but not if you write a custom installer yourself.

    As for the file placements, you should understand File System Domains as described by Apple. Basically, all the directory structure is repeated three times:

    /System/    : system domain
    /           : local domain
    /Users/name : user's domain
    

    The first is reserved by Apple. The second is for things shared by users on a machine. The third is for a specific user.

    The shared objects are put into directories called Library. So we have

    /System/Library 
    /Library
    /Users/name/Library
    

    You’ll typically install things in the last two. Inside Library, the directories should be organized as described here. Typically you put the frameworks in

    Library/Frameworks/
    

    or

    Library/Application Support/your_app/Frameworks/ 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a job portal using asp.net 3.5 I've used Lucene for job
I'm working to design job estimation software for my family's home improvement business and
I'm actually working on a job for school and I try to create a
I have a working ChangeTrackingList implementation which does its job just fine, but I'd
we had some demands here in my job that include working with asp. We
I have a requirement for a program I'm working on to store job numbers
This is what I'm working with: $this->paginate = array( 'order' => array('Job.deadline' => 'ASC'),
Working on a small game using an HTML5 canvas, and javascript. And it's working
Working with an undisclosed API, I found a function that can set the number
I'm developing a job service that has features like radial search, full-text search, the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.