Skip to content

Commit 15fc75c

Browse files
mokagioclaude
andcommitted
Generate secrets into each target's DERIVED_FILE_DIR
`WordPress`, `Jetpack` and `Reader` each wrote a different secrets file to the same `$(BUILD_DIR)/Secrets/Secrets.swift`. Building one of them left its secrets at a path the next build of another would see as newer than its inputs, skip regenerating, and compile as its own. `DERIVED_FILE_DIR` is per-target and per-configuration, so each target now owns its copy, and the hand-maintained `Secrets-<Target>.swift` names the extensions needed to dodge the same collision are no longer necessary. This is the arrangement `doapple` and `wcios` already use. --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 67d78d2 commit 15fc75c

1 file changed

Lines changed: 32 additions & 46 deletions

File tree

WordPress/WordPress.xcodeproj/project.pbxproj

Lines changed: 32 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
0CED2ADF2D95BB46003015CF /* RNTAztecView.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F60D3912D2C4BA3008ACD86 /* RNTAztecView.xcframework */; };
6565
0CED2AE52D95BB46003015CF /* yoga.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F60D3932D2C4BA4008ACD86 /* yoga.xcframework */; };
6666
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
67-
24351254264DCA08009BB2B6 /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* Secrets.swift */; };
68-
24351255264DCA08009BB2B6 /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* Secrets.swift */; };
67+
24351254264DCA08009BB2B6 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
68+
24351255264DCA08009BB2B6 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
6969
24E55D4E2CC9A5C8008D071D /* ImagePlayground.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24E55D4D2CC9A5C8008D071D /* ImagePlayground.framework */; };
7070
24E55D4F2CC9A5CD008D071D /* ImagePlayground.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24E55D4D2CC9A5C8008D071D /* ImagePlayground.framework */; };
7171
296890780FE971DC00770264 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 296890770FE971DC00770264 /* Security.framework */; };
7272
374CB16215B93C0800DD0EBC /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 374CB16115B93C0800DD0EBC /* AudioToolbox.framework */; };
73-
3F1A64F62DA7A4B300786B92 /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* Secrets.swift */; };
73+
3F1A64F62DA7A4B300786B92 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
7474
3F1AFCC22DA3AAEA00786B92 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F1AFCC12DA3AAE900786B92 /* WebKit.framework */; };
7575
3F608F7F2D2D1A9E008ACD86 /* Gutenberg.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F60D3902D2C4BA3008ACD86 /* Gutenberg.xcframework */; };
7676
3F608F802D2D1A9E008ACD86 /* Gutenberg.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3F60D3902D2C4BA3008ACD86 /* Gutenberg.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -104,13 +104,13 @@
104104
4A690C212BA7975500A8E0C5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4A690C202BA7974E00A8E0C5 /* PrivacyInfo.xcprivacy */; };
105105
4A690C222BA7975800A8E0C5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4A690C202BA7974E00A8E0C5 /* PrivacyInfo.xcprivacy */; };
106106
4A8284B02E5FECB00037E180 /* XcodeTarget_WordPressKitTests in Frameworks */ = {isa = PBXBuildFile; productRef = 4A8284AF2E5FECB00037E180 /* XcodeTarget_WordPressKitTests */; };
107-
4ABC59742DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABC59732DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift */; };
108-
4ABCAB2A2DE52E80005A6B84 /* Secrets-JetpackDraftActionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCAB272DE52E6B005A6B84 /* Secrets-JetpackDraftActionExtension.swift */; };
109-
4ABCAB2B2DE52E86005A6B84 /* Secrets-JetpackShareExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCAB282DE52E6B005A6B84 /* Secrets-JetpackShareExtension.swift */; };
110-
4ABCAB2E2DE53092005A6B84 /* Secrets-JetpackNotificationServiceExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCAB2D2DE53092005A6B84 /* Secrets-JetpackNotificationServiceExtension.swift */; };
111-
4ABCAB3A2DE533A5005A6B84 /* Secrets-WordPressNotificationServiceExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCAB392DE533A5005A6B84 /* Secrets-WordPressNotificationServiceExtension.swift */; };
112-
4AC9545A2DE51FE40095EA51 /* Secrets-JetpackStatsWidgets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC954592DE51FE40095EA51 /* Secrets-JetpackStatsWidgets.swift */; };
113-
4AC9F8182DE528E40095EA51 /* Secrets-WordPressShareExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC9F8172DE528E40095EA51 /* Secrets-WordPressShareExtension.swift */; };
107+
4ABC59742DE52A7D005A6B84 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
108+
4ABCAB2A2DE52E80005A6B84 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
109+
4ABCAB2B2DE52E86005A6B84 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
110+
4ABCAB2E2DE53092005A6B84 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
111+
4ABCAB3A2DE533A5005A6B84 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
112+
4AC9545A2DE51FE40095EA51 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
113+
4AC9F8182DE528E40095EA51 /* DerivedSecrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24351253264DCA08009BB2B6 /* DerivedSecrets.swift */; };
114114
5D69DBC4165428CA00A2D1F7 /* n.caf in Resources */ = {isa = PBXBuildFile; fileRef = 5D69DBC3165428CA00A2D1F7 /* n.caf */; };
115115
7335AC6021220D550012EF2D /* RemoteNotificationActionParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7335AC5F21220D550012EF2D /* RemoteNotificationActionParser.swift */; };
116116
7358E6BF210BD318002323EB /* WordPressNotificationServiceExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 7358E6B8210BD318002323EB /* WordPressNotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
@@ -522,7 +522,7 @@
522522
1D6058910D05DD3D006BFB54 /* WordPress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WordPress.app; sourceTree = BUILT_PRODUCTS_DIR; };
523523
24350E7C264DB76E009BB2B6 /* Jetpack.debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Jetpack.debug.xcconfig; sourceTree = "<group>"; };
524524
24351059264DC1E2009BB2B6 /* Jetpack.release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Jetpack.release.xcconfig; sourceTree = "<group>"; };
525-
24351253264DCA08009BB2B6 /* Secrets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Secrets.swift; path = ../Secrets/Secrets.swift; sourceTree = BUILT_PRODUCTS_DIR; };
525+
24351253264DCA08009BB2B6 /* DerivedSecrets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DerivedSecrets.swift; sourceTree = DERIVED_FILE_DIR; };
526526
2439B1DB264ECBDF00239130 /* Jetpack.alpha.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Jetpack.alpha.xcconfig; sourceTree = "<group>"; };
527527
24AE9E66264B34E500AC7F15 /* Secrets-example.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Secrets-example.swift"; sourceTree = "<group>"; };
528528
24B54FAE2624F8430041B18E /* JetpackRelease-Alpha.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "JetpackRelease-Alpha.entitlements"; sourceTree = "<group>"; };
@@ -550,13 +550,6 @@
550550
4A690C1D2BA796C500A8E0C5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
551551
4A690C202BA7974E00A8E0C5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
552552
4A8280FD2E5FE9B60037E180 /* WordPressKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WordPressKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
553-
4ABC59732DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-WordPressDraftActionExtension.swift"; path = "../Secrets/Secrets-WordPressDraftActionExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
554-
4ABCAB272DE52E6B005A6B84 /* Secrets-JetpackDraftActionExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-JetpackDraftActionExtension.swift"; path = "../Secrets/Secrets-JetpackDraftActionExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
555-
4ABCAB282DE52E6B005A6B84 /* Secrets-JetpackShareExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-JetpackShareExtension.swift"; path = "../Secrets/Secrets-JetpackShareExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
556-
4ABCAB2D2DE53092005A6B84 /* Secrets-JetpackNotificationServiceExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-JetpackNotificationServiceExtension.swift"; path = "../Secrets/Secrets-JetpackNotificationServiceExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
557-
4ABCAB392DE533A5005A6B84 /* Secrets-WordPressNotificationServiceExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-WordPressNotificationServiceExtension.swift"; path = "../Secrets/Secrets-WordPressNotificationServiceExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
558-
4AC954592DE51FE40095EA51 /* Secrets-JetpackStatsWidgets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-JetpackStatsWidgets.swift"; path = "../Secrets/Secrets-JetpackStatsWidgets.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
559-
4AC9F8172DE528E40095EA51 /* Secrets-WordPressShareExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Secrets-WordPressShareExtension.swift"; path = "../Secrets/Secrets-WordPressShareExtension.swift"; sourceTree = BUILT_PRODUCTS_DIR; };
560553
5D69DBC3165428CA00A2D1F7 /* n.caf */ = {isa = PBXFileReference; lastKnownFileType = file; name = n.caf; path = Resources/Sounds/n.caf; sourceTree = "<group>"; };
561554
6EDC0E8E105881A800F68A1D /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
562555
7335AC5F21220D550012EF2D /* RemoteNotificationActionParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteNotificationActionParser.swift; sourceTree = "<group>"; };
@@ -1221,14 +1214,7 @@
12211214
24AE9EF5264B3D8E00AC7F15 /* Derived Sources */ = {
12221215
isa = PBXGroup;
12231216
children = (
1224-
24351253264DCA08009BB2B6 /* Secrets.swift */,
1225-
4AC954592DE51FE40095EA51 /* Secrets-JetpackStatsWidgets.swift */,
1226-
4ABCAB282DE52E6B005A6B84 /* Secrets-JetpackShareExtension.swift */,
1227-
4ABCAB272DE52E6B005A6B84 /* Secrets-JetpackDraftActionExtension.swift */,
1228-
4ABCAB2D2DE53092005A6B84 /* Secrets-JetpackNotificationServiceExtension.swift */,
1229-
4AC9F8172DE528E40095EA51 /* Secrets-WordPressShareExtension.swift */,
1230-
4ABC59732DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift */,
1231-
4ABCAB392DE533A5005A6B84 /* Secrets-WordPressNotificationServiceExtension.swift */,
1217+
24351253264DCA08009BB2B6 /* DerivedSecrets.swift */,
12321218
);
12331219
name = "Derived Sources";
12341220
path = Classes;
@@ -2303,7 +2289,7 @@
23032289
outputFileListPaths = (
23042290
);
23052291
outputPaths = (
2306-
"$(BUILD_DIR)/Secrets/Secrets.swift",
2292+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
23072293
);
23082294
runOnlyForDeploymentPostprocessing = 0;
23092295
shellPath = /bin/sh;
@@ -2365,7 +2351,7 @@
23652351
outputFileListPaths = (
23662352
);
23672353
outputPaths = (
2368-
"${BUILD_DIR}/Secrets/Secrets.swift",
2354+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
23692355
);
23702356
runOnlyForDeploymentPostprocessing = 0;
23712357
shellPath = /bin/sh;
@@ -2385,7 +2371,7 @@
23852371
outputFileListPaths = (
23862372
);
23872373
outputPaths = (
2388-
"$(BUILD_DIR)/Secrets/Secrets.swift",
2374+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
23892375
);
23902376
runOnlyForDeploymentPostprocessing = 0;
23912377
shellPath = /bin/sh;
@@ -2405,7 +2391,7 @@
24052391
outputFileListPaths = (
24062392
);
24072393
outputPaths = (
2408-
"$(BUILD_DIR)/Secrets/Secrets-JetpackStatsWidgets.swift",
2394+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
24092395
);
24102396
runOnlyForDeploymentPostprocessing = 0;
24112397
shellPath = /bin/sh;
@@ -2425,7 +2411,7 @@
24252411
outputFileListPaths = (
24262412
);
24272413
outputPaths = (
2428-
"$(BUILD_DIR)/Secrets/Secrets-WordPressDraftActionExtension.swift",
2414+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
24292415
);
24302416
runOnlyForDeploymentPostprocessing = 0;
24312417
shellPath = /bin/sh;
@@ -2445,7 +2431,7 @@
24452431
outputFileListPaths = (
24462432
);
24472433
outputPaths = (
2448-
"$(BUILD_DIR)/Secrets/Secrets-JetpackShareExtension.swift",
2434+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
24492435
);
24502436
runOnlyForDeploymentPostprocessing = 0;
24512437
shellPath = /bin/sh;
@@ -2465,7 +2451,7 @@
24652451
outputFileListPaths = (
24662452
);
24672453
outputPaths = (
2468-
"$(BUILD_DIR)/Secrets/Secrets-JetpackDraftActionExtension.swift",
2454+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
24692455
);
24702456
runOnlyForDeploymentPostprocessing = 0;
24712457
shellPath = /bin/sh;
@@ -2485,7 +2471,7 @@
24852471
outputFileListPaths = (
24862472
);
24872473
outputPaths = (
2488-
"$(BUILD_DIR)/Secrets/Secrets-JetpackNotificationServiceExtension.swift",
2474+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
24892475
);
24902476
runOnlyForDeploymentPostprocessing = 0;
24912477
shellPath = /bin/sh;
@@ -2505,7 +2491,7 @@
25052491
outputFileListPaths = (
25062492
);
25072493
outputPaths = (
2508-
"$(BUILD_DIR)/Secrets/Secrets-WordPressNotificationServiceExtension.swift",
2494+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
25092495
);
25102496
runOnlyForDeploymentPostprocessing = 0;
25112497
shellPath = /bin/sh;
@@ -2525,7 +2511,7 @@
25252511
outputFileListPaths = (
25262512
);
25272513
outputPaths = (
2528-
"$(BUILD_DIR)/Secrets/Secrets-WordPressShareExtension.swift",
2514+
"$(DERIVED_FILE_DIR)/DerivedSecrets.swift",
25292515
);
25302516
runOnlyForDeploymentPostprocessing = 0;
25312517
shellPath = /bin/sh;
@@ -2593,7 +2579,7 @@
25932579
isa = PBXSourcesBuildPhase;
25942580
buildActionMask = 2147483647;
25952581
files = (
2596-
4AC9545A2DE51FE40095EA51 /* Secrets-JetpackStatsWidgets.swift in Sources */,
2582+
4AC9545A2DE51FE40095EA51 /* DerivedSecrets.swift in Sources */,
25972583
);
25982584
runOnlyForDeploymentPostprocessing = 0;
25992585
};
@@ -2615,7 +2601,7 @@
26152601
isa = PBXSourcesBuildPhase;
26162602
buildActionMask = 2147483647;
26172603
files = (
2618-
3F1A64F62DA7A4B300786B92 /* Secrets.swift in Sources */,
2604+
3F1A64F62DA7A4B300786B92 /* DerivedSecrets.swift in Sources */,
26192605
);
26202606
runOnlyForDeploymentPostprocessing = 0;
26212607
};
@@ -2630,7 +2616,7 @@
26302616
isa = PBXSourcesBuildPhase;
26312617
buildActionMask = 2147483647;
26322618
files = (
2633-
24351254264DCA08009BB2B6 /* Secrets.swift in Sources */,
2619+
24351254264DCA08009BB2B6 /* DerivedSecrets.swift in Sources */,
26342620
);
26352621
runOnlyForDeploymentPostprocessing = 0;
26362622
};
@@ -2648,7 +2634,7 @@
26482634
7335AC6021220D550012EF2D /* RemoteNotificationActionParser.swift in Sources */,
26492635
73F6DD42212BA54700CE447D /* RichNotificationContentFormatter.swift in Sources */,
26502636
7396FE66210F730600496D0D /* NotificationService.swift in Sources */,
2651-
4ABCAB3A2DE533A5005A6B84 /* Secrets-WordPressNotificationServiceExtension.swift in Sources */,
2637+
4ABCAB3A2DE533A5005A6B84 /* DerivedSecrets.swift in Sources */,
26522638
73E40D8C21238C520012ABA6 /* Tracks+ServiceExtension.swift in Sources */,
26532639
73768B6B212B4E4F005136A1 /* UNNotificationContent+RemoteNotification.swift in Sources */,
26542640
73F6DD45212C714F00CE447D /* RichNotificationViewModel.swift in Sources */,
@@ -2660,23 +2646,23 @@
26602646
isa = PBXSourcesBuildPhase;
26612647
buildActionMask = 2147483647;
26622648
files = (
2663-
4ABC59742DE52A7D005A6B84 /* Secrets-WordPressDraftActionExtension.swift in Sources */,
2649+
4ABC59742DE52A7D005A6B84 /* DerivedSecrets.swift in Sources */,
26642650
);
26652651
runOnlyForDeploymentPostprocessing = 0;
26662652
};
26672653
809620D128E540D700940A5D /* Sources */ = {
26682654
isa = PBXSourcesBuildPhase;
26692655
buildActionMask = 2147483647;
26702656
files = (
2671-
4ABCAB2B2DE52E86005A6B84 /* Secrets-JetpackShareExtension.swift in Sources */,
2657+
4ABCAB2B2DE52E86005A6B84 /* DerivedSecrets.swift in Sources */,
26722658
);
26732659
runOnlyForDeploymentPostprocessing = 0;
26742660
};
26752661
8096213228E55C9400940A5D /* Sources */ = {
26762662
isa = PBXSourcesBuildPhase;
26772663
buildActionMask = 2147483647;
26782664
files = (
2679-
4ABCAB2A2DE52E80005A6B84 /* Secrets-JetpackDraftActionExtension.swift in Sources */,
2665+
4ABCAB2A2DE52E80005A6B84 /* DerivedSecrets.swift in Sources */,
26802666
);
26812667
runOnlyForDeploymentPostprocessing = 0;
26822668
};
@@ -2685,7 +2671,7 @@
26852671
buildActionMask = 2147483647;
26862672
files = (
26872673
80F6D02328EE866A00953C1A /* RemoteNotificationActionParser.swift in Sources */,
2688-
4ABCAB2E2DE53092005A6B84 /* Secrets-JetpackNotificationServiceExtension.swift in Sources */,
2674+
4ABCAB2E2DE53092005A6B84 /* DerivedSecrets.swift in Sources */,
26892675
80F6D03828EE866A00953C1A /* RichNotificationContentFormatter.swift in Sources */,
26902676
80F6D03C28EE866A00953C1A /* NotificationService.swift in Sources */,
26912677
80F6D04628EE866A00953C1A /* Tracks+ServiceExtension.swift in Sources */,
@@ -2699,7 +2685,7 @@
26992685
isa = PBXSourcesBuildPhase;
27002686
buildActionMask = 2147483647;
27012687
files = (
2702-
4AC9F8182DE528E40095EA51 /* Secrets-WordPressShareExtension.swift in Sources */,
2688+
4AC9F8182DE528E40095EA51 /* DerivedSecrets.swift in Sources */,
27032689
);
27042690
runOnlyForDeploymentPostprocessing = 0;
27052691
};
@@ -2714,7 +2700,7 @@
27142700
isa = PBXSourcesBuildPhase;
27152701
buildActionMask = 2147483647;
27162702
files = (
2717-
24351255264DCA08009BB2B6 /* Secrets.swift in Sources */,
2703+
24351255264DCA08009BB2B6 /* DerivedSecrets.swift in Sources */,
27182704
);
27192705
runOnlyForDeploymentPostprocessing = 0;
27202706
};

0 commit comments

Comments
 (0)