Skip to content

Commit

Permalink
Fix osax archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimate-deej committed Mar 16, 2018
1 parent e86a687 commit 6e96805
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_BUNDLE_IDENTIFIER = "deej.SCMC.Loader-Scripting-Addition";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = osax;
};
name = Debug;
Expand All @@ -256,7 +255,6 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_BUNDLE_IDENTIFIER = "deej.SCMC.Loader-Scripting-Addition";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = osax;
};
name = Release;
Expand Down

0 comments on commit 6e96805

Please sign in to comment.