diff --git a/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate b/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate index 682be7d..adcf086 100644 Binary files a/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate and b/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/HDwallpaper/LuxADManager/LuxADManager.m b/HDwallpaper/LuxADManager/LuxADManager.m index 2a600b9..a1d54d3 100644 --- a/HDwallpaper/LuxADManager/LuxADManager.m +++ b/HDwallpaper/LuxADManager/LuxADManager.m @@ -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; diff --git a/HDwallpaper/LuxADManager/LuxADSSModeVC.m b/HDwallpaper/LuxADManager/LuxADSSModeVC.m index 20c75a6..a327100 100644 --- a/HDwallpaper/LuxADManager/LuxADSSModeVC.m +++ b/HDwallpaper/LuxADManager/LuxADSSModeVC.m @@ -53,5 +53,6 @@ - (void)clickAction:(LuxADSSButton *)sender { sender.item.actionBlock(self); + NSLog(@"rect:%@",NSStringFromCGRect(sender.frame)); } @end diff --git a/TallPaper.xcodeproj/project.pbxproj b/TallPaper.xcodeproj/project.pbxproj index dcef8d6..47f3a34 100644 --- a/TallPaper.xcodeproj/project.pbxproj +++ b/TallPaper.xcodeproj/project.pbxproj @@ -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)";