mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 05:25:12 +00:00
switch snapshot-test-case back to the main repo (#2454)
The latest version (v2.1.4) brought back the deployment target `s.ios.deployment_target = '7.0'`.
This commit is contained in:
3
Podfile
3
Podfile
@@ -4,6 +4,5 @@ platform :ios, '7.0'
|
||||
|
||||
target :'AsyncDisplayKitTests' do
|
||||
pod 'OCMock', '~> 2.2'
|
||||
# this is identical to FBSnapshotTestCase 2.1.3 except that the deployment was changed from 8.0 -> 7.0
|
||||
pod 'FBSnapshotTestCase/Core', :git => "https://github.com/hannahmbanana/ios-snapshot-test-case.git"
|
||||
pod 'FBSnapshotTestCase/Core', '~> 2.1'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user