From 7d3ee4279b4189ce57ce3d45619b7c69ab377cb0 Mon Sep 17 00:00:00 2001 From: Radu Dan Date: Thu, 28 Nov 2024 09:43:14 +0200 Subject: [PATCH] Xcode 15 compat --- ios/Runner.xcodeproj/project.pbxproj | 76 ++++++++++++++++------------ 1 file changed, 44 insertions(+), 32 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 81bc95f3..569ef034 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -3,11 +3,14 @@ archiveVersion = 1; classes = { }; - objectVersion = 70; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; + 1709807F2CF8566B0097E4FE /* EntryPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1709807B2CF8566B0097E4FE /* EntryPoint.swift */; }; + 170980862CF856710097E4FE /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 170980832CF856710097E4FE /* MainInterface.storyboard */; }; + 170980872CF856710097E4FE /* DocumentActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170980802CF856710097E4FE /* DocumentActionViewController.swift */; }; 17578B732CEF573A00EB40D7 /* OuisyncCommon in Frameworks */ = {isa = PBXBuildFile; productRef = 17578B722CEF573A00EB40D7 /* OuisyncCommon */; }; 1779D6C92CEF5F2900FA2898 /* UniformTypeIdentifiers.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1779D6C82CEF5F2900FA2898 /* UniformTypeIdentifiers.framework */; }; 1779D6E12CEF5F2A00FA2898 /* ReplicatedFileProviderUI.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 1779D6D72CEF5F2A00FA2898 /* ReplicatedFileProviderUI.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; @@ -80,6 +83,12 @@ /* Begin PBXFileReference section */ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; + 1709807A2CF8566B0097E4FE /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = ""; }; + 1709807B2CF8566B0097E4FE /* EntryPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EntryPoint.swift; sourceTree = ""; }; + 1709807C2CF8566B0097E4FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 170980802CF856710097E4FE /* DocumentActionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentActionViewController.swift; sourceTree = ""; }; + 170980812CF856710097E4FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 170980822CF856710097E4FE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = ""; }; 1779D6C72CEF5F2900FA2898 /* ReplicatedFileProvider.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ReplicatedFileProvider.appex; sourceTree = BUILT_PRODUCTS_DIR; }; 1779D6C82CEF5F2900FA2898 /* UniformTypeIdentifiers.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UniformTypeIdentifiers.framework; path = System/Library/Frameworks/UniformTypeIdentifiers.framework; sourceTree = SDKROOT; }; 1779D6D72CEF5F2A00FA2898 /* ReplicatedFileProviderUI.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ReplicatedFileProviderUI.appex; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -111,28 +120,6 @@ F80AC09E96D6220525D2A768 /* Pods-Share Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Share Extension.release.xcconfig"; path = "Target Support Files/Pods-Share Extension/Pods-Share Extension.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ -/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ - 1779D6E52CEF5F2A00FA2898 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { - isa = PBXFileSystemSynchronizedBuildFileExceptionSet; - membershipExceptions = ( - Info.plist, - ); - target = 1779D6C62CEF5F2900FA2898 /* ReplicatedFileProvider */; - }; - 1779D6EA2CEF5F2A00FA2898 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { - isa = PBXFileSystemSynchronizedBuildFileExceptionSet; - membershipExceptions = ( - Info.plist, - ); - target = 1779D6D62CEF5F2A00FA2898 /* ReplicatedFileProviderUI */; - }; -/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ - -/* Begin PBXFileSystemSynchronizedRootGroup section */ - 1779D6CA2CEF5F2900FA2898 /* ReplicatedFileProvider */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (1779D6E52CEF5F2A00FA2898 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = ReplicatedFileProvider; sourceTree = ""; }; - 1779D6D82CEF5F2A00FA2898 /* ReplicatedFileProviderUI */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (1779D6EA2CEF5F2A00FA2898 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = ReplicatedFileProviderUI; sourceTree = ""; }; -/* End PBXFileSystemSynchronizedRootGroup section */ - /* Begin PBXFrameworksBuildPhase section */ 1779D6C42CEF5F2900FA2898 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; @@ -171,6 +158,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 1709807D2CF8566B0097E4FE /* ReplicatedFileProvider */ = { + isa = PBXGroup; + children = ( + 1709807A2CF8566B0097E4FE /* Entitlements.entitlements */, + 1709807B2CF8566B0097E4FE /* EntryPoint.swift */, + 1709807C2CF8566B0097E4FE /* Info.plist */, + ); + path = ReplicatedFileProvider; + sourceTree = ""; + }; + 170980842CF856710097E4FE /* ReplicatedFileProviderUI */ = { + isa = PBXGroup; + children = ( + 170980802CF856710097E4FE /* DocumentActionViewController.swift */, + 170980812CF856710097E4FE /* Info.plist */, + 170980832CF856710097E4FE /* MainInterface.storyboard */, + ); + path = ReplicatedFileProviderUI; + sourceTree = ""; + }; 76FC22222930801300A10444 /* Share Extension */ = { isa = PBXGroup; children = ( @@ -211,8 +218,8 @@ 9740EEB11CF90186004384FC /* Flutter */, 97C146F01CF9000F007C117D /* Runner */, 76FC22222930801300A10444 /* Share Extension */, - 1779D6CA2CEF5F2900FA2898 /* ReplicatedFileProvider */, - 1779D6D82CEF5F2A00FA2898 /* ReplicatedFileProviderUI */, + 1709807D2CF8566B0097E4FE /* ReplicatedFileProvider */, + 170980842CF856710097E4FE /* ReplicatedFileProviderUI */, 97C146EF1CF9000F007C117D /* Products */, 80844B3DE016D434FD5B03F4 /* Pods */, A7E7EE1CFB27C666D58B473F /* Frameworks */, @@ -273,9 +280,6 @@ ); dependencies = ( ); - fileSystemSynchronizedGroups = ( - 1779D6CA2CEF5F2900FA2898 /* ReplicatedFileProvider */, - ); name = ReplicatedFileProvider; packageProductDependencies = ( 1779D6EF2CEF60F900FA2898 /* OuisyncBackend */, @@ -296,9 +300,6 @@ ); dependencies = ( ); - fileSystemSynchronizedGroups = ( - 1779D6D82CEF5F2A00FA2898 /* ReplicatedFileProviderUI */, - ); name = ReplicatedFileProviderUI; packageProductDependencies = ( ); @@ -379,7 +380,7 @@ }; }; buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; + compatibilityVersion = "Xcode 12.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( @@ -415,6 +416,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 170980862CF856710097E4FE /* MainInterface.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -574,6 +576,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 1709807F2CF8566B0097E4FE /* EntryPoint.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,6 +584,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 170980872CF856710097E4FE /* DocumentActionViewController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -623,6 +627,14 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + 170980832CF856710097E4FE /* MainInterface.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 170980822CF856710097E4FE /* Base */, + ); + name = MainInterface.storyboard; + sourceTree = ""; + }; 76FC22252930801400A10444 /* MainInterface.storyboard */ = { isa = PBXVariantGroup; children = (