mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #14] [MERGED] [core] Fix Issues with App Submission #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/14
Author: @ricoberger
Created: 9/21/2023
Status: ✅ Merged
Merged: 9/22/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-issues-with-app-submission📝 Commits (1)
38abdb6[core] Fix Issues with App Submission📊 Changes
8 files changed (+103 additions, -15 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+1 -1)📝
app/lib/widgets/deck/actions/create_deck.dart(+58 -0)📝
app/lib/widgets/signin/signin.dart(+11 -12)📝
app/macos/Runner.xcodeproj/project.pbxproj(+6 -1)📝
app/macos/Runner/DebugProfile.entitlements(+4 -0)📝
app/macos/Runner/Release.entitlements(+4 -0)➕
app/macos/Runner/RunnerDebug.entitlements(+18 -0)📝
app/pubspec.yaml(+1 -1)📄 Description
During the review of the submission of the iOS and macOS versions of FeedDeck we encountered some problems, so that the app was rejected. For that we had to make the following changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.