• 大小: 50KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: j2objc  ios  

资源简介

如果无法运行 查看J2OBJC_HOME是否正确; 查看Build Phases中的JRE.framework是否引入 相关的博客 http://blog.csdn.net/coooliang/article/details/79346001

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  Test3
//
//  Created by chenliang on 2018/2/22.
//  Copyright © 2018年 yypt. All rights reserved.
//

#import “AppDelegate.h“
#import “Test.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    
    [Test mainWithNSStringArray:nil];
    
    return YES;
}


- (void)applicationWillResignActive:(UIApplication *)application {
    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-02-22 11:02  Test3\
     文件        8196  2018-02-27 11:12  Test3\.DS_Store
     目录           0  2018-02-27 11:13  __MACOSX\
     目录           0  2018-02-27 11:13  __MACOSX\Test3\
     文件         120  2018-02-27 11:12  __MACOSX\Test3\._.DS_Store
     目录           0  2018-02-27 11:13  Test3\Test3.xcodeproj\
     文件       18933  2018-02-27 11:13  Test3\Test3.xcodeproj\project.pbxproj
     目录           0  2018-02-22 10:43  Test3\Test3.xcodeproj\xcuserdata\
     目录           0  2018-02-22 10:43  Test3\Test3.xcodeproj\xcuserdata\su.xcuserdatad\
     目录           0  2018-02-22 10:43  Test3\Test3.xcodeproj\xcuserdata\su.xcuserdatad\xcschemes\
     文件         328  2018-02-22 10:43  Test3\Test3.xcodeproj\xcuserdata\su.xcuserdatad\xcschemes\xcschememanagement.plist
     目录           0  2018-02-22 10:43  Test3\Test3.xcodeproj\project.xcworkspace\
     文件         150  2018-02-22 10:43  Test3\Test3.xcodeproj\project.xcworkspace\contents.xcworkspacedata
     目录           0  2018-02-22 10:43  Test3\Test3.xcodeproj\project.xcworkspace\xcuserdata\
     目录           0  2018-02-27 11:13  Test3\Test3.xcodeproj\project.xcworkspace\xcuserdata\su.xcuserdatad\
     文件       52168  2018-02-27 11:13  Test3\Test3.xcodeproj\project.xcworkspace\xcuserdata\su.xcuserdatad\UserInterfaceState.xcuserstate
     目录           0  2018-02-27 11:13  __MACOSX\Test3\Test3.xcodeproj\
     文件         176  2018-02-22 10:43  __MACOSX\Test3\Test3.xcodeproj\._project.xcworkspace
     文件         176  2018-02-27 11:13  __MACOSX\Test3\._Test3.xcodeproj
     文件         315  2018-02-22 10:50  Test3\Settings.xcconfig
     文件         266  2018-02-22 10:50  __MACOSX\Test3\._Settings.xcconfig
     目录           0  2018-02-27 11:11  Test3\Test3\
     文件         272  2018-02-22 10:43  Test3\Test3\AppDelegate.h
     目录           0  2018-02-27 11:13  __MACOSX\Test3\Test3\
     文件         171  2018-02-22 10:43  __MACOSX\Test3\Test3\._AppDelegate.h
     文件        8196  2018-02-27 11:11  Test3\Test3\.DS_Store
     文件         120  2018-02-27 11:11  __MACOSX\Test3\Test3\._.DS_Store
     目录           0  2018-02-22 10:43  Test3\Test3\Assets.xcassets\
     目录           0  2018-02-22 10:43  Test3\Test3\Assets.xcassets\AppIcon.appiconset\
     文件        1495  2018-02-22 10:43  Test3\Test3\Assets.xcassets\AppIcon.appiconset\Contents.json
     目录           0  2018-02-27 11:13  __MACOSX\Test3\Test3\Assets.xcassets\
............此处省略28个文件信息

评论

共有 条评论