This commit is contained in:
bluesea 2024-07-26 19:50:28 +08:00
parent 9e836e1c17
commit f7385a169c
4 changed files with 10 additions and 9 deletions

View File

@ -98,11 +98,11 @@
builder.mediationProvider = ALMediationProviderMAX;
NSString *currentIDFV = UIDevice.currentDevice.identifierForVendor.UUIDString;
if ( currentIDFV.length > 0 )
{
builder.testDeviceAdvertisingIdentifiers = @[currentIDFV];
}
// NSString *currentIDFV = UIDevice.currentDevice.identifierForVendor.UUIDString;
// if ( currentIDFV.length > 0 )
// {
// builder.testDeviceAdvertisingIdentifiers = @[currentIDFV];
// }
}];
__weak typeof(self)weakSelf = self;

View File

@ -53,5 +53,6 @@
- (void)clickAction:(LuxADSSButton *)sender {
sender.item.actionBlock(self);
NSLog(@"rect:%@",NSStringFromCGRect(sender.frame));
}
@end

View File

@ -634,7 +634,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8B4CW938L2;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@ -660,7 +660,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.digi.art.wallpaper;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -684,7 +684,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8B4CW938L2;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@ -710,7 +710,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.digi.art.wallpaper;
PRODUCT_NAME = "$(TARGET_NAME)";