Skip to content

Commit

Permalink
MacOS Xcode: update model proojects and remove unsupported projects
Browse files Browse the repository at this point in the history
  • Loading branch information
amc1999 committed Jul 31, 2024
1 parent e356fc0 commit b6e1a87
Show file tree
Hide file tree
Showing 33 changed files with 10 additions and 3,253 deletions.
4 changes: 4 additions & 0 deletions Xcode/Model.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ OMC_FIXED_PARAM_DIR = $(SRCROOT)/parameters/Fixed
OMC_CODE_PAGE = WINDOWS-1252
OMC_NO_LINE = false

// any value of MODEL_DOC_DISABLE would disable build of model documentation
//
// MODEL_DOC_DISABLE = Y

// UI settings:
//
// START_OMPP_UI: if true then start openM++ UI.
Expand Down
4 changes: 2 additions & 2 deletions Xcode/Model.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "${SRCROOT}/../stop-ompp-ui-mac.sh\n";
shellScript = "${SRCROOT}/stop-ompp-ui-mac.sh\n";
};
D8ECB9062493EBE100713545 /* Start UI */ = {
isa = PBXShellScriptBuildPhase;
Expand All @@ -232,7 +232,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"$START_OMPP_UI\" = \"1\" ] || [ \"$START_OMPP_UI\" = \"true\" ] || [ \"$START_OMPP_UI\" = \"yes\" ] ; then ${SRCROOT}/../start-ompp-ui-mac.sh; fi\n";
shellScript = "if [ \"$START_OMPP_UI\" = \"1\" ] || [ \"$START_OMPP_UI\" = \"true\" ] || [ \"$START_OMPP_UI\" = \"yes\" ] ; then ${SRCROOT}/start-ompp-ui-mac.sh; fi\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
37 changes: 0 additions & 37 deletions models/Align1/Model.xcconfig

This file was deleted.

37 changes: 0 additions & 37 deletions models/CellMM/Model.xcconfig

This file was deleted.

37 changes: 0 additions & 37 deletions models/IDMM/Model.xcconfig

This file was deleted.

Loading

0 comments on commit b6e1a87

Please sign in to comment.