Skip to content

Commit 920c5be

Browse files
authored
Do not use umbrella framework (#553)
1 parent f6d54ec commit 920c5be

File tree

5 files changed

+111
-97
lines changed

5 files changed

+111
-97
lines changed

LeanplumSDK/LeanplumSDK.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -226,10 +226,6 @@
226226
6A37A89D28EF748800F4339F /* Dictionary+MapKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A37A89B28EF748800F4339F /* Dictionary+MapKeys.swift */; };
227227
6A37A8A028EF74E900F4339F /* CTWrapper+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A37A89F28EF74E900F4339F /* CTWrapper+Utilities.swift */; };
228228
6A37A8A128EF74E900F4339F /* CTWrapper+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A37A89F28EF74E900F4339F /* CTWrapper+Utilities.swift */; };
229-
6A3C1EB228D7B3C700D51E44 /* CleverTapSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3C1EB028D7B3C700D51E44 /* CleverTapSDK.framework */; };
230-
6A3C1EB328D7B3C700D51E44 /* CleverTapSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3C1EB028D7B3C700D51E44 /* CleverTapSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
231-
6A3C1EB428D7B3C700D51E44 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3C1EB128D7B3C700D51E44 /* SDWebImage.framework */; };
232-
6A3C1EB528D7B3C700D51E44 /* SDWebImage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3C1EB128D7B3C700D51E44 /* SDWebImage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
233229
6A714AF326F8B317004A34A9 /* LPConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 075AADDA26847EC4007CA1BD /* LPConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
234230
6A714AF426F8B317004A34A9 /* LPActionTriggerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 075AADC726847EC3007CA1BD /* LPActionTriggerManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
235231
6A714AF526F8B317004A34A9 /* LPWebInterstitialViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 075AAD7426847EC3007CA1BD /* LPWebInterstitialViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -524,18 +520,6 @@
524520
/* End PBXContainerItemProxy section */
525521

526522
/* Begin PBXCopyFilesBuildPhase section */
527-
6A3C1EB628D7B3C700D51E44 /* Embed Frameworks */ = {
528-
isa = PBXCopyFilesBuildPhase;
529-
buildActionMask = 2147483647;
530-
dstPath = "";
531-
dstSubfolderSpec = 10;
532-
files = (
533-
6A3C1EB528D7B3C700D51E44 /* SDWebImage.framework in Embed Frameworks */,
534-
6A3C1EB328D7B3C700D51E44 /* CleverTapSDK.framework in Embed Frameworks */,
535-
);
536-
name = "Embed Frameworks";
537-
runOnlyForDeploymentPostprocessing = 0;
538-
};
539523
6A714BA526F8B4E6004A34A9 /* Copy Headers */ = {
540524
isa = PBXCopyFilesBuildPhase;
541525
buildActionMask = 2147483647;
@@ -859,8 +843,6 @@
859843
isa = PBXFrameworksBuildPhase;
860844
buildActionMask = 2147483647;
861845
files = (
862-
6A3C1EB228D7B3C700D51E44 /* CleverTapSDK.framework in Frameworks */,
863-
6A3C1EB428D7B3C700D51E44 /* SDWebImage.framework in Frameworks */,
864846
EF8C42881E834252F5F5ABA6 /* Pods_Leanplum.framework in Frameworks */,
865847
);
866848
runOnlyForDeploymentPostprocessing = 0;
@@ -1634,8 +1616,6 @@
16341616
075AAD0426847C23007CA1BD /* Sources */,
16351617
075AAD0526847C23007CA1BD /* Frameworks */,
16361618
075AAD0626847C23007CA1BD /* Resources */,
1637-
6A3C1EAF28D7B30400D51E44 /* Copy Frameworks */,
1638-
6A3C1EB628D7B3C700D51E44 /* Embed Frameworks */,
16391619
);
16401620
buildRules = (
16411621
);
@@ -1777,25 +1757,6 @@
17771757
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";
17781758
showEnvVarsInLog = 0;
17791759
};
1780-
6A3C1EAF28D7B30400D51E44 /* Copy Frameworks */ = {
1781-
isa = PBXShellScriptBuildPhase;
1782-
alwaysOutOfDate = 1;
1783-
buildActionMask = 2147483647;
1784-
files = (
1785-
);
1786-
inputFileListPaths = (
1787-
);
1788-
inputPaths = (
1789-
);
1790-
name = "Copy Frameworks";
1791-
outputFileListPaths = (
1792-
);
1793-
outputPaths = (
1794-
);
1795-
runOnlyForDeploymentPostprocessing = 0;
1796-
shellPath = /bin/sh;
1797-
shellScript = "# Copy dependency Pods Frameworks to top level so they can be found and embedded.\n# This Run Script Phase needs to run before \"Embed Frameworks\" built-in one.\n# When a framework is linked both dynamically and statically, name of the linking is added to the framework folder name\nCOPY_FRAMEWORKS_TO_EMBED=(\"CleverTap-iOS-SDK-framework\" \"SDWebImage-framework\")\n\nfor FRAMEWORK in ${COPY_FRAMEWORKS_TO_EMBED[@]};\ndo\n cp -R -L \"${BUILT_PRODUCTS_DIR}/$FRAMEWORK/\" ${BUILT_PRODUCTS_DIR}/\ndone\n";
1798-
};
17991760
6F7CCB8DAE13D687016AB7D9 /* [CP] Check Pods Manifest.lock */ = {
18001761
isa = PBXShellScriptBuildPhase;
18011762
buildActionMask = 2147483647;

LeanplumSDKApp/LeanplumSDKApp.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -140,7 +140,10 @@
140140
6A9DECA527B6ABFB00052807 /* change_host_response.json in Resources */ = {isa = PBXBuildFile; fileRef = 6A9DECA427B69D8800052807 /* change_host_response.json */; };
141141
6A9DECA627B6ABFB00052807 /* change_host_response.json in Resources */ = {isa = PBXBuildFile; fileRef = 6A9DECA427B69D8800052807 /* change_host_response.json */; };
142142
6AF543A228E883AD0025F2A9 /* LeanplumLocationAndBeacons.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6AF5439728E882CA0025F2A9 /* LeanplumLocationAndBeacons.framework */; };
143+
6AF6426D298198160021A997 /* Leanplum.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6AA13C7B2900546400EDCA69 /* Leanplum.framework */; };
144+
6AF6426E298198160021A997 /* Leanplum.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6AA13C7B2900546400EDCA69 /* Leanplum.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
143145
779F1FAA8AA2F3872AC876B2 /* Pods_LeanplumSDKTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E3C9DA445D159EC6FF97D42D /* Pods_LeanplumSDKTests.framework */; };
146+
82DC3FE9A5761B14AF26B301 /* Pods_LeanplumSDKApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 916957E1B3EE91A34170B5C7 /* Pods_LeanplumSDKApp.framework */; };
144147
C9D064B1275DFB4B00A7A5F9 /* LeanplumNotificationsManagerUtilsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9D064B0275DFB4B00A7A5F9 /* LeanplumNotificationsManagerUtilsTest.swift */; };
145148
C9D503672754C9DC0034C5B3 /* PushNotificationSettingsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9D503662754C9DC0034C5B3 /* PushNotificationSettingsTest.swift */; };
146149
/* End PBXBuildFile section */
@@ -216,6 +219,13 @@
216219
remoteGlobalIDString = 6A2FE16627958F0400E4A8FE;
217220
remoteInfo = LeanplumLocationAndBeacons;
218221
};
222+
6AF6426F298198220021A997 /* PBXContainerItemProxy */ = {
223+
isa = PBXContainerItemProxy;
224+
containerPortal = 6AA13C742900546400EDCA69 /* LeanplumSDK.xcodeproj */;
225+
proxyType = 1;
226+
remoteGlobalIDString = 075AAD0726847C23007CA1BD;
227+
remoteInfo = Leanplum;
228+
};
219229
/* End PBXContainerItemProxy section */
220230

221231
/* Begin PBXCopyFilesBuildPhase section */
@@ -225,6 +235,7 @@
225235
dstPath = "";
226236
dstSubfolderSpec = 10;
227237
files = (
238+
6AF6426E298198160021A997 /* Leanplum.framework in Embed Frameworks */,
228239
6A37A8D228F03C8D00F4339F /* LeanplumLocationAndBeacons.framework in Embed Frameworks */,
229240
);
230241
name = "Embed Frameworks";
@@ -322,7 +333,9 @@
322333
07828DAC268B4A5E0029A339 /* local_caps_week_response.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = local_caps_week_response.json; sourceTree = "<group>"; };
323334
07828DAD268B4A5E0029A339 /* local_caps_response.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = local_caps_response.json; sourceTree = "<group>"; };
324335
07828DB6268B4AA00029A339 /* LPLocalCapsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPLocalCapsTest.m; sourceTree = "<group>"; };
336+
214C76D0E799A19388CD6FD8 /* Pods-LeanplumSDKApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeanplumSDKApp.debug.xcconfig"; path = "Target Support Files/Pods-LeanplumSDKApp/Pods-LeanplumSDKApp.debug.xcconfig"; sourceTree = "<group>"; };
325337
39C081A7278D95ED00C1DBD6 /* ActionManagerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionManagerTest.swift; sourceTree = "<group>"; };
338+
413582C5894FCF059F11DC9B /* Pods-LeanplumSDKApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeanplumSDKApp.release.xcconfig"; path = "Target Support Files/Pods-LeanplumSDKApp/Pods-LeanplumSDKApp.release.xcconfig"; sourceTree = "<group>"; };
326339
4747227FD8352F14AF070969 /* Pods-LeanplumSDKTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeanplumSDKTests.debug.xcconfig"; path = "Target Support Files/Pods-LeanplumSDKTests/Pods-LeanplumSDKTests.debug.xcconfig"; sourceTree = "<group>"; };
327340
6A07FDA42811AF3800995BE3 /* ContentMergerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentMergerTest.swift; sourceTree = "<group>"; };
328341
6A07FDAD283544CE00995BE3 /* ActionManagerDownloadTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionManagerDownloadTest.swift; sourceTree = "<group>"; };
@@ -345,6 +358,7 @@
345358
6AEAEE592795B68700680F84 /* Leanplum.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Leanplum.framework; sourceTree = BUILT_PRODUCTS_DIR; };
346359
6AEAEE612795B72A00680F84 /* LeanplumLocationAndBeacons.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = LeanplumLocationAndBeacons.framework; sourceTree = BUILT_PRODUCTS_DIR; };
347360
6AF5438D28E882CA0025F2A9 /* LeanplumSDKLocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = LeanplumSDKLocation.xcodeproj; path = ../LeanplumSDKLocation/LeanplumSDKLocation.xcodeproj; sourceTree = "<group>"; };
361+
916957E1B3EE91A34170B5C7 /* Pods_LeanplumSDKApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeanplumSDKApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
348362
B6B7D6D71F9664181C09E727 /* Pods-LeanplumSDKTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeanplumSDKTests.release.xcconfig"; path = "Target Support Files/Pods-LeanplumSDKTests/Pods-LeanplumSDKTests.release.xcconfig"; sourceTree = "<group>"; };
349363
C9D064B0275DFB4B00A7A5F9 /* LeanplumNotificationsManagerUtilsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeanplumNotificationsManagerUtilsTest.swift; sourceTree = "<group>"; };
350364
C9D503662754C9DC0034C5B3 /* PushNotificationSettingsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotificationSettingsTest.swift; sourceTree = "<group>"; };
@@ -356,7 +370,9 @@
356370
isa = PBXFrameworksBuildPhase;
357371
buildActionMask = 2147483647;
358372
files = (
373+
6AF6426D298198160021A997 /* Leanplum.framework in Frameworks */,
359374
6A37A8D128F03C8D00F4339F /* LeanplumLocationAndBeacons.framework in Frameworks */,
375+
82DC3FE9A5761B14AF26B301 /* Pods_LeanplumSDKApp.framework in Frameworks */,
360376
);
361377
runOnlyForDeploymentPostprocessing = 0;
362378
};
@@ -421,6 +437,7 @@
421437
6AEAEE612795B72A00680F84 /* LeanplumLocationAndBeacons.framework */,
422438
6AEAEE592795B68700680F84 /* Leanplum.framework */,
423439
E3C9DA445D159EC6FF97D42D /* Pods_LeanplumSDKTests.framework */,
440+
916957E1B3EE91A34170B5C7 /* Pods_LeanplumSDKApp.framework */,
424441
);
425442
name = Frameworks;
426443
sourceTree = "<group>";
@@ -671,6 +688,8 @@
671688
children = (
672689
4747227FD8352F14AF070969 /* Pods-LeanplumSDKTests.debug.xcconfig */,
673690
B6B7D6D71F9664181C09E727 /* Pods-LeanplumSDKTests.release.xcconfig */,
691+
214C76D0E799A19388CD6FD8 /* Pods-LeanplumSDKApp.debug.xcconfig */,
692+
413582C5894FCF059F11DC9B /* Pods-LeanplumSDKApp.release.xcconfig */,
674693
);
675694
name = Pods;
676695
path = ../Pods;
@@ -683,15 +702,17 @@
683702
isa = PBXNativeTarget;
684703
buildConfigurationList = 075AACFB26847BF4007CA1BD /* Build configuration list for PBXNativeTarget "LeanplumSDKApp" */;
685704
buildPhases = (
705+
8A261CE7954C4FB8940D097A /* [CP] Check Pods Manifest.lock */,
686706
075AACE326847BF3007CA1BD /* Sources */,
687707
075AACE426847BF3007CA1BD /* Frameworks */,
688708
075AACE526847BF3007CA1BD /* Resources */,
689709
6A37A8CD28F03C2A00F4339F /* Embed Frameworks */,
690-
6A37A8D028F03C5A00F4339F /* Codesign Embedded Frameworks */,
710+
E68D5EF82B25DDDEEF3430A4 /* [CP] Embed Pods Frameworks */,
691711
);
692712
buildRules = (
693713
);
694714
dependencies = (
715+
6AF64270298198220021A997 /* PBXTargetDependency */,
695716
6A37A8D428F03C9400F4339F /* PBXTargetDependency */,
696717
);
697718
name = LeanplumSDKApp;
@@ -920,24 +941,27 @@
920941
/* End PBXResourcesBuildPhase section */
921942

922943
/* Begin PBXShellScriptBuildPhase section */
923-
6A37A8D028F03C5A00F4339F /* Codesign Embedded Frameworks */ = {
944+
8A261CE7954C4FB8940D097A /* [CP] Check Pods Manifest.lock */ = {
924945
isa = PBXShellScriptBuildPhase;
925-
alwaysOutOfDate = 1;
926946
buildActionMask = 2147483647;
927947
files = (
928948
);
929949
inputFileListPaths = (
930950
);
931951
inputPaths = (
952+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
953+
"${PODS_ROOT}/Manifest.lock",
932954
);
933-
name = "Codesign Embedded Frameworks";
955+
name = "[CP] Check Pods Manifest.lock";
934956
outputFileListPaths = (
935957
);
936958
outputPaths = (
959+
"$(DERIVED_FILE_DIR)/Pods-LeanplumSDKApp-checkManifestLockResult.txt",
937960
);
938961
runOnlyForDeploymentPostprocessing = 0;
939962
shellPath = /bin/sh;
940-
shellScript = "# Populate a variable with the current code signing identity if it's available in the environment.\nSIGNING_IDENTITY=\"${EXPANDED_CODE_SIGN_IDENTITY:-$CODE_SIGN_IDENTITY}\"\n\n# Populate a variable with the current code signing flags and options in the environment.\nOTHER_CODE_SIGN_FLAGS=${OTHER_CODE_SIGN_FLAGS:-}\nTARGET_FRAMEWORKS_PATH=\"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/\"\n# Re-sign the packaged frameworks using the application's details.\nif [ -n \"${SIGNING_IDENTITY}\" ]; then\n if [[ -d $TARGET_FRAMEWORKS_PATH ]]\n then\n find \"$TARGET_FRAMEWORKS_PATH\" \\\n -name \"*.framework\" \\\n -type d \\\n -exec codesign ${OTHER_CODE_SIGN_FLAGS} \\\n --force \\\n --sign \"${SIGNING_IDENTITY}\" \\\n --options runtime \\\n --deep \\\n {} \\;\n fi\nfi\n";
963+
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";
964+
showEnvVarsInLog = 0;
941965
};
942966
CCAE818569231C43601E87E0 /* [CP] Embed Pods Frameworks */ = {
943967
isa = PBXShellScriptBuildPhase;
@@ -978,6 +1002,23 @@
9781002
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";
9791003
showEnvVarsInLog = 0;
9801004
};
1005+
E68D5EF82B25DDDEEF3430A4 /* [CP] Embed Pods Frameworks */ = {
1006+
isa = PBXShellScriptBuildPhase;
1007+
buildActionMask = 2147483647;
1008+
files = (
1009+
);
1010+
inputFileListPaths = (
1011+
"${PODS_ROOT}/Target Support Files/Pods-LeanplumSDKApp/Pods-LeanplumSDKApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
1012+
);
1013+
name = "[CP] Embed Pods Frameworks";
1014+
outputFileListPaths = (
1015+
"${PODS_ROOT}/Target Support Files/Pods-LeanplumSDKApp/Pods-LeanplumSDKApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
1016+
);
1017+
runOnlyForDeploymentPostprocessing = 0;
1018+
shellPath = /bin/sh;
1019+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LeanplumSDKApp/Pods-LeanplumSDKApp-frameworks.sh\"\n";
1020+
showEnvVarsInLog = 0;
1021+
};
9811022
/* End PBXShellScriptBuildPhase section */
9821023

9831024
/* Begin PBXSourcesBuildPhase section */
@@ -1064,6 +1105,11 @@
10641105
name = LeanplumLocationAndBeacons;
10651106
targetProxy = 6AF543A028E8834E0025F2A9 /* PBXContainerItemProxy */;
10661107
};
1108+
6AF64270298198220021A997 /* PBXTargetDependency */ = {
1109+
isa = PBXTargetDependency;
1110+
name = Leanplum;
1111+
targetProxy = 6AF6426F298198220021A997 /* PBXContainerItemProxy */;
1112+
};
10671113
/* End PBXTargetDependency section */
10681114

10691115
/* Begin PBXVariantGroup section */
@@ -1204,6 +1250,7 @@
12041250
};
12051251
075AACFC26847BF4007CA1BD /* Debug */ = {
12061252
isa = XCBuildConfiguration;
1253+
baseConfigurationReference = 214C76D0E799A19388CD6FD8 /* Pods-LeanplumSDKApp.debug.xcconfig */;
12071254
buildSettings = {
12081255
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12091256
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -1228,6 +1275,7 @@
12281275
};
12291276
075AACFD26847BF4007CA1BD /* Release */ = {
12301277
isa = XCBuildConfiguration;
1278+
baseConfigurationReference = 413582C5894FCF059F11DC9B /* Pods-LeanplumSDKApp.release.xcconfig */;
12311279
buildSettings = {
12321280
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12331281
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;

0 commit comments

Comments
 (0)