fix: Podfile target issue

This commit is contained in:
CMK 2022-10-08 14:04:49 +08:00
parent e7509dcd7a
commit db86bce8cf
3 changed files with 2 additions and 7 deletions

View File

@ -67,7 +67,7 @@ open Mastodon.xcworkspace
The CocoaPods-Key plugin will request the push notification endpoint. You can fufill the empty string and set it later. To setup the push notification. Please check section `Push Notification` below.
The app requires the `App Group` capability. To make sure it works for your developer membership. Please check [AppSecret.swift](../AppShared/AppSecret.swift) file and set another unique `groupID` and update `App Group` settings.
The app requires the `App Group` capability. To make sure it works for your developer membership. Please check [AppSecret.swift](../MastodonSDK/Sources/MastodonCore/AppSecret.swift) file and set another unique `groupID` and update `App Group` settings.
#### Push Notification (Optional)
The app is compatible with [toot-relay](https://github.com/DagAgren/toot-relay) APNs. You can set your push notification endpoint via Arkana. There are one endpoint:

View File

@ -1,6 +1,6 @@
//
// AppSecret.swift
// AppShared
// MastodonCommon
//
// Created by MainasuK Cirno on 2021-4-27.
//

View File

@ -30,11 +30,6 @@ target 'Mastodon' do
end
target 'AppShared' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|