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

  • Home
  • SEARCH
  • 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 8813065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:45:04+00:00 2026-06-14T03:45:04+00:00

I have been developing an app for an iDevice, and I wanted to create

  • 0

I have been developing an app for an iDevice, and I wanted to create a .deb file of my app, so I created a simple app in Xcode to test things out, but I am having difficulty creating the .deb file.

I did the following steps:

1) deleted the .DS_Store files, *$ rm -rf .DS_Store*
2) $ dpkg-deb -b ~/repo/debs

When it creates the .deb file it is only 16KB which I know the test app should be a little bigger.

The directory structure for the app is as follows:

+- MyProgram
 +- Applications
 | +- MyProgram.app 
 | +- Info.plist 
   | +- MyProgram 
   | +- icon.png 
+- DEBIAN 
| +- control 
+- System 
 +- Library 
  +- LaunchDaemons 
   +- com.saurik.MyProgram.plist

I didn’t include a com.saurik.MyProgram.plist file because I didn’t see a file resembling one in the build directory, when I built the app in Xcode.

Basically the app is a simple viewcontroller with a label. The app does contain a .storyboard file if that makes a difference.

  • 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-06-14T03:45:06+00:00Added an answer on June 14, 2026 at 3:45 am

    I got this working, and created a shell script in the process. The shell script is as follows:

    #!/bin/bash
    
    echo "Update Repo Script Started"
    
    cd ~/Projects/<ProjectName>
    
    ldid -S app/<Project.app>/<Project>
    
    cp -R app/<Project.app> ~/packages/<Project>/Applications/
    
    cd ~/packages
    
    echo $PWD
    
    dpkg-deb -b <Project> ~/repo/debs/
    
    cd ~/repo
    
    dpkg-scanpackages debs / > Packages
    
    bzip2 -fks Packages
    
    cd ..
    
    ssh -n <host> 'rm -rf /path/to/your/repo'
    
    scp -r repo <host>:/home/<user>/www/
    
    echo "Repo Updated"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been developing an android app, and i wanted to test it out
I have lately been developing a very simple app for iOS with PhoneGap. All
I have been developing test builds of an app for some time and have
I'm currently developing an iPhone app and so far things have worked out smoothly.
I have been developing an app for weeks on a desktop computer. I have
I have been developing an app in VB.NET which requires a control object (for
I have been developing an app in FatFree framework and now I am trying
So I have been developing a small ASP.NET web app in C# for my
I have been putting off developing this part of my app for sometime purely
I'm developing a new client-server app (.Net) and have up until now been using

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.