File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
iOS/artoolkitX Camera Calibration Utility.xcodeproj/project.xcworkspace/xcshareddata Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 12
12
# Get our location.
13
13
OURDIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
14
14
15
- SDK_VERSION=' 1.0.0 '
15
+ SDK_VERSION=' 1.0.1 '
16
16
# If the tiny version number is 0, drop it.
17
17
SDK_VERSION_PRETTY=` echo -n " ${SDK_VERSION} " | sed -E -e ' s/([0-9]+\.[0-9]+)\.0/\1/' `
18
18
SDK_URL_DIR=" https://github.com/artoolkitx/artoolkitx/releases/download/${SDK_VERSION_PRETTY} /"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >IDEDidComputeMac32BitWarning </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change 44
44
// Data upload.
45
45
#define CALIBRATION_PATTERN_TYPE_DEFAULT Calibration::CalibrationPatternType::CHESSBOARD
46
46
47
- #ifdef __cplusplus
48
- extern " C" {
49
- #endif
50
-
51
47
void *initPreferences (void );
52
48
void showPreferences (void *preferences);
53
49
void preferencesFinal (void **preferences_p);
@@ -62,7 +58,4 @@ cv::Size getPreferencesCalibrationPatternSize(void *preferences);
62
58
float getPreferencesCalibrationPatternSpacing (void *preferences);
63
59
char *getPreferenceCalibSaveDir (void *preferences);
64
60
65
- #ifdef __cplusplus
66
- }
67
- #endif
68
61
#endif /* prefs_hpp */
Original file line number Diff line number Diff line change 42
42
extern "C" {
43
43
#endif
44
44
45
- #define VERSION_STRING "1.0"
45
+ #define VERSION_STRING "1.0.1 "
46
46
47
47
#ifdef __cplusplus
48
48
}
You can’t perform that action at this time.
0 commit comments