Version update
This commit is contained in:
@@ -13676,7 +13676,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 20.20.61;
|
MARKETING_VERSION = 20.20.62;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
@@ -13923,7 +13923,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 20.20.61;
|
MARKETING_VERSION = 20.20.62;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
|
@@ -46,7 +46,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns
|
|||||||
#define kFontHeavy(font) [UIFont systemFontOfSize:kGetScaleWidth(font) weight:UIFontWeightHeavy]
|
#define kFontHeavy(font) [UIFont systemFontOfSize:kGetScaleWidth(font) weight:UIFontWeightHeavy]
|
||||||
|
|
||||||
///内置版本号
|
///内置版本号
|
||||||
#define PI_App_Version @"1.0.29"
|
#define PI_App_Version @"1.0.30"
|
||||||
///渠道
|
///渠道
|
||||||
#define PI_App_Source @"appstore"
|
#define PI_App_Source @"appstore"
|
||||||
#define PI_Test_Flight @"TestFlight"
|
#define PI_Test_Flight @"TestFlight"
|
||||||
|
@@ -1811,7 +1811,7 @@
|
|||||||
- (NSMutableAttributedString *)createImageAttribute:(UIImage *)image size:(CGSize)size{
|
- (NSMutableAttributedString *)createImageAttribute:(UIImage *)image size:(CGSize)size{
|
||||||
UIImageView *imaveView = [[UIImageView alloc]init];
|
UIImageView *imaveView = [[UIImageView alloc]init];
|
||||||
imaveView.image = image;
|
imaveView.image = image;
|
||||||
CGFloat scale = (CGFloat)imaveView.image.size.width / (CGFloat)imaveView.image.size.height;
|
// CGFloat scale = (CGFloat)imaveView.image.size.width / (CGFloat)imaveView.image.size.height;
|
||||||
imaveView.bounds = CGRectMake(0,
|
imaveView.bounds = CGRectMake(0,
|
||||||
0,
|
0,
|
||||||
size.width,
|
size.width,
|
||||||
|
Reference in New Issue
Block a user