Skip to content

Commit 2152843

Browse files
committed
Update iOS build parameters.
1 parent 3e87a2c commit 2152843

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
</dict>
4242
<key>UIRequiresFullScreen</key>
4343
<true/>
44-
<key>UIViewControllerBasedStatusBarAppearance</key>
45-
<true/>
4644
<key>UISupportedInterfaceOrientations</key>
4745
<array>
4846
<string>UIInterfaceOrientationPortrait</string>
@@ -51,5 +49,7 @@
5149
<array>
5250
<string>UIInterfaceOrientationPortrait</string>
5351
</array>
52+
<key>UIViewControllerBasedStatusBarAppearance</key>
53+
<true/>
5454
</dict>
5555
</plist>

iOS/artoolkitX Camera Calibration Utility.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,13 +625,15 @@
625625
"$(PROJECT_DIR)",
626626
);
627627
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
628+
INFOPLIST_KEY_CFBundleDisplayName = "Camera Calibration";
629+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
628630
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
629631
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
630632
LIBRARY_SEARCH_PATHS = (
631633
"$(inherited)",
632634
"$(PROJECT_DIR)",
633635
);
634-
PRODUCT_BUNDLE_IDENTIFIER = "org.artoolkitx.arx.utilities.calib-camera-ios";
636+
PRODUCT_BUNDLE_IDENTIFIER = org.artoolkitx.utilities.calibcameraios;
635637
PRODUCT_NAME = "$(TARGET_NAME)";
636638
};
637639
name = Debug;
@@ -647,13 +649,15 @@
647649
"$(PROJECT_DIR)",
648650
);
649651
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
652+
INFOPLIST_KEY_CFBundleDisplayName = "Camera Calibration";
653+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
650654
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
651655
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
652656
LIBRARY_SEARCH_PATHS = (
653657
"$(inherited)",
654658
"$(PROJECT_DIR)",
655659
);
656-
PRODUCT_BUNDLE_IDENTIFIER = "org.artoolkitx.arx.utilities.calib-camera-ios";
660+
PRODUCT_BUNDLE_IDENTIFIER = org.artoolkitx.utilities.calibcameraios;
657661
PRODUCT_NAME = "$(TARGET_NAME)";
658662
};
659663
name = Release;

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
extern "C" {
4343
#endif
4444

45-
#define VERSION_STRING "1.1"
45+
#define VERSION_STRING "1.1.1"
4646

4747
#ifdef __cplusplus
4848
}

0 commit comments

Comments
 (0)