distribution

App Uploader and iTunesArtwork extension error

Hi, I'm getting an an error when trying to upload a new version of my app to the store using the Application Uploader. It says: "Icon specified in the Info.plist CFBundleIconFile does not have an extension:iTunesArtwork" From what I can tell, the iTunesArtwork is not supposed to have an extension. What do I do? ...

generate numbers

Hi, I want to generate numbers in some distribution patterns such as Exponential,Normal,Triangular etc. Please help me to this? are there any software to generate numbers? regards, nilani. ...

Generate random numbers according to distributions

Hi, I want to generate random numbers according some distributions. How can I do this? Regards, nilani ...

update iphone app "CodeResources file must be a symoblic link"

hi i tried to update an iphone app, which lies in an other "itunes connect" profile. i used "application loader" and everything is fine until i try to upload the zip file i get this strange message and cant figure out whats going wrong "The CodeResources file must be a symbolic link to _CodeSignature/CodeResources" i opened the bundle...

Error provisioning profile

I successfully built my app for distribution, but now, it does`t build anymore for debug on my iPhone device. Xcode try to run on my distribution profile instead of my developer profile. If I change the bundle identifier for what it was before, when I build I get a Code Sign error: The identity 'iPhone Distribution' doesn't match any ide...

How to overwrite the `make dist` default target of Qmake?

In a Qt project, I need to provide a custom make dist. So I added the following lines to the *.pro file: QMAKE_EXTRA_TARGETS += dist dist.commands = [...] That works, but shows the following warnings each time I run make: Makefile:209: warning: overriding commands for target `dist' Makefile:188: warning: ignoring old commands for tar...

Packaging proprietary software for Linux

Hi, I'm doing cross-platform development and I want to build a nice, self-contained (!) package for Linux. I know that that's not the way it's usually done, but the application requires all data in one place, so I'm installing it into /opt, like many other proprietary software packages do. I will eventually provide deb and rpm packages,...

Python: create a distribution from a list based on number of items that fall within certain ranges

I tagged this question with poisson as I am not sure if it will be helpful in this case. I need to create a distribution (probably formatted as an image in the end) from a list of data. For example: data = [1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 10, 10, 10, 22, 30, 30, 35, 46, 58, 59, 59] such that the data can be used to create a visu...

adhoc distribution with time limits

Is it possible to distribute an app via adhoc or inhouse distribution that will only run for a limited period? The provisioning profiles do not seem to allow a cut off date to be set. Thanks ...

Is it possible to compile a JS app + the NodeJS interpreter into a single executable?

Is it possible to compile a JS application and the NodeJS interpreter into a single executable for distribution? ...

Why is my man page formatted incorrectly ONLY when viewed with man?

I am writing a man page for a program, the source looks like this: .TH prog 1 "26 AUG 2010" "Version 0.1" "Center header" .NAME prog \- runs a program .SH SYNOPSIS .B prog When I use $ groff -Tascii -man source.txt | more the output is pretty much as expected. When I use: $ groff -Tascii -man source.txt > prog.1 && \ sudo cp prog...

Conversion of non-uniform distribution to uniform distribution.

how could i change a random non-uniform distribution to a uniform distribution ? Is there a formula ? thanks . ...

How are the XAP files structured?

Questions: Are XAP files self-contained? Do they link in all DLLs I have referenced in the project? If I need to distribute my app, is all I have to do is hand someone the XAP file? ...

Setting multiple icon files

I'm in the final stretch of submitting an application for distribution in the iTunes store, but I'm getting hung up on the icon files! If I have only a 57x57 file, I get a warning in XCode and an error in Application Loader that I haven't provided a 72x72. If I set the 72x72's name to "Icon.png" instead of the 57x57, then it complains t...

Distributing a statically linked ELF 32bit Binary - Will it run on all platforms?

My team is ready to release the first version of our Linux program and would like to do so in the easiest possible manner (for users). The program needs no external files, no install, and is statically linked. ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.15, not stripped My quest...

iPhone Distribution: No profiles currently match.

I am about to upload an app to iTunes Connect. I am not Team Agent, nor does it seem the Team Agent can make me a Team Agent. So he logged onto Member Center and downloaded a Distribution Certificate, which is in my Keychain along with the WWDR Certificate. The bundle identifier is set to se."companyname"."appname". When I set the Code...

Build and Archive - nothing happens on Submit Application

After successfully building the distribution version of my app for submission to iTunes Connect, I selected Build and Archive, as recommended, and the Organizer window popped up. Why, wondered I. OK, if I click the Archived Applications tab it displays one archived application (unfortunately grayed out - don't know if that means anything...

Cross source file template instantiation and use

I have a class with several template member functions that I would like to distribute among several source files to speed up compilation times. (The templates are implementation details and are not intended to be used outside the class, hence their definition in sources not headers.) How would I go about splitting up these templates in ...

Recreated iphone distribution certificate - want to configure existing Provisioning Profiles to use new cert?

My iphone distribution certificate was due to expire. I clicked the button next to the error message on the distribution certificate tab to recreate it, and followed the instructions to create a new certificate. (Note I used a new CSR - might this be a problem?). The certificate was created sucessfully, and I want to move my existing p...

iOS wireless ad hoc distribution fails at the end of download with "Unable to download..." message.

iOS wireless ad hoc distribution fails at the end of download with "Unable to download..." message. I followed steps in the answer of here: http://stackoverflow.com/questions/3098290/ios-4-wireless-app-distribution-for-in-house-applications. Any workaround? ...