简体   繁体   English

如何在没有 XCode 的情况下找到 iOS 产品包标识符?

[英]How do I find the iOS Product Bundle Identifier without XCode?

I'm on a linux machine and am unable to run XCode.我在一台 linux 机器上,无法运行 XCode。 I have a React Native application.我有一个 React Native 应用程序。 Based on what I've read online, the only way to view the Product Bundle Identifier is to run XCode which isn't possible for me.根据我在网上阅读的内容,查看产品包标识符的唯一方法是运行 XCode,这对我来说是不可能的。 I need this for my app's Auth0 integration.我的应用程序的 Auth0 集成需要这个。 I use expo to run the app.我使用 expo 来运行应用程序。

Yes, it's possible.是的,这是可能的。 What you need to do is go to the ios folder (If you don't see it, you have to run expo eject), then go into the chatapp.xcodeproj directory, and open the project.pbxproj as a plaintext file.你需要做的是进入ios文件夹(如果你没有看到它,你必须运行expo弹出),然后进入chatapp.xcodeproj目录,并将project.pbxproj作为明文文件打开。 After that, look for "PRODUCT_BUNDLE_IDENTIFIER" and you should find what you're looking for!之后,查找“PRODUCT_BUNDLE_IDENTIFIER”,您应该会找到所需的内容!

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

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