Remove debug-menu (IOS-14)
This commit is contained in:
parent
44fda8fe2f
commit
8598536fc0
|
@ -1,4 +1,4 @@
|
||||||
// Generated using Sourcery 1.9.0 — https://github.com/krzysztofzablocki/Sourcery
|
// Generated using Sourcery 1.9.2 — https://github.com/krzysztofzablocki/Sourcery
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
// sourcery:inline:DiscoveryCommunityViewController.AutoGenerateTableViewDelegate
|
// sourcery:inline:DiscoveryCommunityViewController.AutoGenerateTableViewDelegate
|
||||||
|
|
2
Podfile
2
Podfile
|
@ -17,8 +17,6 @@ target 'Mastodon' do
|
||||||
pod 'Kanna', '~> 5.2.2'
|
pod 'Kanna', '~> 5.2.2'
|
||||||
pod 'Sourcery', '~> 1.9'
|
pod 'Sourcery', '~> 1.9'
|
||||||
|
|
||||||
# DEBUG
|
|
||||||
|
|
||||||
target 'MastodonTests' do
|
target 'MastodonTests' do
|
||||||
inherit! :search_paths
|
inherit! :search_paths
|
||||||
# Pods for testing
|
# Pods for testing
|
||||||
|
|
10
Podfile.lock
10
Podfile.lock
|
@ -1,8 +1,8 @@
|
||||||
PODS:
|
PODS:
|
||||||
- Kanna (5.2.7)
|
- Kanna (5.2.7)
|
||||||
- Sourcery (1.9.0):
|
- Sourcery (1.9.2):
|
||||||
- Sourcery/CLI-Only (= 1.9.0)
|
- Sourcery/CLI-Only (= 1.9.2)
|
||||||
- Sourcery/CLI-Only (1.9.0)
|
- Sourcery/CLI-Only (1.9.2)
|
||||||
- SwiftGen (6.6.2)
|
- SwiftGen (6.6.2)
|
||||||
- XLPagerTabStrip (9.0.0)
|
- XLPagerTabStrip (9.0.0)
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@ SPEC REPOS:
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Kanna: 01cfbddc127f5ff0963692f285fcbc8a9d62d234
|
Kanna: 01cfbddc127f5ff0963692f285fcbc8a9d62d234
|
||||||
Sourcery: d7c59d100e55bf59123c8ae7d65a24cf30748979
|
Sourcery: 179539341c2261068528cd15a31837b7238fd901
|
||||||
SwiftGen: 1366a7f71aeef49954ca5a63ba4bef6b0f24138c
|
SwiftGen: 1366a7f71aeef49954ca5a63ba4bef6b0f24138c
|
||||||
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
|
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
|
||||||
|
|
||||||
PODFILE CHECKSUM: 698a840245d400e5a1c93345481965cc16067dc0
|
PODFILE CHECKSUM: 8c962b3cbb4c225f1e57fb2e4ca03d1f22c45e5e
|
||||||
|
|
||||||
COCOAPODS: 1.12.1
|
COCOAPODS: 1.12.1
|
||||||
|
|
Loading…
Reference in New Issue