Sha256: 88b24af8b9b05aac7d0dc573276b678a0e992c3717a6fc40a1ba57f82a711316

Contents?: true

Size: 425 Bytes

Versions: 6

Compression:

Stored size: 425 Bytes

Contents

//
//  main.m
//  <%= config[:project_name] %>
//
//  Created by Fabio Gallonetto on 28/01/2016.
//  Copyright © 2016 Future Workshops. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "<%= config[:class_prefix] %>AppDelegate.h"

int main(int argc, char * argv[]) {
    @autoreleasepool {
        return UIApplicationMain(argc, argv, nil, NSStringFromClass([<%= config[:class_prefix] %>AppDelegate class]));
    }
}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
fwtoolkit-2.0.2 templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
fwtoolkit-2.0.2 templates/swift_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
fwtoolkit-2.0.1 templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
fwtoolkit-2.0.1 templates/swift_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
fwtoolkit-2.0.0 templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
fwtoolkit-2.0.0 templates/swift_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt