Skip to content

Commit

Permalink
Updated submodules
Browse files Browse the repository at this point in the history
MBProgressHUD from master
Updated UICKeyChainStore
  • Loading branch information
Carlos Cabanero committed Jan 24, 2018
1 parent d146924 commit be0e204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/kishikawakatsumi/UICKeyChainStore.git
[submodule "Frameworks/MBProgressHUD"]
path = Frameworks/MBProgressHUD
url = https://github.com/yury/MBProgressHUD.git
url = https://github.com/jdg/MBProgressHUD.git
[submodule "Frameworks/PasscodeLock"]
path = Frameworks/PasscodeLock
url = https://github.com/blinksh/SwiftPasscodeLock.git
2 changes: 1 addition & 1 deletion Frameworks/UICKeyChainStore
Submodule UICKeyChainStore updated 35 files
+73 −7 .travis.yml
+36 −142 Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj
+7 −5 Examples/Example-iOS/Example-iOS.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme
+3 −1 Examples/Example-iOS/Example-iOS/AppDelegate.m
+10 −0 Examples/Example-iOS/Example-iOS/Example-iOS.entitlements
+5 −5 Examples/Example-iOS/Example-iOS/LaunchScreen.storyboard
+158 −0 Lib/Certificates/KeychainAccess_Tests.provisionprofile.enc
+ Lib/Certificates/apple.cer
+67 −0 Lib/Certificates/developer_id_app.p12.enc
+188 −0 Lib/Certificates/iOS_Development.mobileprovision.enc
+131 −0 Lib/Certificates/ios_developer.p12.enc
+158 −0 Lib/Certificates/tvOS_Development.mobileprovision.enc
+46 −31 Lib/Configurations/Base.xcconfig
+9 −9 Lib/Configurations/Debug.xcconfig
+6 −6 Lib/Configurations/Release.xcconfig
+32 −0 Lib/Configurations/TestHost.xcconfig
+15 −11 Lib/Configurations/Tests.xcconfig
+20 −19 Lib/Configurations/UICKeyChainStore.xcconfig
+20 −19 Lib/Configurations/libUICKeyChainStore.xcconfig
+6 −6 Lib/Gemfile.lock
+281 −54 Lib/Rakefile
+16 −0 Lib/Scripts/add_key.sh
+9 −0 Lib/Scripts/decode_cert.sh
+34 −0 Lib/TestHost/Info.plist
+11 −0 Lib/TestHost/TestHost.entitlements
+44 −0 Lib/TestHost/main.m
+105 −1 Lib/UICKeyChainStore.xcodeproj/project.pbxproj
+93 −0 Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/TestHost.xcscheme
+3 −1 Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/UICKeyChainStore.xcscheme
+3 −1 Lib/UICKeyChainStore.xcodeproj/xcshareddata/xcschemes/libUICKeyChainStore.xcscheme
+1 −1 Lib/UICKeyChainStore/Info.plist
+11 −3 Lib/UICKeyChainStore/UICKeyChainStore.h
+17 −2 Lib/UICKeyChainStore/UICKeyChainStore.m
+36 −36 Lib/UICKeyChainStoreTests/UICKeyChainStoreTests.m
+1 −1 UICKeyChainStore.podspec

0 comments on commit be0e204

Please sign in to comment.