create README for podscpec update in templates
This commit is contained in:
parent
29fb4ba089
commit
d5e227ec0c
7
templates/README.md
Normal file
7
templates/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
How to update the version of an external dependency in the template podspec files:
|
||||||
|
|
||||||
|
1. Update the information (Version/Checksum/URL) in the .podspec file
|
||||||
|
2. Check if WebIdExternalSpecs locally exists using 'pod repo list'
|
||||||
|
2. If not, execute the following command: 'pod repo add WebIdExternalSpecs ssh://git@api.webid-solutions.de:22224/Cocoa/ExternalSpecs.git' to clone the WebIdExternalSpecds repo
|
||||||
|
3. Attempt to push the updated template file locally to see if it works using 'pod repo push WebIdExternalSpecs templates/Ahoy/AhoyKit.podspec --local-only'
|
||||||
|
4. If the last command ran successfully, push to origin using 'pod repo push WebIdExternalSpecs templates/Ahoy/AhoyKit.podspec'
|
Loading…
x
Reference in New Issue
Block a user