From 1489f41115eeb9e381ac652fa656aceb9f3d515b Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 11:35:05 -0500 Subject: [PATCH 1/9] module_name = "1PasswordExtension" --- 1PasswordExtension.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 52cf188..3ffd752 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -2,6 +2,7 @@ Pod::Spec.new do |s| s.name = "1PasswordExtension" + s.module_name = "1PasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From 62e3d6b005bc17f0a16baf0f80334bf41c090392 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 12:45:06 -0500 Subject: [PATCH 2/9] Replaced `1PasswordExtension` with `OnePasswordExtension` for the `module_name` --- 1PasswordExtension.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 3ffd752..ab5b67e 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "1PasswordExtension" - s.module_name = "1PasswordExtension" + s.module_name = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From 7a6b82693239a3bf9fbf4acab49794195e6c9379 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 13:19:07 -0500 Subject: [PATCH 3/9] Replaced `1PasswordExtension` with `OnePasswordExtension` for the `name` too. --- 1PasswordExtension.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index ab5b67e..558f5f6 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| - s.name = "1PasswordExtension" + s.name = "OnePasswordExtension" s.module_name = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From dd9d8e6d1ee2822bc7f849ce5c395534113efb4b Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 13:22:40 -0500 Subject: [PATCH 4/9] Removed `module_name` --- 1PasswordExtension.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 558f5f6..67725e0 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "OnePasswordExtension" - s.module_name = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From 437fecbb27751ecbf863dfd3f892877ac61440ca Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 13:24:01 -0500 Subject: [PATCH 5/9] Revert "Removed `module_name`" This reverts commit dd9d8e6d1ee2822bc7f849ce5c395534113efb4b. --- 1PasswordExtension.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 67725e0..558f5f6 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -2,6 +2,7 @@ Pod::Spec.new do |s| s.name = "OnePasswordExtension" + s.module_name = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From 2d1c7dd7938151a4d8cbff4b313fa2ea064669a2 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 13:24:10 -0500 Subject: [PATCH 6/9] Revert "Replaced `1PasswordExtension` with `OnePasswordExtension` for the `name` too." This reverts commit 7a6b82693239a3bf9fbf4acab49794195e6c9379. --- 1PasswordExtension.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 558f5f6..ab5b67e 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| - s.name = "OnePasswordExtension" + s.name = "1PasswordExtension" s.module_name = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From 4dc926faa572405a8d45d918cde00e1d81d453b7 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 16:29:03 -0500 Subject: [PATCH 7/9] Added `header_dir = "OnePasswordExtension"` --- 1PasswordExtension.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index ab5b67e..d560e8c 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -3,6 +3,7 @@ Pod::Spec.new do |s| s.name = "1PasswordExtension" s.module_name = "OnePasswordExtension" + s.header_dir = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From cac887ac8ed557e4fbbcd6607a53c8ec2ae34669 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 2 Mar 2015 16:42:46 -0500 Subject: [PATCH 8/9] Removed `s.module_name = "OnePasswordExtension"` --- 1PasswordExtension.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index d560e8c..c9b4b7a 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "1PasswordExtension" - s.module_name = "OnePasswordExtension" s.header_dir = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." From cac3bb5b21d62db22dcb7885dc8c02114e294164 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Wed, 4 Mar 2015 09:14:39 -0500 Subject: [PATCH 9/9] Updated the version number for the Podfile in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77935b..d2dfa09 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To get started, download the 1Password Extension project from https://github.com Inside the downloaded folder, you'll find the resources needed to integrate with 1Password, such as images and sample code. The sample code includes two apps from ACME Corporation: one that demonstrates how to integrate the 1Password Login and Registration features, as well as a web browser that showcases the web view Filling feature. -The 1Password extension is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.0.0'` to your Podfile, run `pod install` from your project directory and you're ready to go. +The 1Password extension is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.1.2'` to your Podfile, run `pod install` from your project directory and you're ready to go. The 1Password extension 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.