Skip to content

Commit 8b74b83

Browse files
committed
change xcode project compatibility to 16 rather than 12
1 parent 08f0850 commit 8b74b83

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

packages/mobile/ios/Quiet.xcodeproj/project.pbxproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 70;
6+
objectVersion = 77;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -646,7 +646,7 @@
646646
84F12DFE2A5B0E05C2C41286 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Quiet/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
647647
955DC7572BD930B30014725B /* WebsocketSingleton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsocketSingleton.swift; sourceTree = "<group>"; };
648648
BD713118E20F543EF89A5669 /* Pods_Quiet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Quiet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
649-
DC03A48F321B4BE2A5339F05 /* Quiet.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Quiet.xcconfig; path = Quiet.xcconfig; sourceTree = SOURCE_ROOT; };
649+
DC03A48F321B4BE2A5339F05 /* Quiet.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Quiet.xcconfig; sourceTree = SOURCE_ROOT; };
650650
E727FE0446E9E46CDECEC7FE /* Pods-Quiet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Quiet.debug.xcconfig"; path = "Target Support Files/Pods-Quiet/Pods-Quiet.debug.xcconfig"; sourceTree = "<group>"; };
651651
EB4DC7EB2F5FF6AB00EFD23F /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
652652
EB4DC7F92F608A3300EFD23F /* QuietNotificationServiceExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = QuietNotificationServiceExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -681,10 +681,6 @@
681681
EB611A772F60ADD1000CA1A2 /* Exceptions for "QuietNotificationServiceExtension" folder in "Quiet" target */,
682682
EBE628BC2F60AFB00062530D /* Exceptions for "QuietNotificationServiceExtension" folder in "QuietNotificationServiceExtension" target */,
683683
);
684-
explicitFileTypes = {
685-
};
686-
explicitFolders = (
687-
);
688684
path = QuietNotificationServiceExtension;
689685
sourceTree = "<group>";
690686
};
@@ -4949,14 +4945,14 @@
49494945
};
49504946
};
49514947
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Quiet" */;
4952-
compatibilityVersion = "Xcode 12.0";
49534948
developmentRegion = en;
49544949
hasScannedForEncodings = 0;
49554950
knownRegions = (
49564951
en,
49574952
Base,
49584953
);
49594954
mainGroup = 83CBB9F61A601CBA00E9B192;
4955+
preferredProjectObjectVersion = 77;
49604956
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
49614957
projectDirPath = "";
49624958
projectRoot = "";
@@ -5142,10 +5138,14 @@
51425138
inputFileListPaths = (
51435139
"${PODS_ROOT}/Target Support Files/Pods-Quiet-QuietTests/Pods-Quiet-QuietTests-resources-${CONFIGURATION}-input-files.xcfilelist",
51445140
);
5141+
inputPaths = (
5142+
);
51455143
name = "[CP] Copy Pods Resources";
51465144
outputFileListPaths = (
51475145
"${PODS_ROOT}/Target Support Files/Pods-Quiet-QuietTests/Pods-Quiet-QuietTests-resources-${CONFIGURATION}-output-files.xcfilelist",
51485146
);
5147+
outputPaths = (
5148+
);
51495149
runOnlyForDeploymentPostprocessing = 0;
51505150
shellPath = /bin/sh;
51515151
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Quiet-QuietTests/Pods-Quiet-QuietTests-resources.sh\"\n";
@@ -5203,10 +5203,14 @@
52035203
inputFileListPaths = (
52045204
"${PODS_ROOT}/Target Support Files/Pods-Quiet/Pods-Quiet-frameworks-${CONFIGURATION}-input-files.xcfilelist",
52055205
);
5206+
inputPaths = (
5207+
);
52065208
name = "[CP] Embed Pods Frameworks";
52075209
outputFileListPaths = (
52085210
"${PODS_ROOT}/Target Support Files/Pods-Quiet/Pods-Quiet-frameworks-${CONFIGURATION}-output-files.xcfilelist",
52095211
);
5212+
outputPaths = (
5213+
);
52105214
runOnlyForDeploymentPostprocessing = 0;
52115215
shellPath = /bin/sh;
52125216
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Quiet/Pods-Quiet-frameworks.sh\"\n";
@@ -5220,10 +5224,14 @@
52205224
inputFileListPaths = (
52215225
"${PODS_ROOT}/Target Support Files/Pods-Quiet/Pods-Quiet-resources-${CONFIGURATION}-input-files.xcfilelist",
52225226
);
5227+
inputPaths = (
5228+
);
52235229
name = "[CP] Copy Pods Resources";
52245230
outputFileListPaths = (
52255231
"${PODS_ROOT}/Target Support Files/Pods-Quiet/Pods-Quiet-resources-${CONFIGURATION}-output-files.xcfilelist",
52265232
);
5233+
outputPaths = (
5234+
);
52275235
runOnlyForDeploymentPostprocessing = 0;
52285236
shellPath = /bin/sh;
52295237
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Quiet/Pods-Quiet-resources.sh\"\n";
@@ -5237,10 +5245,14 @@
52375245
inputFileListPaths = (
52385246
"${PODS_ROOT}/Target Support Files/Pods-Quiet-QuietTests/Pods-Quiet-QuietTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
52395247
);
5248+
inputPaths = (
5249+
);
52405250
name = "[CP] Embed Pods Frameworks";
52415251
outputFileListPaths = (
52425252
"${PODS_ROOT}/Target Support Files/Pods-Quiet-QuietTests/Pods-Quiet-QuietTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
52435253
);
5254+
outputPaths = (
5255+
);
52445256
runOnlyForDeploymentPostprocessing = 0;
52455257
shellPath = /bin/sh;
52465258
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Quiet-QuietTests/Pods-Quiet-QuietTests-frameworks.sh\"\n";

0 commit comments

Comments
 (0)