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.sh...@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