Skip to content

Commit

Permalink
Fix product name of the FScript framework for 10.8 and 10.9 platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 5, 2014
1 parent 335e61e commit bff4a54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FScript.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7725,7 +7725,7 @@
OTHER_LIBTOOL_FLAGS = "$(value) ";
OTHER_REZFLAGS = "";
PRINCIPAL_CLASS = "";
PRODUCT_NAME = FScriptFramework;
PRODUCT_NAME = FScript;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -7756,7 +7756,7 @@
OTHER_LIBTOOL_FLAGS = "$(value) ";
OTHER_REZFLAGS = "";
PRINCIPAL_CLASS = "";
PRODUCT_NAME = FScriptFramework;
PRODUCT_NAME = FScript;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -7788,7 +7788,7 @@
OTHER_LIBTOOL_FLAGS = "$(value) ";
OTHER_REZFLAGS = "";
PRINCIPAL_CLASS = "";
PRODUCT_NAME = FScriptFramework;
PRODUCT_NAME = FScript;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -7819,7 +7819,7 @@
OTHER_LIBTOOL_FLAGS = "$(value) ";
OTHER_REZFLAGS = "";
PRINCIPAL_CLASS = "";
PRODUCT_NAME = FScriptFramework;
PRODUCT_NAME = FScript;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand Down

0 comments on commit bff4a54

Please sign in to comment.