Skip to content

Commit

Permalink
fix: Podfile target issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MainasuK committed Oct 8, 2022
1 parent e7509dc commit db86bce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Documentation/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion MastodonSDK/Sources/MastodonCore/AppSecret.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppSecret.swift
// AppShared
// MastodonCommon
//
// Created by MainasuK Cirno on 2021-4-27.
//
Expand Down
5 changes: 0 additions & 5 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit db86bce

Please sign in to comment.