V1.1(0)
This commit is contained in:
parent
9e836e1c17
commit
f7385a169c
Binary file not shown.
@ -98,11 +98,11 @@
|
|||||||
builder.mediationProvider = ALMediationProviderMAX;
|
builder.mediationProvider = ALMediationProviderMAX;
|
||||||
|
|
||||||
|
|
||||||
NSString *currentIDFV = UIDevice.currentDevice.identifierForVendor.UUIDString;
|
// NSString *currentIDFV = UIDevice.currentDevice.identifierForVendor.UUIDString;
|
||||||
if ( currentIDFV.length > 0 )
|
// if ( currentIDFV.length > 0 )
|
||||||
{
|
// {
|
||||||
builder.testDeviceAdvertisingIdentifiers = @[currentIDFV];
|
// builder.testDeviceAdvertisingIdentifiers = @[currentIDFV];
|
||||||
}
|
// }
|
||||||
}];
|
}];
|
||||||
|
|
||||||
__weak typeof(self)weakSelf = self;
|
__weak typeof(self)weakSelf = self;
|
||||||
|
|||||||
@ -53,5 +53,6 @@
|
|||||||
|
|
||||||
- (void)clickAction:(LuxADSSButton *)sender {
|
- (void)clickAction:(LuxADSSButton *)sender {
|
||||||
sender.item.actionBlock(self);
|
sender.item.actionBlock(self);
|
||||||
|
NSLog(@"rect:%@",NSStringFromCGRect(sender.frame));
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|||||||
@ -634,7 +634,7 @@
|
|||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 2;
|
CURRENT_PROJECT_VERSION = 0;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8B4CW938L2;
|
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8B4CW938L2;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
@ -660,7 +660,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.1;
|
||||||
OTHER_LDFLAGS = "-ObjC";
|
OTHER_LDFLAGS = "-ObjC";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.digi.art.wallpaper;
|
PRODUCT_BUNDLE_IDENTIFIER = com.digi.art.wallpaper;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
@ -684,7 +684,7 @@
|
|||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 2;
|
CURRENT_PROJECT_VERSION = 0;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8B4CW938L2;
|
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8B4CW938L2;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
@ -710,7 +710,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.1;
|
||||||
OTHER_LDFLAGS = "-ObjC";
|
OTHER_LDFLAGS = "-ObjC";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.digi.art.wallpaper;
|
PRODUCT_BUNDLE_IDENTIFIER = com.digi.art.wallpaper;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user