File tree Expand file tree Collapse file tree
Frameworks/ABPrivate.framework/Versions/A Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434// Emails
3535@property (nonatomic , retain ) NSString *emails;
36+ @property (nonatomic , assign ) BOOL isBuildsuccess;
3637@property (nonatomic , retain ) NSString *subjectPrefix;
3738@property (nonatomic , retain ) NSString *personalMessage;
39+ @property (nonatomic , retain ) NSString *appStoreMessage;
3840
3941// Client
4042@property (nonatomic , retain ) DBManager *dbManager;
Original file line number Diff line number Diff line change 1212@interface MailGun : NSObject
1313
1414+ (void )sendMailWithProject : (ABPProject *)project complition : (void (^) (BOOL success, NSError *error))complition ;
15+ + (void )sendAppStoreMailWithProject : (ABPProject *)project complition : (void (^) (BOOL success, NSError *error))complition ;
1516
1617@end
Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >BuildMachineOSBuild </key >
6- <string >18A391 </string >
6+ <string >20B29 </string >
77 <key >CFBundleDevelopmentRegion </key >
88 <string >en </string >
99 <key >CFBundleExecutable </key >
2727 <key >DTCompiler </key >
2828 <string >com.apple.compilers.llvm.clang.1_0 </string >
2929 <key >DTPlatformBuild </key >
30- <string >10A255 </string >
30+ <string >12C33 </string >
31+ <key >DTPlatformName </key >
32+ <string >macosx </string >
3133 <key >DTPlatformVersion </key >
32- <string >GM </string >
34+ <string >11.1 </string >
3335 <key >DTSDKBuild </key >
34- <string >18A384 </string >
36+ <string >20C63 </string >
3537 <key >DTSDKName </key >
36- <string >macosx10.14 </string >
38+ <string >macosx11.1 </string >
3739 <key >DTXcode </key >
38- <string >1000 </string >
40+ <string >1230 </string >
3941 <key >DTXcodeBuild </key >
40- <string >10A255 </string >
42+ <string >12C33 </string >
43+ <key >LSMinimumSystemVersion </key >
44+ <string >10.10 </string >
4145 <key >NSHumanReadableCopyright </key >
4246 <string >Copyright © 2018 Developer Insider. All rights reserved. </string >
4347</dict >
You can’t perform that action at this time.
0 commit comments