Skip to content

Commit

Permalink
Merge pull request #7 from OCSInventory-NG/update_2.0
Browse files Browse the repository at this point in the history
update packager to 2.0
  • Loading branch information
gillesdubois authored May 31, 2022
2 parents f6563ad + beb1560 commit bd21094
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ocs_macosx_agent_packager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,11 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0;
CURRENT_PROJECT_VERSION = 2.0;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand All @@ -327,7 +328,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.ocsinventory-ng.ocs-macosx-agent-packager";
PRODUCT_NAME = ocs_macosx_agent_packager;
SDKROOT = macosx;
Expand All @@ -339,9 +340,10 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 1.0;
CURRENT_PROJECT_VERSION = 2.0;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand All @@ -356,7 +358,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.ocsinventory-ng.ocs-macosx-agent-packager";
PRODUCT_NAME = OcsInventory_MacOSX_Packager;
SDKROOT = macosx;
Expand Down

0 comments on commit bd21094

Please sign in to comment.