From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 6539D1FF187 for ; Mon, 11 Aug 2025 14:20:51 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D3A94356B7; Mon, 11 Aug 2025 14:22:25 +0200 (CEST) Message-ID: Date: Mon, 11 Aug 2025 14:22:22 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox VE development discussion , Shan Shaji References: <20250717104319.12483-1-s.shaji@proxmox.com> Content-Language: en-US From: Dominik Csapak In-Reply-To: <20250717104319.12483-1-s.shaji@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1754914913545 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.022 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] applied: [PATCH pve_flutter_frontend] chore: ios: add pod installation outputs and Xcode project updates X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" 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 > --- > 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