From: Dominik Csapak <d.csapak@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
Shan Shaji <s.shaji@proxmox.com>
Subject: [pve-devel] applied: [PATCH pve_flutter_frontend] chore: ios: add pod installation outputs and Xcode project updates
Date: Mon, 11 Aug 2025 14:22:22 +0200 [thread overview]
Message-ID: <b7335e98-f861-4341-9237-a1b91fb74cb0@proxmox.com> (raw)
In-Reply-To: <20250717104319.12483-1-s.shaji@proxmox.com>
On 7/17/25 12:43, Shan Shaji wrote:
> When running the app on `iOS`, by default flutter runs the
> `pod install` command if any of the following conditions [0] are true.
> Since there were no existing pod related files, this command generates
> the `cocoapods` related files to run the app on iOS.
>
> Additionaly the changes inside the .xcconfig, .pbxproj and
> .xcworkspacedata are generated when running the `pod install` command.
>
> Following are the list of files that are generated:
> - Podfile [1]
> - Podfile.lock [2]
>
> [0] - https://github.com/flutter/flutter/blob/9c626d9f9afa6da96433e3bfc4895492f87e0009/packages/flutter_tools/lib/src/macos/cocoapods.dart#L322
> [1] - https://guides.cocoapods.org/using/the-podfile.html
> [2] - https://guides.cocoapods.org/using/using-cocoapods#what-is-podfilelock
>
> Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
> ---
> ios/Flutter/Debug.xcconfig | 1 +
> ios/Flutter/Release.xcconfig | 1 +
> ios/Podfile | 43 +++++++
> ios/Podfile.lock | 59 +++++++++
> ios/Runner.xcodeproj/project.pbxproj | 112 ++++++++++++++++++
> .../contents.xcworkspacedata | 3 +
> 6 files changed, 219 insertions(+)
> create mode 100644 ios/Podfile
> create mode 100644 ios/Podfile.lock
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
prev parent reply other threads:[~2025-08-11 12:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-17 10:43 [pve-devel] " Shan Shaji
2025-08-11 12:22 ` Dominik Csapak [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b7335e98-f861-4341-9237-a1b91fb74cb0@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=s.shaji@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.