This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
App Demo for iOS/App Demo for iOS
WebView Demo for iOS/WebView Demo for iOS Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22Pod ::Spec . new do |s |
33
44 s . name = "1PasswordExtension"
5- s . version = "1.1.1 "
5+ s . version = "1.1.2 "
66 s . summary = "With just a few lines of code, your app can add 1Password support."
77
88 s . description = <<-DESC
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1.1 </string >
18+ <string >1.1.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1.1 </string >
18+ <string >1.1.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 88#import " OnePasswordExtension.h"
99
1010// Version
11- #define VERSION_NUMBER @(111 )
11+ #define VERSION_NUMBER @(112 )
1212static NSString *const AppExtensionVersionNumberKey = @" version_number" ;
1313
1414// Available App Extension Actions
You can’t perform that action at this time.
0 commit comments