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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:11:43+00:00 2026-05-26T04:11:43+00:00

I’ve written a ruby script that I am now looking at wrapping up in

  • 0

I’ve written a ruby script that I am now looking at wrapping up in a preference pane for the purpose of configuring my ruby script. Now I was hoping that there would be a way for me to run some arbitrary commands when this preference pane gets installed in order to install necessary ruby gems etc, however I can’t seem to find any documentation on this sort of functionality anywhere.

Any ideas would be appreciated.

Cheers
Nick

  • 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-26T04:11:43+00:00Added an answer on May 26, 2026 at 4:11 am

    You could just call a ruby script that performs any necessary configurations for you. If you need it to install gems, you’ll probably need to run it with elevated privileges. This is how I’ve done it in the past:

    // Get the path to the helper script from the main app bundle
    NSBundle *appBundle = [NSBundle mainBundle];
    NSString *scriptPath = [appBundle pathForResource: @"helperScript" 
                                               ofType: @"rb"];
    
    // Construct the applescript command to run to helper script with elevated privileges
    NSString *scriptCommand = [NSString stringWithFormat: @"do shell script \"ruby '%@'\" with administrator privileges", scriptPath];
    
    // Execute the helper script via Applescript, log any errors
    NSAppleScript *executeRubyScript = [[NSAppleScript alloc] initWithSource: scriptCommand];
    NSDictionary *error = [[NSDictionary alloc] init];
    [executeRubyScript executeAndReturnError: &error];
    [executeRubyScript release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is
I need a function that will clean a strings' special characters. I do NOT
I'm trying to create an if statement in PHP that prevents a single post

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.