File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ if [ "$OS" = "Darwin" ] ; then
136
136
if [ $BUILD_MACOS ] ; then
137
137
138
138
# Fetch the ARX.framework from latest build into a location where Xcode will find it.
139
- SDK_FILENAME=" artoolkitX for macOS v${SDK_VERSION_PRETTY} .dmg"
139
+ SDK_FILENAME=" artoolkitX. for. macOS. v${SDK_VERSION_PRETTY} .dmg"
140
140
curl -f -o " ${SDK_FILENAME} " --location " ${SDK_URL_DIR} $( rawurlencode " ${SDK_FILENAME} " ) "
141
141
hdiutil attach " ${SDK_FILENAME} " -noautoopen -quiet -mountpoint " SDK"
142
142
rm -rf depends/macOS/Frameworks/ARX.framework
156
156
if [ $BUILD_IOS ] ; then
157
157
158
158
# Fetch libARX from latest build into a location where Xcode will find it.
159
- SDK_FILENAME=" artoolkitX for iOS v${SDK_VERSION_PRETTY} .dmg"
159
+ SDK_FILENAME=" artoolkitX. for. iOS. v${SDK_VERSION_PRETTY} .dmg"
160
160
curl -f -o " ${SDK_FILENAME} " --location " ${SDK_URL_DIR} $( rawurlencode " ${SDK_FILENAME} " ) "
161
161
hdiutil attach " ${SDK_FILENAME} " -noautoopen -quiet -mountpoint " SDK"
162
162
rm -rf depends/iOS/include/ARX/
@@ -233,7 +233,7 @@ if [ $BUILD_WINDOWS ] ; then
233
233
mkdir build-windows
234
234
fi
235
235
236
- SDK_FILENAME=" artoolkitX for Windows v${SDK_VERSION_PRETTY} .dmg"
236
+ SDK_FILENAME=" artoolkitX. for. Windows. v${SDK_VERSION_PRETTY} .dmg"
237
237
curl -f -o " ${SDK_FILENAME} " --location " ${SDK_URL_DIR} $( rawurlencode " ${SDK_FILENAME} " ) "
238
238
239
239
(cd Windows
You can’t perform that action at this time.
0 commit comments