上一页 1 2 3 4 5 6 ··· 43 下一页
该文被密码保护。 阅读全文
posted @ 2023-04-12 10:08 OIMMZC 阅读(0) 评论(0) 推荐(0)
摘要: 版本构建完成后,发现提示:缺少出口证明,解决方法,如下:如果您的构建版本未使用加密,请在 Info.plist 文件中使用键字符串值,这样无需为下一构建版本提供出口合规证明信息。<key>ITSAppUsesNonExemptEncryption</key><false/> 显示为 App Uses 阅读全文
posted @ 2023-04-11 10:49 OIMMZC 阅读(744) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-01-30 09:29 OIMMZC 阅读(0) 评论(0) 推荐(0)
摘要: /** 判断当前时间是否处于某个时间段内 @param startTime 开始时间 @param endTime 结束时间 */ - (BOOL)validateWithStartTime:(NSString *)startTime withExpireTime:(NSString *)endTi 阅读全文
posted @ 2022-12-13 15:13 OIMMZC 阅读(356) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-12-02 13:59 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-12-02 09:26 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-11-25 15:08 OIMMZC 阅读(0) 评论(0) 推荐(0)
摘要: #import <sys/utsname.h> #pragma mark -- 判断手机型号 +(NSString*)judgeIphoneType { struct utsname systemInfo; uname(&systemInfo); NSString * phoneType = [NS 阅读全文
posted @ 2022-10-24 16:23 OIMMZC 阅读(671) 评论(0) 推荐(0)
摘要: 思路: UIButton *ceshiBtn = [[UIButton alloc]initWithFrame:CGRectMake(100, 100, 60, 60)]; ceshiBtn.backgroundColor = [UIColor blueColor]; [ceshiBtn setTi 阅读全文
posted @ 2022-10-18 16:14 OIMMZC 阅读(1060) 评论(0) 推荐(0)
摘要: 最近把Mac升级到12.6了,发现之前安装的Cornerstone打不开,之后关闭了苹果的SIP能正常打开。 在终端执行csrutil status,若显示 System Integrity Protection status: enabled. 则说明SIP是开着的。 关闭SIP的方法: 重启然后 阅读全文
posted @ 2022-10-09 17:53 OIMMZC 阅读(664) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 43 下一页