简体   繁体   English

从.deb到xcode项目

[英]From .deb to xcode Project

Sorry in advance if i misunderstand the concept. 如果我误会了这个概念,请事先抱歉。

I have a project and it is Git in a private server. 我有一个项目,它是私人服务器中的Git。 I have been told to have a release history like they do with the android project where they store the APK for each release in another server. 我被告知要有一个发行历史,就像他们对android项目所做的那样,他们将每个发行版本的APK存储在另一台服务器中。

I have been been looking how to achieve the same on iOS and I generated the IPA and the .deb file and I have stored them. 我一直在寻找如何在iOS上实现相同的目标,并且生成了IPA和.deb文件,并将它们存储了。

My questions are: 我的问题是:

  1. What does the .deb file mean? .deb文件是什么意思?

  2. Can I restore the xcode project from the .deb file? 我可以从.deb文件还原xcode项目吗?

The .deb file is just an archived version of the app's binary. .deb文件只是该应用程序二进制文件的存档版本 You should be able to extract the .ipa from the .deb. 您应该能够从.deb中提取.ipa。 You will not be able to restore an Xcode project from either of the the files as they are compiled code. 您将无法从这两个文件中的任何一个还原Xcode项目,因为它们是已编译的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM