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 7165055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:10:37+00:00 2026-05-28T14:10:37+00:00

How to build Sandboxed app without XCode? I mean I’m using gcc Make to

  • 0

How to build Sandboxed app without XCode? I mean I’m using gcc Make to build my applications and own system for creating app bundles. But how can I enable the Sandbox without using XCode and option it’s Sandbox option?

There’s tut about Sandbox, but I can’t find anywhere informations about enabling Sandbox, but still no about SB without XCode.. Anyone can help?
http://developer.apple.com/library/mac/#documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxQuickStart/AppSandboxQuickStart.html#//apple_ref/doc/uid/TP40011183-CH2

  • 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-28T14:10:38+00:00Added an answer on May 28, 2026 at 2:10 pm

    It’s pretty easy to code-sign your application outside of Xcode. Simply create your entitlements in a separate plist file like this:

    <?xml version="1.0" encoding="utf-8"?>
    <plist version="1.0">
        <dict>
            <key>com.apple.security.app-sandbox</key>
            <true/>
        </dict>
    </plist>
    

    Once you have it, simply issue this command to code-sign your app bundle and enable sandboxing, by making it part of the entitlements:

    codesign -s - -f --entitlements /path/to/entitlement.plist /path/to/YourApp.app/
    

    If you already code-sign with a certificate, just replace ‘-s -‘ above with ‘-s “3rd Party Macintosh Developer…” and use your developer certificate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My build process consists of Qt's qmake Makefile generator and the typical make utility
I build VBA applications for both Word and Excel, is there any way to
Our build is annoyingly slow. It's a Java system built with Ant , and
I'm trying to make Paypal's sandbox API work and I'm using a sample project
I am evaluating the Hudson build system for use as a centralized, sterile build
I have a grails app, and I am using the java-apns 0.1.5 jar! I
Build fails with Groovy 1.8, Hibernate JPA annotations I've been stuck using Groovy 1.7.0
I've build a msi installer using a VS2010 setup project. Now the project does
I own a website selling greeting cards. I had programmers help me build the
I am trying to run nosetest using tipfy and google app engine but I

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.