Git Product home page Git Product logo

Comments (4)

lucanaef avatar lucanaef commented on May 26, 2024

The reason I exluded xcodeproj was, that I wasn't sure it doesn't contain any sensitive information (e.g. signing certificate data, etc.). If that's not the case, I'll happily share it :-)
The rest of the .gitignore file has indeed be autogenerated, but I think is fine.

from pgpro.

ReDetection avatar ReDetection commented on May 26, 2024

Thanks for the response :) xcodeproj is safe in the way it does not have any key embedded in, it only has references on how to find one. Project file is just a very long text file so you can open in any text editor including Xcode itself and verify. In terms of app distribution, it only contains:

  • Team ID (you can find for DevelopmentTeam text in the file), which is used to find proper Certificate and Private key in your Keychain app
  • Provisioning profile (either it's UUID, or it's name – look for PROVISIONING_PROFILE) to embed into the app so devices can verify if they can trust and run the app. Actual profiles are stored in the ~/Library/MobileDevice/Provisioning Profiles directory on your machine and basically they are useless without the private key

Both of these are safe to share because they are only references. Maybe if you use feature to Automatically manage signing in Xcode, then maybe they are not even exist in the project file, this I never checked.

So as long as you do not put any other special private key-alike stuff into the build settings or build phases, then you should be safe. :)

from pgpro.

lucanaef avatar lucanaef commented on May 26, 2024

I've just pushed the project file

from pgpro.

ReDetection avatar ReDetection commented on May 26, 2024

Thanks a lot! I can confirm project files are now in place, so the issue is resolved. With #32 and Yubico/yubikit-ios#62 merged, the code is able to build 👍

from pgpro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.