From 2a5eab08a403841fccdef921090c747c6ea1d3f1 Mon Sep 17 00:00:00 2001 From: Javier Soto Date: Fri, 14 Aug 2015 11:40:31 -0700 Subject: [PATCH 1/2] Fixed Cartfile instructions syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03413cc..5bdbca0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Inside the downloaded folder, you'll find the resources needed to integrate with The 1Password App Extension API is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.2'` (for the latest stable release) or `pod '1PasswordExtension', :git => 'https://github.com/AgileBits/onepassword-app-extension.git', :branch => 'master'` (for the latest nightly) to your Podfile, run `pod install` from your project directory and you're ready to go. -The 1Password App Extension API is available via Carthage as well. Simply add `github AgileBits/onepassword-extension "add-framework-support"` to your Cartfile, then run `carthage boostrap` and add it to your project. +The 1Password App Extension API is available via Carthage as well. Simply add `github "AgileBits/onepassword-extension" "add-framework-support"` to your Cartfile, then run `carthage boostrap` and add it to your project. ### Step 2: Install the Latest versions of 1Password & Xcode From 126308308ead40c4c2ec1ec81236b697a794cb94 Mon Sep 17 00:00:00 2001 From: Javier Soto Date: Fri, 14 Aug 2015 11:45:40 -0700 Subject: [PATCH 2/2] Changing carthage bootstrap for carthage update Bootstrap can only be used when you've cloned that dependency at least once --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bdbca0..23d9a4c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Inside the downloaded folder, you'll find the resources needed to integrate with The 1Password App Extension API is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.2'` (for the latest stable release) or `pod '1PasswordExtension', :git => 'https://github.com/AgileBits/onepassword-app-extension.git', :branch => 'master'` (for the latest nightly) to your Podfile, run `pod install` from your project directory and you're ready to go. -The 1Password App Extension API is available via Carthage as well. Simply add `github "AgileBits/onepassword-extension" "add-framework-support"` to your Cartfile, then run `carthage boostrap` and add it to your project. +The 1Password App Extension API is available via Carthage as well. Simply add `github "AgileBits/onepassword-extension" "add-framework-support"` to your Cartfile, then run `carthage update` and add it to your project. ### Step 2: Install the Latest versions of 1Password & Xcode