iOS: 1.6.0-release

master
MoNTE48 2019-10-19 00:38:58 +02:00
parent 382c528bfa
commit 07c527dddc
5 changed files with 10 additions and 6 deletions

View File

@ -56,7 +56,7 @@ done
# remove unnecessary mods
MODS=$DEST/games/default/files
for mods in compatibility experience; do
for mods in compatibility experience wieldview; do
find $DEST/games/default/files -type d -name $mods -print0 | xargs -0 -- rm -r
done

View File

@ -1920,6 +1920,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 73;
DEVELOPMENT_TEAM = R3RLJ9TW52;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -1954,6 +1955,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.6.0;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
@ -1984,6 +1986,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 73;
DEVELOPMENT_TEAM = R3RLJ9TW52;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -2019,6 +2022,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.6.0;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",

View File

@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>72</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

@ -12,9 +12,9 @@ target 'MultiCraft' do
pod 'libvorbis'
pod 'Appodeal/AdColonyAdapter'
pod 'Appodeal/AdExchangeAdapter'
pod 'Appodeal/AppodealAdExchangeAdapter'
pod 'Appodeal/AppLovinAdapter'
pod 'Appodeal/IronSource'
pod 'Appodeal/IronSourceAdapter'
pod 'Appodeal/MintegralAdapter'
pod 'Appodeal/TapjoyAdapter'
pod 'Appodeal/UnityAdapter'

View File

@ -40,7 +40,7 @@ done
# remove unnecessary mods
MODS=$DEST/games/default/files
for mods in compatibility experience; do
for mods in compatibility experience wieldview; do
find $DEST/games/default/files -type d -name $mods -print0 | xargs -0 -- rm -r
done