provisioning

How to convert a Vagrant box to a Docker image

你。 提交于 2019-12-03 04:22:47
问题 I saw that it's possible to convert a Docker image into a Vagrant box. Is there a way to convert a Vagrant box into a Docker image? 回答1: I replayed this with EC2 boxes and Virtualbox boxes in my Github project blacklabelops/centos. I have prepared a Vagrantfile with the necessary installation and you can try it yourself with your Vagrant boxes. EC2 boxes: Create and provision an AMI image with https://github.com/katzj/ami-creator - Skripts in my repository. Afterwards use Guestfish in order

Multiple computers with a standard iPhone developer program

倾然丶 夕夏残阳落幕 提交于 2019-12-03 03:55:44
问题 I have enrolled on the standard iPhone Developer Program and I've successfully created a provisioning profile for my iMac. But I also have a MacBook Pro that I use to work while I'm traveling. But with the standard iPhone Developer Program there seems to be no way to have 2 computers to work, unless I spend time revoking and re-creating/re-validating certification authorities when switching machines. Am I right? Or is there some way to use the same CA across multiple machines? 回答1: Just copy

How to remove App Ids from iPhone Provisioning Portal

自古美人都是妖i 提交于 2019-12-03 02:59:44
问题 While experimenting with iPhone app development, we have several AppIDs which should be deleted - except I can't find any way to delete them! What can I do with them? If delete is not available, how about renaming, hiding or permanently disabling? UPDATE: Beginning April 2013 Apple allows deleting AppIDs. Whoaa! 回答1: Delete: No Rename: No Hide: No Disable: No If you create an App ID, be prepared to live with it for the rest of your life; App IDs are the herpes of iPhone provisioning. 回答2: The

Setting a provisioning profile from within xcodebuild when making iPhone apps

拥有回忆 提交于 2019-12-03 01:34:04
问题 I'm using xcodebuild to compile my iPhone app from the command line. Is there a way to pass in some sort of option to set the provisioning profile? There seems to be not very much information about xcodebuild in general. 回答1: Documentation It seems from the doc, you can't set the provisioning file BUT you can specify the target: [-target targetname] So, if you create a target for each provisioning file, you could select the proper target from the command line. This would basically accomplish

iPhone Xcode project.pbxproj + Subversion = code signing issue?

余生颓废 提交于 2019-12-03 01:27:14
Try to commit my first iPhone application to Subversion found that there's "code signing identity" section in my xcode project.pbxproj file. CODE_SIGN_IDENTITY = "iPhone Developer: my username here...; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: above..."; The issue is, in our team we use different provisioning which bound to our device. So when other want to run the code on device, they have to change this line. We can share one provisioning to across this, but that way have several downside. Is there any other way to solve it? i.e. include code signing section to another file

Vagrant provisioning shell vs puppet vs chef

我的梦境 提交于 2019-12-03 01:21:40
问题 I have the following setup: Many different projects which are separate git repositories, but all have mostly the same server configuration Each project in turn depends on many other projects and we use the composer dependency manager to get them together (PHP language here). I want to use Vagrant and include a Vagrant file in each repository, so my team members can clone a repository, run vagrant up and be ready to go. My question is now directed towards the provisioning. I need to install

Running iOS app on a different Mac / simulator

妖精的绣舞 提交于 2019-12-03 00:50:22
I have built a demo iOS app on my Mac. My client wants to get the executable and run it on his iOS simulator on his Mac so as to give me feedbacks. I have an Apple developer account and I can deploy my app to my iPad / iPhone or distribute it via AppStore. But I don't know how to generate an iOS simulator executable for him. He only wants the iOS simulator executable. Does anyone have tried this before? P.S. I can't really distribute it via AppStore since it is just a demo app. It is very likely rejected. Plus, I have to send it to him today so I don't think Apple can pass my app within a day.

Name of Provisioning Profile used to sign an iPhone app?

本小妞迷上赌 提交于 2019-12-02 21:26:21
I wrote a script that uses xcodebuild to generate an AdHoc build of an iPhone application. I would like to edit this script to output the name of the Provisioning Profile used to sign the build. This would allow me to include the Provisioning Profile in the zip that is automatically generated. This way, I could automatically send the archive to the AdHoc testers and be sure that they have the right Provisioning Profile to install the app. Is there any way to extract the Provisioning Profile name or file used to sign the application : from the builded and signed application from the Xcode

Xcode apple developer certificate expiration: (0xE8008018)

匆匆过客 提交于 2019-12-02 20:39:30
Just for the record: I had a stranger response from Xcode when I tried to run my app on my device. Please verify that your device's clock is properly set, and that your signing certificate is not expired. (0xE8008018). My certificate expires today at midnight AND my several provisioning profiles need a serious cleaning. What is the administrative process to get it all renewed to get a build AND run working? You need to : Connect to Apple Developer Member Center Click on 'Certificates, Identifiers & Profiles' iOS Apps must not have an expiration date notification or else renew it, and come back

Is it possible to make an eclipse p2 provisioning mechanism running *locally*?

妖精的绣舞 提交于 2019-12-02 20:20:59
Eclipse 3.4[.x] - also known as Ganymede - comes with this new mechanism of provisioning called p2 . "Provisioning" is the process allowing to discover and update on demand some parts of an application, as explained in general in this article on the Sun Web site . Eclipse has an extended wiki section in which p2 details are presented. Specifically, it says in this wiki page that p2 will look for new components However after reading it. I suppose (but you may confirm that point by your own experience), that p2 can function file "file://" protocol, which would allow it to provision with local