File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
artoolkitX Camera Calibration Utility.xcodeproj Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 41
41
</dict >
42
42
<key >UIRequiresFullScreen </key >
43
43
<true />
44
- <key >UIViewControllerBasedStatusBarAppearance </key >
45
- <true />
46
44
<key >UISupportedInterfaceOrientations </key >
47
45
<array >
48
46
<string >UIInterfaceOrientationPortrait </string >
51
49
<array >
52
50
<string >UIInterfaceOrientationPortrait </string >
53
51
</array >
52
+ <key >UIViewControllerBasedStatusBarAppearance </key >
53
+ <true />
54
54
</dict >
55
55
</plist >
Original file line number Diff line number Diff line change 625
625
"$(PROJECT_DIR)",
626
626
);
627
627
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
628
+ INFOPLIST_KEY_CFBundleDisplayName = "Camera Calibration";
629
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
628
630
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
629
631
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
630
632
LIBRARY_SEARCH_PATHS = (
631
633
"$(inherited)",
632
634
"$(PROJECT_DIR)",
633
635
);
634
- PRODUCT_BUNDLE_IDENTIFIER = " org.artoolkitx.arx. utilities.calib-camera-ios" ;
636
+ PRODUCT_BUNDLE_IDENTIFIER = org.artoolkitx.utilities.calibcameraios ;
635
637
PRODUCT_NAME = "$(TARGET_NAME)";
636
638
};
637
639
name = Debug;
647
649
"$(PROJECT_DIR)",
648
650
);
649
651
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
652
+ INFOPLIST_KEY_CFBundleDisplayName = "Camera Calibration";
653
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
650
654
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
651
655
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
652
656
LIBRARY_SEARCH_PATHS = (
653
657
"$(inherited)",
654
658
"$(PROJECT_DIR)",
655
659
);
656
- PRODUCT_BUNDLE_IDENTIFIER = " org.artoolkitx.arx. utilities.calib-camera-ios" ;
660
+ PRODUCT_BUNDLE_IDENTIFIER = org.artoolkitx.utilities.calibcameraios ;
657
661
PRODUCT_NAME = "$(TARGET_NAME)";
658
662
};
659
663
name = Release;
Original file line number Diff line number Diff line change 42
42
extern "C" {
43
43
#endif
44
44
45
- #define VERSION_STRING "1.1"
45
+ #define VERSION_STRING "1.1.1 "
46
46
47
47
#ifdef __cplusplus
48
48
}
You can’t perform that action at this time.
0 commit comments