Skip to content

Commit

Permalink
Fix 1Password extension compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Apr 4, 2015
1 parent 5c58555 commit 575d421
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Auth0 is a SaaS that helps you with Authentication and Authorization. You can us
onepassword.platform = :ios
onepassword.public_header_files = 'Pod/Classes/1Password/*.h'
onepassword.source_files = 'Pod/Classes/1Password/*.{h,m}'
onepassword.dependency '1PasswordExtension', '~> 1.1'
onepassword.dependency '1PasswordExtension', '~> 1.2'
onepassword.dependency 'Lock/Core'
end

Expand Down
1 change: 1 addition & 0 deletions Lock/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ target 'Lock', :exclusive => true do
pod 'Lock/SMS', :path => '../'
pod 'Lock/ReactiveCore', :path => '../'
pod 'Lock/GooglePlus', :path => '../'
pod 'Lock/1Password', :path => '../'
pod 'libextobjc', :inhibit_warnings => true #Ignore warnings for this lib
pod 'BDBOAuth1Manager', :inhibit_warnings => true #Ignore warnings for this lib
pod 'JWTDecode'
Expand Down
10 changes: 9 additions & 1 deletion Lock/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PODS:
- 1PasswordExtension (1.2)
- AFNetworking (2.5.2):
- AFNetworking/NSURLConnection (= 2.5.2)
- AFNetworking/NSURLSession (= 2.5.2)
Expand Down Expand Up @@ -80,6 +81,11 @@ PODS:
- Lock/Facebook (= 1.10.3.beta)
- Lock/Twitter (= 1.10.3.beta)
- Lock/UI (= 1.10.3.beta)
- Lock/1Password (1.10.3.beta):
- 1PasswordExtension (~> 1.2)
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- Lock/Core (1.10.3.beta):
- AFNetworking (~> 2.5)
- CocoaLumberjack (~> 2.0.0-rc)
Expand Down Expand Up @@ -154,6 +160,7 @@ DEPENDENCIES:
- JWTDecode
- libextobjc
- Lock (from `../`)
- Lock/1Password (from `../`)
- Lock/GooglePlus (from `../`)
- Lock/ReactiveCore (from `../`)
- Lock/SMS (from `../`)
Expand All @@ -168,6 +175,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
1PasswordExtension: fcf300204bda5b5c78936dbb937a7d661f1ca796
AFNetworking: fefbce9660acb17f48ae0011292d4da0f457bf36
BDBOAuth1Manager: 2e28773b58f880fb36b5cd3efcf0b1fefbc78a99
Bolts: f8e2f94edbf9fec7bb8de5ecaaa3aa6b7de6f64e
Expand All @@ -178,7 +186,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274
JWTDecode: bff190dc06ff9ee7a3a244c454dc8ef05962c994
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
Lock: fe881f0612ffb3e28b8582548af68bfbce65d1e9
Lock: f9fbd12606b0ffb2ab1bd753806b93d03854e47f
LUKeychainAccess: 6479edb12cf06e11ff3336f796959eedbc58f714
NSData+Base64: 4e84902c4db907a15673474677e57763ef3903e4
OAuthCore: 43dce261db846a1fe20234d95654257e00e78581
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/1Password/A0PasswordManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// THE SOFTWARE.

#import "A0PasswordManager.h"
#import <1PasswordExtension/OnePasswordExtension.h>
#import <1PasswordExtension/OnePasswordExtension/OnePasswordExtension.h>

@implementation A0PasswordManager

Expand Down

0 comments on commit 575d421

Please sign in to comment.