Skip to content

Commit 014f6c7

Browse files
committed
refactor: update manifest handling and improve supported languages saving logic in CrowdinSupportedLanguages
1 parent e830d21 commit 014f6c7

File tree

4 files changed

+80
-90
lines changed

4 files changed

+80
-90
lines changed

Example/AppleReminders.xcodeproj/project.pbxproj

Lines changed: 49 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
12E14B1224CC8A6800DEE1C5 /* MoveRemindersDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E14B1124CC8A6800DEE1C5 /* MoveRemindersDetailView.swift */; };
5959
12F4D62B2450ADE300F1D006 /* SubtaskTVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12F4D62A2450ADE300F1D006 /* SubtaskTVC.swift */; };
6060
12F4D62D2450B5B200F1D006 /* SubtaskCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12F4D62C2450B5B200F1D006 /* SubtaskCell.swift */; };
61-
2FC55D4EC80CB8BECFA839F2 /* Pods_AppleReminders.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0EF92C77451D127D36BE069 /* Pods_AppleReminders.framework */; };
62-
7C768DBF4E6AE50CCBB85E92 /* libPods-AppleRemindersUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 87D295F4B40227A13EA437CB /* libPods-AppleRemindersUITests.a */; };
61+
9065FD31EED300A9700C750B /* Pods_AppleReminders.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27736980EA4FAF62A43FCEC3 /* Pods_AppleReminders.framework */; };
62+
A823D517FBDB6E684D5CDC5C /* libPods-AppleRemindersUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 691A25D0CEB0542933A21402 /* libPods-AppleRemindersUITests.a */; };
6363
E03F1A1325ED307D003BD921 /* Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = E03F1A1225ED307D003BD921 /* Layout.swift */; };
6464
E053C3DB25E7B4DC0061E270 /* UIScrollView+EmptyState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E053C3DA25E7B4DC0061E270 /* UIScrollView+EmptyState.swift */; };
6565
E053C3E225E7B57A0061E270 /* EmptyDataViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E053C3DF25E7B57A0061E270 /* EmptyDataViewModel.swift */; };
@@ -88,7 +88,6 @@
8888
/* End PBXContainerItemProxy section */
8989

9090
/* Begin PBXFileReference section */
91-
0D65DE1ED577FA9778462207 /* Pods_AppleRemindersTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppleRemindersTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9291
12082264241457B4005DE838 /* ReminderContactTVCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReminderContactTVCell.swift; sourceTree = "<group>"; };
9392
120822662414670A005DE838 /* PickListTVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickListTVC.swift; sourceTree = "<group>"; };
9493
1212DAC123F321F300D5B2C4 /* EllipsisBarBtn.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EllipsisBarBtn.swift; sourceTree = "<group>"; };
@@ -141,15 +140,12 @@
141140
12E14B1124CC8A6800DEE1C5 /* MoveRemindersDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoveRemindersDetailView.swift; sourceTree = "<group>"; };
142141
12F4D62A2450ADE300F1D006 /* SubtaskTVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubtaskTVC.swift; sourceTree = "<group>"; };
143142
12F4D62C2450B5B200F1D006 /* SubtaskCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubtaskCell.swift; sourceTree = "<group>"; };
144-
130293931A4D7FFDBFE54E4E /* Pods-AppleReminders.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleReminders.release.xcconfig"; path = "Target Support Files/Pods-AppleReminders/Pods-AppleReminders.release.xcconfig"; sourceTree = "<group>"; };
145-
24A28630122265A18969A6B7 /* Pods-AppleRemindersTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleRemindersTests.debug.xcconfig"; path = "Target Support Files/Pods-AppleRemindersTests/Pods-AppleRemindersTests.debug.xcconfig"; sourceTree = "<group>"; };
146-
36EE55337BC524E06EAC83CD /* Pods-AppleReminders-AppleRemindersUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleReminders-AppleRemindersUITests.debug.xcconfig"; path = "Target Support Files/Pods-AppleReminders-AppleRemindersUITests/Pods-AppleReminders-AppleRemindersUITests.debug.xcconfig"; sourceTree = "<group>"; };
147-
56E9A022D82202BE7DFA00E6 /* Pods-AppleRemindersTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleRemindersTests.release.xcconfig"; path = "Target Support Files/Pods-AppleRemindersTests/Pods-AppleRemindersTests.release.xcconfig"; sourceTree = "<group>"; };
148-
6C2A33165DC8AB2F8C87CAC5 /* Pods-AppleReminders-AppleRemindersUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleReminders-AppleRemindersUITests.release.xcconfig"; path = "Target Support Files/Pods-AppleReminders-AppleRemindersUITests/Pods-AppleReminders-AppleRemindersUITests.release.xcconfig"; sourceTree = "<group>"; };
149-
87D295F4B40227A13EA437CB /* libPods-AppleRemindersUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AppleRemindersUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
150-
A0EF92C77451D127D36BE069 /* Pods_AppleReminders.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppleReminders.framework; sourceTree = BUILT_PRODUCTS_DIR; };
151-
CB8BB698BF495D6DB2249B34 /* Pods-AppleRemindersUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleRemindersUITests.debug.xcconfig"; path = "Target Support Files/Pods-AppleRemindersUITests/Pods-AppleRemindersUITests.debug.xcconfig"; sourceTree = "<group>"; };
152-
CD4E47C6AB77BD5D745CC522 /* Pods_AppleReminders_AppleRemindersUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppleReminders_AppleRemindersUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
143+
27736980EA4FAF62A43FCEC3 /* Pods_AppleReminders.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppleReminders.framework; sourceTree = BUILT_PRODUCTS_DIR; };
144+
2CD340C4BD67ED96BB471276 /* Pods-AppleReminders.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleReminders.debug.xcconfig"; path = "Target Support Files/Pods-AppleReminders/Pods-AppleReminders.debug.xcconfig"; sourceTree = "<group>"; };
145+
691A25D0CEB0542933A21402 /* libPods-AppleRemindersUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AppleRemindersUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
146+
91746CCF460E8FD3416F9E9D /* Pods-AppleRemindersUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleRemindersUITests.release.xcconfig"; path = "Target Support Files/Pods-AppleRemindersUITests/Pods-AppleRemindersUITests.release.xcconfig"; sourceTree = "<group>"; };
147+
AEB33D05B8BB576380B6010D /* Pods-AppleRemindersUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleRemindersUITests.debug.xcconfig"; path = "Target Support Files/Pods-AppleRemindersUITests/Pods-AppleRemindersUITests.debug.xcconfig"; sourceTree = "<group>"; };
148+
C08BE3B2637781DB3E7C90B6 /* Pods-AppleReminders.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleReminders.release.xcconfig"; path = "Target Support Files/Pods-AppleReminders/Pods-AppleReminders.release.xcconfig"; sourceTree = "<group>"; };
153149
E03F1A1225ED307D003BD921 /* Layout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Layout.swift; sourceTree = "<group>"; };
154150
E053C3DA25E7B4DC0061E270 /* UIScrollView+EmptyState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIScrollView+EmptyState.swift"; sourceTree = "<group>"; };
155151
E053C3DF25E7B57A0061E270 /* EmptyDataViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmptyDataViewModel.swift; sourceTree = "<group>"; };
@@ -166,24 +162,22 @@
166162
E8FABB3425BE101B007F1468 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
167163
E8FABB3525BE101B007F1468 /* uk */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = uk; path = uk.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
168164
E8FABB3625BE101B007F1468 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = fr; path = fr.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
169-
F4F3E1B6D5FE0494414C1392 /* Pods-AppleReminders.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleReminders.debug.xcconfig"; path = "Target Support Files/Pods-AppleReminders/Pods-AppleReminders.debug.xcconfig"; sourceTree = "<group>"; };
170-
FB69F3F8B925857FC5F5410D /* Pods-AppleRemindersUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppleRemindersUITests.release.xcconfig"; path = "Target Support Files/Pods-AppleRemindersUITests/Pods-AppleRemindersUITests.release.xcconfig"; sourceTree = "<group>"; };
171165
/* End PBXFileReference section */
172166

173167
/* Begin PBXFrameworksBuildPhase section */
174168
12706DD223DBB9320001D243 /* Frameworks */ = {
175169
isa = PBXFrameworksBuildPhase;
176170
buildActionMask = 2147483647;
177171
files = (
178-
2FC55D4EC80CB8BECFA839F2 /* Pods_AppleReminders.framework in Frameworks */,
172+
9065FD31EED300A9700C750B /* Pods_AppleReminders.framework in Frameworks */,
179173
);
180174
runOnlyForDeploymentPostprocessing = 0;
181175
};
182176
E81B4C152CF559C1008D7C25 /* Frameworks */ = {
183177
isa = PBXFrameworksBuildPhase;
184178
buildActionMask = 2147483647;
185179
files = (
186-
7C768DBF4E6AE50CCBB85E92 /* libPods-AppleRemindersUITests.a in Frameworks */,
180+
A823D517FBDB6E684D5CDC5C /* libPods-AppleRemindersUITests.a in Frameworks */,
187181
);
188182
runOnlyForDeploymentPostprocessing = 0;
189183
};
@@ -239,7 +233,7 @@
239233
E81B4C252CF559C9008D7C25 /* AppleRemindersUITests */,
240234
12706DD623DBB9320001D243 /* Products */,
241235
DF22DCDA92C8115B05AAF95A /* Pods */,
242-
8D8D611E6E1DF71DB3DB762D /* Frameworks */,
236+
6F1DAE5DE598C99935303497 /* Frameworks */,
243237
);
244238
sourceTree = "<group>";
245239
};
@@ -346,28 +340,22 @@
346340
path = Datasources;
347341
sourceTree = "<group>";
348342
};
349-
8D8D611E6E1DF71DB3DB762D /* Frameworks */ = {
343+
6F1DAE5DE598C99935303497 /* Frameworks */ = {
350344
isa = PBXGroup;
351345
children = (
352-
A0EF92C77451D127D36BE069 /* Pods_AppleReminders.framework */,
353-
CD4E47C6AB77BD5D745CC522 /* Pods_AppleReminders_AppleRemindersUITests.framework */,
354-
0D65DE1ED577FA9778462207 /* Pods_AppleRemindersTests.framework */,
355-
87D295F4B40227A13EA437CB /* libPods-AppleRemindersUITests.a */,
346+
27736980EA4FAF62A43FCEC3 /* Pods_AppleReminders.framework */,
347+
691A25D0CEB0542933A21402 /* libPods-AppleRemindersUITests.a */,
356348
);
357349
name = Frameworks;
358350
sourceTree = "<group>";
359351
};
360352
DF22DCDA92C8115B05AAF95A /* Pods */ = {
361353
isa = PBXGroup;
362354
children = (
363-
F4F3E1B6D5FE0494414C1392 /* Pods-AppleReminders.debug.xcconfig */,
364-
130293931A4D7FFDBFE54E4E /* Pods-AppleReminders.release.xcconfig */,
365-
36EE55337BC524E06EAC83CD /* Pods-AppleReminders-AppleRemindersUITests.debug.xcconfig */,
366-
6C2A33165DC8AB2F8C87CAC5 /* Pods-AppleReminders-AppleRemindersUITests.release.xcconfig */,
367-
24A28630122265A18969A6B7 /* Pods-AppleRemindersTests.debug.xcconfig */,
368-
56E9A022D82202BE7DFA00E6 /* Pods-AppleRemindersTests.release.xcconfig */,
369-
CB8BB698BF495D6DB2249B34 /* Pods-AppleRemindersUITests.debug.xcconfig */,
370-
FB69F3F8B925857FC5F5410D /* Pods-AppleRemindersUITests.release.xcconfig */,
355+
2CD340C4BD67ED96BB471276 /* Pods-AppleReminders.debug.xcconfig */,
356+
C08BE3B2637781DB3E7C90B6 /* Pods-AppleReminders.release.xcconfig */,
357+
AEB33D05B8BB576380B6010D /* Pods-AppleRemindersUITests.debug.xcconfig */,
358+
91746CCF460E8FD3416F9E9D /* Pods-AppleRemindersUITests.release.xcconfig */,
371359
);
372360
path = Pods;
373361
sourceTree = "<group>";
@@ -406,12 +394,12 @@
406394
isa = PBXNativeTarget;
407395
buildConfigurationList = 12706DFF23DBB9330001D243 /* Build configuration list for PBXNativeTarget "AppleReminders" */;
408396
buildPhases = (
409-
2C668AF061CFED499651F15B /* [CP] Check Pods Manifest.lock */,
397+
91AD79F1A4EAA420202059F4 /* [CP] Check Pods Manifest.lock */,
410398
12706DD123DBB9320001D243 /* Sources */,
411399
12706DD223DBB9320001D243 /* Frameworks */,
412400
12706DD323DBB9320001D243 /* Resources */,
413-
16EE061EFB9A8886799151D2 /* [CP] Embed Pods Frameworks */,
414401
E89B44BA2D982F9E00352117 /* SwiftLint */,
402+
40B4D7831B7545D0BF8259B3 /* [CP] Embed Pods Frameworks */,
415403
);
416404
buildRules = (
417405
);
@@ -426,7 +414,7 @@
426414
isa = PBXNativeTarget;
427415
buildConfigurationList = E81B4C222CF559C1008D7C25 /* Build configuration list for PBXNativeTarget "AppleRemindersUITests" */;
428416
buildPhases = (
429-
0F4D08BD36A6C58DBD9BC533 /* [CP] Check Pods Manifest.lock */,
417+
F67D4C81DE8F242397396629 /* [CP] Check Pods Manifest.lock */,
430418
E81B4C142CF559C1008D7C25 /* Sources */,
431419
E81B4C152CF559C1008D7C25 /* Frameworks */,
432420
E81B4C162CF559C1008D7C25 /* Resources */,
@@ -532,29 +520,7 @@
532520
/* End PBXResourcesBuildPhase section */
533521

534522
/* Begin PBXShellScriptBuildPhase section */
535-
0F4D08BD36A6C58DBD9BC533 /* [CP] Check Pods Manifest.lock */ = {
536-
isa = PBXShellScriptBuildPhase;
537-
buildActionMask = 2147483647;
538-
files = (
539-
);
540-
inputFileListPaths = (
541-
);
542-
inputPaths = (
543-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
544-
"${PODS_ROOT}/Manifest.lock",
545-
);
546-
name = "[CP] Check Pods Manifest.lock";
547-
outputFileListPaths = (
548-
);
549-
outputPaths = (
550-
"$(DERIVED_FILE_DIR)/Pods-AppleRemindersUITests-checkManifestLockResult.txt",
551-
);
552-
runOnlyForDeploymentPostprocessing = 0;
553-
shellPath = /bin/sh;
554-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
555-
showEnvVarsInLog = 0;
556-
};
557-
16EE061EFB9A8886799151D2 /* [CP] Embed Pods Frameworks */ = {
523+
40B4D7831B7545D0BF8259B3 /* [CP] Embed Pods Frameworks */ = {
558524
isa = PBXShellScriptBuildPhase;
559525
buildActionMask = 2147483647;
560526
files = (
@@ -571,7 +537,7 @@
571537
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppleReminders/Pods-AppleReminders-frameworks.sh\"\n";
572538
showEnvVarsInLog = 0;
573539
};
574-
2C668AF061CFED499651F15B /* [CP] Check Pods Manifest.lock */ = {
540+
91AD79F1A4EAA420202059F4 /* [CP] Check Pods Manifest.lock */ = {
575541
isa = PBXShellScriptBuildPhase;
576542
buildActionMask = 2147483647;
577543
files = (
@@ -611,6 +577,28 @@
611577
shellPath = /bin/sh;
612578
shellScript = "if command -v swiftlint >/dev/null 2>&1\nthen\n swiftlint --config ${SRCROOT}/../.swiftlint.yml ${SRCROOT}/../Sources/\nelse\n echo \"warning: `swiftlint` command not found - See https://github.com/realm/SwiftLint#installation for installation instructions.\"\nfi\n";
613579
};
580+
F67D4C81DE8F242397396629 /* [CP] Check Pods Manifest.lock */ = {
581+
isa = PBXShellScriptBuildPhase;
582+
buildActionMask = 2147483647;
583+
files = (
584+
);
585+
inputFileListPaths = (
586+
);
587+
inputPaths = (
588+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
589+
"${PODS_ROOT}/Manifest.lock",
590+
);
591+
name = "[CP] Check Pods Manifest.lock";
592+
outputFileListPaths = (
593+
);
594+
outputPaths = (
595+
"$(DERIVED_FILE_DIR)/Pods-AppleRemindersUITests-checkManifestLockResult.txt",
596+
);
597+
runOnlyForDeploymentPostprocessing = 0;
598+
shellPath = /bin/sh;
599+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
600+
showEnvVarsInLog = 0;
601+
};
614602
/* End PBXShellScriptBuildPhase section */
615603

616604
/* Begin PBXSourcesBuildPhase section */
@@ -850,7 +838,7 @@
850838
};
851839
12706E0023DBB9330001D243 /* Debug */ = {
852840
isa = XCBuildConfiguration;
853-
baseConfigurationReference = F4F3E1B6D5FE0494414C1392 /* Pods-AppleReminders.debug.xcconfig */;
841+
baseConfigurationReference = 2CD340C4BD67ED96BB471276 /* Pods-AppleReminders.debug.xcconfig */;
854842
buildSettings = {
855843
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
856844
CODE_SIGN_STYLE = Automatic;
@@ -870,7 +858,7 @@
870858
};
871859
12706E0123DBB9330001D243 /* Release */ = {
872860
isa = XCBuildConfiguration;
873-
baseConfigurationReference = 130293931A4D7FFDBFE54E4E /* Pods-AppleReminders.release.xcconfig */;
861+
baseConfigurationReference = C08BE3B2637781DB3E7C90B6 /* Pods-AppleReminders.release.xcconfig */;
874862
buildSettings = {
875863
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
876864
CODE_SIGN_STYLE = Automatic;
@@ -890,7 +878,7 @@
890878
};
891879
E81B4C202CF559C1008D7C25 /* Debug */ = {
892880
isa = XCBuildConfiguration;
893-
baseConfigurationReference = CB8BB698BF495D6DB2249B34 /* Pods-AppleRemindersUITests.debug.xcconfig */;
881+
baseConfigurationReference = AEB33D05B8BB576380B6010D /* Pods-AppleRemindersUITests.debug.xcconfig */;
894882
buildSettings = {
895883
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
896884
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
@@ -914,7 +902,7 @@
914902
};
915903
E81B4C212CF559C1008D7C25 /* Release */ = {
916904
isa = XCBuildConfiguration;
917-
baseConfigurationReference = FB69F3F8B925857FC5F5410D /* Pods-AppleRemindersUITests.release.xcconfig */;
905+
baseConfigurationReference = 91746CCF460E8FD3416F9E9D /* Pods-AppleRemindersUITests.release.xcconfig */;
918906
buildSettings = {
919907
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
920908
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";

0 commit comments

Comments
 (0)