V1.1(0)
This commit is contained in:
parent
9e836e1c17
commit
f7385a169c
Binary file not shown.
@ -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;
|
||||
|
||||
@ -53,5 +53,6 @@
|
||||
|
||||
- (void)clickAction:(LuxADSSButton *)sender {
|
||||
sender.item.actionBlock(self);
|
||||
NSLog(@"rect:%@",NSStringFromCGRect(sender.frame));
|
||||
}
|
||||
@end
|
||||
|
||||
@ -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)";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user