Matthias Nott
2026-04-01 59a9917225dd64cdc77bfcd3b280054728b26cd1
ios/Runner.xcodeproj/project.pbxproj
....@@ -17,6 +17,7 @@
1717 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
1818 D9D2DFE3EFA5DBB0F5D794AB /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 198A88F1D8A4463DB192CC8B /* Pods_RunnerTests.framework */; };
1919 FE1E66A89E015390FAFFEABC /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E8ED95FB2D20F34294BD581 /* Pods_Runner.framework */; };
20
+ A2B3C4D5E6F7012345678902 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A2B3C4D5E6F7012345678901 /* PrivacyInfo.xcprivacy */; };
2021 /* End PBXBuildFile section */
2122
2223 /* Begin PBXContainerItemProxy section */
....@@ -64,6 +65,7 @@
6465 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6566 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6667 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
68
+ A2B3C4D5E6F7012345678901 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
6769 BE2A6F8B33F88BBA24CADC20 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
6870 C26A52EB77D6E672D863508C /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
6971 DAE814C44F203C4F28292572 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
....@@ -152,6 +154,7 @@
152154 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */,
153155 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
154156 A1B2C3D4E5F601234567890A /* Runner.entitlements */,
157
+ A2B3C4D5E6F7012345678901 /* PrivacyInfo.xcprivacy */,
155158 );
156159 path = Runner;
157160 sourceTree = "<group>";
....@@ -278,6 +281,7 @@
278281 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
279282 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
280283 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
284
+ A2B3C4D5E6F7012345678902 /* PrivacyInfo.xcprivacy in Resources */,
281285 );
282286 runOnlyForDeploymentPostprocessing = 0;
283287 };