Skip to content

Commit 74e5ddf

Browse files
authored
fix bundle structure to not create executable (#487)
1 parent 5ff8322 commit 74e5ddf

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

LeanplumSDK/LeanplumSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -767,13 +767,6 @@
767767
);
768768
runOnlyForDeploymentPostprocessing = 0;
769769
};
770-
075AAEE926847FE1007CA1BD /* Frameworks */ = {
771-
isa = PBXFrameworksBuildPhase;
772-
buildActionMask = 2147483647;
773-
files = (
774-
);
775-
runOnlyForDeploymentPostprocessing = 0;
776-
};
777770
6A714B9C26F8B317004A34A9 /* Frameworks */ = {
778771
isa = PBXFrameworksBuildPhase;
779772
buildActionMask = 2147483647;
@@ -1496,8 +1489,6 @@
14961489
isa = PBXNativeTarget;
14971490
buildConfigurationList = 075AAEEF26847FE1007CA1BD /* Build configuration list for PBXNativeTarget "Leanplum-Bundle" */;
14981491
buildPhases = (
1499-
075AAEE826847FE1007CA1BD /* Sources */,
1500-
075AAEE926847FE1007CA1BD /* Frameworks */,
15011492
075AAEEA26847FE1007CA1BD /* Resources */,
15021493
);
15031494
buildRules = (
@@ -1698,13 +1689,6 @@
16981689
);
16991690
runOnlyForDeploymentPostprocessing = 0;
17001691
};
1701-
075AAEE826847FE1007CA1BD /* Sources */ = {
1702-
isa = PBXSourcesBuildPhase;
1703-
buildActionMask = 2147483647;
1704-
files = (
1705-
);
1706-
runOnlyForDeploymentPostprocessing = 0;
1707-
};
17081692
6A714B4C26F8B317004A34A9 /* Sources */ = {
17091693
isa = PBXSourcesBuildPhase;
17101694
buildActionMask = 2147483647;

LeanplumSDK/LeanplumSDKBundle/Supporting Files/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7-
<key>CFBundleExecutable</key>
8-
<string>$(EXECUTABLE_NAME)</string>
97
<key>CFBundleIdentifier</key>
108
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
119
<key>CFBundleInfoDictionaryVersion</key>

0 commit comments

Comments
 (0)