File tree 3 files changed +7
-6
lines changed
lib/Ocsinventory/Agent/Backend/OS/MacOS
ocsinventory_packages_setup
ocsng_app-xcode/OCSNG.xcodeproj
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ sub run {
52
52
my $size = $memory -> {' dimm_size' };
53
53
54
54
my $desc = $memory -> {' dimm_part_number' };
55
- if ($desc !~ / empty/ ) {
55
+
56
+ if ($desc !~ / empty/ && $desc =~ s / ^0x// ) {
56
57
# dimm_part_number is an hex string, convert it to ascii
57
58
$desc =~ s / ^0x// ;
58
59
$desc = pack " H*" , $desc ;
Original file line number Diff line number Diff line change 501
501
<key >USE_HFS+_COMPRESSION</key >
502
502
<false />
503
503
<key >VERSION</key >
504
- <string >2.9</string >
504
+ <string >2.9.1 </string >
505
505
</dict >
506
506
<key >TYPE</key >
507
507
<integer >0</integer >
Original file line number Diff line number Diff line change 374
374
CODE_SIGN_IDENTITY = "Apple Development";
375
375
CODE_SIGN_STYLE = Automatic;
376
376
COPY_PHASE_STRIP = NO;
377
- CURRENT_PROJECT_VERSION = 2.9.0 ;
377
+ CURRENT_PROJECT_VERSION = 2.9.1 ;
378
378
DEVELOPMENT_TEAM = 325U55CH79;
379
379
ENABLE_HARDENED_RUNTIME = YES;
380
380
GCC_DYNAMIC_NO_PIC = NO;
386
386
INFOPLIST_FILE = Info.plist;
387
387
INSTALL_PATH = "$(HOME)/Applications";
388
388
MACOSX_DEPLOYMENT_TARGET = 10.12;
389
- MARKETING_VERSION = 2.9;
389
+ MARKETING_VERSION = 2.9.1 ;
390
390
OBJROOT = build;
391
391
ONLY_ACTIVE_ARCH = NO;
392
392
PRODUCT_BUNDLE_IDENTIFIER = org.ocsng.agent;
406
406
CLANG_ENABLE_OBJC_WEAK = YES;
407
407
CODE_SIGN_IDENTITY = "Apple Development";
408
408
CODE_SIGN_STYLE = Automatic;
409
- CURRENT_PROJECT_VERSION = 2.9.0 ;
409
+ CURRENT_PROJECT_VERSION = 2.9.1 ;
410
410
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
411
411
DEVELOPMENT_TEAM = 325U55CH79;
412
412
ENABLE_HARDENED_RUNTIME = YES;
416
416
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
417
417
INFOPLIST_FILE = Info.plist;
418
418
MACOSX_DEPLOYMENT_TARGET = 10.12;
419
- MARKETING_VERSION = 2.9;
419
+ MARKETING_VERSION = 2.9.1 ;
420
420
OBJROOT = build;
421
421
ONLY_ACTIVE_ARCH = YES;
422
422
PRODUCT_BUNDLE_IDENTIFIER = org.ocsng.agent;
You can’t perform that action at this time.
0 commit comments