fix: Podfile target issue
This commit is contained in:
parent
e7509dcd7a
commit
db86bce8cf
|
@ -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 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)
|
#### 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:
|
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:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// AppSecret.swift
|
// AppSecret.swift
|
||||||
// AppShared
|
// MastodonCommon
|
||||||
//
|
//
|
||||||
// Created by MainasuK Cirno on 2021-4-27.
|
// Created by MainasuK Cirno on 2021-4-27.
|
||||||
//
|
//
|
||||||
|
|
5
Podfile
5
Podfile
|
@ -30,11 +30,6 @@ target 'Mastodon' do
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
target 'AppShared' do
|
|
||||||
# Comment the next line if you don't want to use dynamic frameworks
|
|
||||||
use_frameworks!
|
|
||||||
end
|
|
||||||
|
|
||||||
post_install do |installer|
|
post_install do |installer|
|
||||||
installer.pods_project.targets.each do |target|
|
installer.pods_project.targets.each do |target|
|
||||||
target.build_configurations.each do |config|
|
target.build_configurations.each do |config|
|
||||||
|
|
Loading…
Reference in New Issue