-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two apps not installed with pod install #83
Comments
I released a new version to Cocoapods (v2.0.1) that contains the apps. Please try running: $ pod update Appz |
Ok Thanks for updating it. If you don't mind me asking: why it didn't install the apps with version 2.0.0 and why it installed them with v 2.0.1 ? maybe it's a stupid question but I want to learn. |
Of course it's not a stupid question, I just thought you already know. Take a look here: You can see the library versions that have been released in the past. Once a new version is released, a git "tag" is added to a specific commit. So, for example, if someone downloads v2.0.0 100 years from now, it will still be the same code. Everytime we change the library by adding more commits, then we can make a new release by creating a new tag. For example, this is v2.0.0 .. the two apps are not there: This is v2.0.1, where you can find the apps: this is the oldest version, it never changes: |
Exactly. I made v2.0.0 release before merging your PR |
Thank you so much for the explanation and for learning me a new stuff: awesome stuff 👍🏼 |
Salaam,
I discovered a weird issue! when I run pod install everything installed except the two apps, I added yesterday. I'm sure I added them to all targets: iOS, tvos, and watchOS. And the most weird part is when I downloaded Appz as zip file I found these two apps: NYTimes, and Skitch. Any suggestion?
The text was updated successfully, but these errors were encountered: