chore: update Pod
This commit is contained in:
parent
1a000b96a8
commit
de99787782
|
@ -980,7 +980,6 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 2E1F6A67FDF9771D3E064FDC /* Pods-Mastodon.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = Mastodon/Mastodon.entitlements;
|
||||
|
@ -1003,7 +1002,6 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 75E3471C898DDD9631729B6E /* Pods-Mastodon.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = Mastodon/Mastodon.entitlements;
|
||||
|
@ -1026,7 +1024,6 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = EC6E707B68A67DB08EC288FA /* Pods-MastodonTests.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = 7LFDZ96332;
|
||||
|
@ -1048,7 +1045,6 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 9780A4C98FFC65B32B50D1C0 /* Pods-MastodonTests.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = 7LFDZ96332;
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
<key>CoreDataStack.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>6</integer>
|
||||
<integer>8</integer>
|
||||
</dict>
|
||||
<key>Mastodon.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>5</integer>
|
||||
<integer>9</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
4
Podfile
4
Podfile
|
@ -1,4 +1,4 @@
|
|||
platform :ios, '13.0'
|
||||
platform :ios, '14.0'
|
||||
|
||||
target 'Mastodon' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
|
@ -7,7 +7,7 @@ target 'Mastodon' do
|
|||
# Pods for Mastodon
|
||||
|
||||
# misc
|
||||
pod 'SwiftGen', '~> 6.3.0'
|
||||
pod 'SwiftGen', '~> 6.4.0'
|
||||
pod 'DateToolsSwift', '~> 5.0.0'
|
||||
|
||||
target 'MastodonTests' do
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PODS:
|
||||
- DateToolsSwift (5.0.0)
|
||||
- SwiftGen (6.3.0)
|
||||
- SwiftGen (6.4.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- DateToolsSwift (~> 5.0.0)
|
||||
- SwiftGen (~> 6.3.0)
|
||||
- SwiftGen (~> 6.4.0)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
|
@ -13,8 +13,8 @@ SPEC REPOS:
|
|||
|
||||
SPEC CHECKSUMS:
|
||||
DateToolsSwift: 4207ada6ad615d8dc076323d27037c94916dbfa6
|
||||
SwiftGen: 3d5024a47ea79e408cded20763d7a17d18a4548c
|
||||
SwiftGen: 67860cc7c3cfc2ed25b9b74cfd55495fc89f9108
|
||||
|
||||
PODFILE CHECKSUM: ed665713fa5980e9fe017a69012b7ec2b15a684f
|
||||
PODFILE CHECKSUM: 5a58ccfd113912468e008313e1c91ed51b7cba20
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
|
Loading…
Reference in New Issue