Skip to content

Commit

Permalink
Xcode 15 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
za-creature committed Nov 28, 2024
1 parent fd64f97 commit 7d3ee42
Showing 1 changed file with 44 additions and 32 deletions.
76 changes: 44 additions & 32 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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, ); }; };
Expand Down Expand Up @@ -80,6 +83,12 @@
/* Begin PBXFileReference section */
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
1709807A2CF8566B0097E4FE /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = "<group>"; };
1709807B2CF8566B0097E4FE /* EntryPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EntryPoint.swift; sourceTree = "<group>"; };
1709807C2CF8566B0097E4FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
170980802CF856710097E4FE /* DocumentActionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentActionViewController.swift; sourceTree = "<group>"; };
170980812CF856710097E4FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
170980822CF856710097E4FE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -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 = "<group>"; };
/* 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 = "<group>"; };
1779D6D82CEF5F2A00FA2898 /* ReplicatedFileProviderUI */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (1779D6EA2CEF5F2A00FA2898 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = ReplicatedFileProviderUI; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
1779D6C42CEF5F2900FA2898 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
Expand Down Expand Up @@ -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 = "<group>";
};
170980842CF856710097E4FE /* ReplicatedFileProviderUI */ = {
isa = PBXGroup;
children = (
170980802CF856710097E4FE /* DocumentActionViewController.swift */,
170980812CF856710097E4FE /* Info.plist */,
170980832CF856710097E4FE /* MainInterface.storyboard */,
);
path = ReplicatedFileProviderUI;
sourceTree = "<group>";
};
76FC22222930801300A10444 /* Share Extension */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -273,9 +280,6 @@
);
dependencies = (
);
fileSystemSynchronizedGroups = (
1779D6CA2CEF5F2900FA2898 /* ReplicatedFileProvider */,
);
name = ReplicatedFileProvider;
packageProductDependencies = (
1779D6EF2CEF60F900FA2898 /* OuisyncBackend */,
Expand All @@ -296,9 +300,6 @@
);
dependencies = (
);
fileSystemSynchronizedGroups = (
1779D6D82CEF5F2A00FA2898 /* ReplicatedFileProviderUI */,
);
name = ReplicatedFileProviderUI;
packageProductDependencies = (
);
Expand Down Expand Up @@ -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 = (
Expand Down Expand Up @@ -415,6 +416,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
170980862CF856710097E4FE /* MainInterface.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -574,13 +576,15 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1709807F2CF8566B0097E4FE /* EntryPoint.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
1779D6D32CEF5F2A00FA2898 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
170980872CF856710097E4FE /* DocumentActionViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -623,6 +627,14 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
170980832CF856710097E4FE /* MainInterface.storyboard */ = {
isa = PBXVariantGroup;
children = (
170980822CF856710097E4FE /* Base */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
};
76FC22252930801400A10444 /* MainInterface.storyboard */ = {
isa = PBXVariantGroup;
children = (
Expand Down

0 comments on commit 7d3ee42

Please sign in to comment.