Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit ed526d0

Browse files
author
Rad Azzouz
committed
Merge pull request #284 from AgileBits/release/1.7.0
[Release] 1.7.0
2 parents 93f44e8 + 39eddbd commit ed526d0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

1PasswordExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
33
spec.name = "1PasswordExtension"
44
spec.header_dir = "OnePasswordExtension"
55
spec.header_mappings_dir = "OnePasswordExtension"
6-
spec.version = "1.6.4"
6+
spec.version = "1.7"
77
spec.summary = "With just a few lines of code, your app can add 1Password support."
88
spec.description = <<-DESC
99
With just a few lines of code, your app can add 1Password support, enabling your users to:

Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.4</string>
18+
<string>1.7</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Demos/App Demo for iOS/App Demo for iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.4</string>
18+
<string>1.7</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.4</string>
18+
<string>1.7</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.4</string>
18+
<string>1.7</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

OnePasswordExtension.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import "OnePasswordExtension.h"
99

1010
// Version
11-
#define VERSION_NUMBER @(164)
11+
#define VERSION_NUMBER @(170)
1212
static NSString *const AppExtensionVersionNumberKey = @"version_number";
1313

1414
// Available App Extension Actions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To get started, download the [zip version](https://github.com/AgileBits/onepassw
3636

3737
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.
3838

39-
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.
39+
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.
4040

4141
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.
4242

0 commit comments

Comments
 (0)