Skip to content

Commit

Permalink
make build phase to copy frameworks into app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkeller committed Nov 18, 2016
1 parent 42a8b1a commit d29983b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IDE/xCode/Dune Legacy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@
174241C61DDE41FF001FB159 /* MENTAT.PAK in Resources */ = {isa = PBXBuildFile; fileRef = 174241B71DDE41FF001FB159 /* MENTAT.PAK */; };
174241C71DDE41FF001FB159 /* MERC.PAK in Resources */ = {isa = PBXBuildFile; fileRef = 174241B81DDE41FF001FB159 /* MERC.PAK */; };
174241C81DDE41FF001FB159 /* ORDOS.PAK in Resources */ = {isa = PBXBuildFile; fileRef = 174241B91DDE41FF001FB159 /* ORDOS.PAK */; };
17BDFB1B1DDEDA4A00F63F94 /* SDL2.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = E3F2E6DE1CE6F9650077067F /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17BDFB1C1DDEDA4E00F63F94 /* SDL2_mixer.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = E3F2E6DD1CE6F9650077067F /* SDL2_mixer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
CEEB16A91CD69F7900CF91D9 /* surroundopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEEB16A71CD69F7900CF91D9 /* surroundopl.cpp */; };
CEEB16AA1CD69F7900CF91D9 /* woodyopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEEB16A81CD69F7900CF91D9 /* woodyopl.cpp */; };
Expand Down Expand Up @@ -268,6 +270,8 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
17BDFB1B1DDEDA4A00F63F94 /* SDL2.framework in Copy Frameworks into .app bundle */,
17BDFB1C1DDEDA4E00F63F94 /* SDL2_mixer.framework in Copy Frameworks into .app bundle */,
);
name = "Copy Frameworks into .app bundle";
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit d29983b

Please sign in to comment.