From 066266165a47f1c01f72188dc22eca477f9b8ffb Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 23 Nov 2015 14:06:37 -0500 Subject: [PATCH 1/2] Version number bump to 1.7.0 --- 1PasswordExtension.podspec | 2 +- Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist | 2 +- Demos/App Demo for iOS/App Demo for iOS/Info.plist | 2 +- .../WebView Demo for iOS Swift/Info.plist | 2 +- Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist | 2 +- OnePasswordExtension.m | 2 +- README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 93ab72b..e15ee98 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |spec| spec.name = "1PasswordExtension" spec.header_dir = "OnePasswordExtension" spec.header_mappings_dir = "OnePasswordExtension" - spec.version = "1.6.4" + spec.version = "1.7.0" spec.summary = "With just a few lines of code, your app can add 1Password support." spec.description = <<-DESC With just a few lines of code, your app can add 1Password support, enabling your users to: diff --git a/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist b/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist index 3fb039a..26a8b91 100644 --- a/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist +++ b/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.4 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/Demos/App Demo for iOS/App Demo for iOS/Info.plist b/Demos/App Demo for iOS/App Demo for iOS/Info.plist index 0f299ea..dc125bf 100644 --- a/Demos/App Demo for iOS/App Demo for iOS/Info.plist +++ b/Demos/App Demo for iOS/App Demo for iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.4 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist b/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist index 9075e62..af31ed5 100644 --- a/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist +++ b/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.4 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist b/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist index a609382..6abd141 100644 --- a/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist +++ b/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.4 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/OnePasswordExtension.m b/OnePasswordExtension.m index ec7710c..17382f5 100644 --- a/OnePasswordExtension.m +++ b/OnePasswordExtension.m @@ -8,7 +8,7 @@ #import "OnePasswordExtension.h" // Version -#define VERSION_NUMBER @(164) +#define VERSION_NUMBER @(170) static NSString *const AppExtensionVersionNumberKey = @"version_number"; // Available App Extension Actions diff --git a/README.md b/README.md index 68ed9da..fd82946 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To get started, download the [zip version](https://github.com/AgileBits/onepassw 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 App Extension API is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.6.4'` (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 also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.7.0'` (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 update` and add it to your project. From adfdb7c985fa1c7d963d5a3cb6fb1187ced63ebb Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Thu, 3 Dec 2015 09:39:14 -0500 Subject: [PATCH 2/2] 1.7.0 -> 1.7 --- 1PasswordExtension.podspec | 2 +- Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist | 2 +- Demos/App Demo for iOS/App Demo for iOS/Info.plist | 2 +- .../WebView Demo for iOS Swift/Info.plist | 2 +- Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist | 2 +- README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index e15ee98..da69138 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |spec| spec.name = "1PasswordExtension" spec.header_dir = "OnePasswordExtension" spec.header_mappings_dir = "OnePasswordExtension" - spec.version = "1.7.0" + spec.version = "1.7" spec.summary = "With just a few lines of code, your app can add 1Password support." spec.description = <<-DESC With just a few lines of code, your app can add 1Password support, enabling your users to: diff --git a/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist b/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist index 26a8b91..1ffbdab 100644 --- a/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist +++ b/Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7 CFBundleSignature ???? CFBundleVersion diff --git a/Demos/App Demo for iOS/App Demo for iOS/Info.plist b/Demos/App Demo for iOS/App Demo for iOS/Info.plist index dc125bf..c5ded32 100644 --- a/Demos/App Demo for iOS/App Demo for iOS/Info.plist +++ b/Demos/App Demo for iOS/App Demo for iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7 CFBundleSignature ???? CFBundleVersion diff --git a/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist b/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist index af31ed5..fc6b844 100644 --- a/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist +++ b/Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7 CFBundleSignature ???? CFBundleVersion diff --git a/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist b/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist index 6abd141..388ea3c 100644 --- a/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist +++ b/Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index fd82946..42e7160 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To get started, download the [zip version](https://github.com/AgileBits/onepassw 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 App Extension API is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.7.0'` (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 also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.7'` (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 update` and add it to your project.