Skip to content

Commit

Permalink
Release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Jul 18, 2016
1 parent aaf773f commit b97ea9d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Auth0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.26.0</string>
<string>1.26.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Lock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Auth0 is a SaaS that helps you with Authentication and Authorization. You can us
core.private_header_files = ['Lock/Core/Private/*.h']
core.source_files = ['Lock/Core/*.{h,m}', 'Lock/Core/Private/*.{h,m}', 'CocoaPods/Lock.h']
core.ios.public_header_files = ['Lock/Core/iOS/*.h', 'Lock/Provider/*.h']
core.osx.public_header_files = ['Lock/Core/OSX/*.h']
core.osx.public_header_files = ['Lock/Core/OSX/*.h', 'Lock/Provider/*.h']
core.ios.source_files = ['Lock/Core/iOS/*.{h,m}', 'Lock/Provider/*.{h,m}', 'Lock/Provider/Private/*.{h,m}']
core.osx.source_files = ['Lock/Core/OSX/*.{h,m}']
core.osx.source_files = ['Lock/Core/OSX/*.{h,m}', 'Lock/Provider/*.{h,m}', 'Lock/Provider/Private/*.{h,m}']
core.dependency 'AFNetworking', '~> 3.0'
end

Expand Down
2 changes: 1 addition & 1 deletion Lock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.26.0</string>
<string>1.26.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.26.0</string>
<string>1.26.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MyLock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.26.0</string>
<string>1.26.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion script/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

REQUIRED_CARTHAGE_VERSION=0.16.2
REQUIRED_CARTHAGE_VERSION=0.17.2
CARTHAGE_BUILD_PLATFORM=${CARTHAGE_BUILD_PLATFORM:-"iOS"}
CARTHAGE_NO_USE_BINARIES=${CARTHAGE_NO_USE_BINARIES:-"true"}
PROJECT_NAME=Lock
Expand Down

0 comments on commit b97ea9d

Please sign in to comment.