iOS: Version 1.12.1-release

master
Maksim 2020-10-10 22:00:02 +02:00
parent 7e43a57f5c
commit fd420c1188
3 changed files with 23 additions and 17 deletions

View File

@ -1393,7 +1393,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1160;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = MultiCraft;
TargetAttributes = {
F8E6C4D81DCA3B7900F64426 = {
@ -1767,6 +1767,7 @@
GCC_OPTIMIZATION_LEVEL = fast;
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_UNROLL_LOOPS = YES;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@ -1791,6 +1792,7 @@
GCC_OPTIMIZATION_LEVEL = fast;
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_UNROLL_LOOPS = YES;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LLVM_LTO = YES;
SDKROOT = iphoneos;
@ -1808,7 +1810,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 100;
CURRENT_PROJECT_VERSION = 101;
DEVELOPMENT_TEAM = R3RLJ9TW52;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -1839,7 +1841,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
@ -1873,7 +1875,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 100;
CURRENT_PROJECT_VERSION = 101;
DEVELOPMENT_TEAM = R3RLJ9TW52;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -1905,7 +1907,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.12.0;
MARKETING_VERSION = 1.12.1;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
@ -1961,7 +1963,7 @@
repositoryURL = "https://github.com/bugsnag/bugsnag-cocoa";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 6.1.0;
minimumVersion = 6.2.0;
};
};
84C32A3524AF7A4500445E92 /* XCRemoteSwiftPackageReference "Nantes" */ = {

View File

@ -3,18 +3,22 @@ platform :ios, '9.3'
use_frameworks!
def appodeal
pod 'APDAdColonyAdapter', '2.7.4.1'
pod 'APDAppLovinAdapter', '2.7.4.1'
pod 'APDAppodealAdExchangeAdapter', '2.7.4.1'
pod 'APDIronSourceAdapter', '2.7.4.1'
pod 'APDTapjoyAdapter', '2.7.4.1'
pod 'APDUnityAdapter', '2.7.4.1'
source 'https://github.com/appodeal/CocoaPods.git'
pod 'APDAdColonyAdapter', '2.7.5.1'
pod 'APDAppLovinAdapter', '2.7.5.1'
pod 'APDAppodealAdExchangeAdapter', '2.7.5.1'
pod 'APDIronSourceAdapter', '2.7.5.1'
pod 'APDTapjoyAdapter', '2.7.5.1'
pod 'APDUnityAdapter', '2.7.5.1'
end
target 'MultiCraft' do
source 'https://cdn.cocoapods.org/'
pod 'leveldb-library'
pod 'libvorbis'
pod 'LuaJITPod', :git => 'https://github.com/MoNTE48/LuaJITPod'
pod 'LuaJITPod', :git => 'https://github.com/MoNTE48/LuaJITPod.git'
pod 'SSZipArchive'
appodeal

View File

@ -43,10 +43,10 @@ for broken_lang in ja ko he; do
done
# remove unnecessary mods
MODS=$DEST/games/default/files
for mods in experience; do
find $DEST/games/default/files -type d -name $mods -print0 | xargs -0 -- rm -r
done
#MODS=$DEST/games/default/files
#for mods in MOD_NAMES; do
# find $DEST/games/default/files -type d -name $mods -print0 | xargs -0 -- rm -r
#done
# remove inaccessible text files
for name in settingtypes LICENSE license README COPYING; do