Skip to content

Commit d1aedb0

Browse files
committed
Project: fix embedded framworks due to CFBundleldentifier collision
1 parent 547e74d commit d1aedb0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Amperfy.xcodeproj/project.pbxproj

-13
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
508EBB322850C9460053D9F0 /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508EBB312850C9460053D9F0 /* IntentHandler.swift */; };
6565
508EBB462850C9460053D9F0 /* AmperfyIntents.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 508EBB2E2850C9460053D9F0 /* AmperfyIntents.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
6666
508EBB4D2850C9BA0053D9F0 /* AmperfyKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50C9D605284FA847007F18D0 /* AmperfyKit.framework */; platformFilter = ios; };
67-
508EBB4E2850C9BA0053D9F0 /* AmperfyKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 50C9D605284FA847007F18D0 /* AmperfyKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
6867
508EBB532850CB2B0053D9F0 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 50253F7A284A566700BCCFB2 /* Intents.intentdefinition */; settings = {ATTRIBUTES = (no_codegen, ); }; };
6968
508EBB562850CB2D0053D9F0 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 50253F7A284A566700BCCFB2 /* Intents.intentdefinition */; settings = {ATTRIBUTES = (no_codegen, ); }; };
7069
508EBB582850CB2E0053D9F0 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 50253F7A284A566700BCCFB2 /* Intents.intentdefinition */; settings = {ATTRIBUTES = (no_codegen, ); }; };
@@ -450,17 +449,6 @@
450449
name = "Embed Frameworks";
451450
runOnlyForDeploymentPostprocessing = 0;
452451
};
453-
508EBB512850C9BA0053D9F0 /* Embed Frameworks */ = {
454-
isa = PBXCopyFilesBuildPhase;
455-
buildActionMask = 2147483647;
456-
dstPath = "";
457-
dstSubfolderSpec = 10;
458-
files = (
459-
508EBB4E2850C9BA0053D9F0 /* AmperfyKit.framework in Embed Frameworks */,
460-
);
461-
name = "Embed Frameworks";
462-
runOnlyForDeploymentPostprocessing = 0;
463-
};
464452
/* End PBXCopyFilesBuildPhase section */
465453

466454
/* Begin PBXFileReference section */
@@ -1589,7 +1577,6 @@
15891577
508EBB2A2850C9460053D9F0 /* Sources */,
15901578
508EBB2B2850C9460053D9F0 /* Frameworks */,
15911579
508EBB2C2850C9460053D9F0 /* Resources */,
1592-
508EBB512850C9BA0053D9F0 /* Embed Frameworks */,
15931580
);
15941581
buildRules = (
15951582
);

0 commit comments

Comments
 (0)