fwtoolkit 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fwtoolkit/cli.rb +0 -11
  3. data/lib/fwtoolkit/cli/project.rb +3 -2
  4. data/lib/fwtoolkit/version.rb +1 -1
  5. data/templates/{swift_project/xcode/.DS_Store → .DS_Store} +0 -0
  6. data/templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt +5 -1
  7. data/templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/xcshareddata/xcschemes/%project_name%.xcscheme.tt +1 -1
  8. data/templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.h.tt +1 -2
  9. data/templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.m.tt +1 -2
  10. data/templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.h.tt +1 -2
  11. data/templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt +1 -2
  12. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json +91 -7
  13. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png +0 -0
  14. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png +0 -0
  15. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png +0 -0
  16. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png +0 -0
  17. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png +0 -0
  18. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png +0 -0
  19. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png +0 -0
  20. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png +0 -0
  21. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png +0 -0
  22. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png +0 -0
  23. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png +0 -0
  24. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png +0 -0
  25. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png +0 -0
  26. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png +0 -0
  27. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png +0 -0
  28. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png +0 -0
  29. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png +0 -0
  30. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png +0 -0
  31. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-Small-50x50@1x.png +0 -0
  32. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-Small-50x50@2x.png +0 -0
  33. data/templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt +1 -2
  34. data/templates/objc_project/xcode/%project_name%/%target_name%Tests/%class_prefix%%project_name%Tests.m.tt +1 -3
  35. data/templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt +12 -1
  36. data/templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/xcshareddata/xcschemes/%project_name%.xcscheme.tt +1 -1
  37. data/templates/swift_project/xcode/%project_name%/%target_name%/AppDelegate.swift.tt +7 -8
  38. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json +87 -8
  39. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png +0 -0
  40. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png +0 -0
  41. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png +0 -0
  42. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png +0 -0
  43. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png +0 -0
  44. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png +0 -0
  45. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png +0 -0
  46. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png +0 -0
  47. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png +0 -0
  48. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png +0 -0
  49. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png +0 -0
  50. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png +0 -0
  51. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png +0 -0
  52. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png +0 -0
  53. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png +0 -0
  54. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png +0 -0
  55. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png +0 -0
  56. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png +0 -0
  57. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-Small-50x50@1x.png +0 -0
  58. data/templates/swift_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Icon-Small-50x50@2x.png +0 -0
  59. data/templates/swift_project/xcode/%project_name%/%target_name%/ViewController.swift.tt +1 -2
  60. data/templates/swift_project/xcode/%project_name%/%tests_target_name%/%project_name%Tests.swift.tt +2 -3
  61. metadata +44 -55
  62. data/lib/fwtoolkit/cli/bootstrap.rb +0 -75
  63. data/lib/fwtoolkit/cli/ci.rb +0 -52
  64. data/lib/fwtoolkit/cli/frank.rb +0 -113
  65. data/lib/fwtoolkit/cli/ota.rb +0 -109
  66. data/lib/fwtoolkit/cli/ota_client/hockeyapp_client.rb +0 -70
  67. data/templates/objc_project/git/.gitignore +0 -31
  68. data/templates/objc_project/rvm/Gemfile +0 -3
  69. data/templates/objc_project/xcode/%project_name%/%target_name%/AppDelegate.swift.tt +0 -46
  70. data/templates/objc_project/xcode/%project_name%/%target_name%/Resources/Base.lproj/Main.storyboard +0 -26
  71. data/templates/objc_project/xcode/%project_name%/%target_name%/ViewController.swift.tt +0 -25
  72. data/templates/objc_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt +0 -39
  73. data/templates/objc_project/xcode/%project_name%/%tests_target_name%/%project_name%Tests.swift.tt +0 -36
  74. data/templates/objc_project/xcode/%project_name%/%tests_target_name%/Supporting Files/Info.plist +0 -24
  75. data/templates/swift_project/git/.gitignore +0 -31
  76. data/templates/swift_project/rvm/Gemfile +0 -3
  77. data/templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.h.tt +0 -18
  78. data/templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.m.tt +0 -45
  79. data/templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.h.tt +0 -15
  80. data/templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt +0 -27
  81. data/templates/swift_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt +0 -16
  82. data/templates/swift_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt +0 -39
  83. data/templates/swift_project/xcode/%project_name%/%target_name%Tests/Resources/Info.plist +0 -24
  84. data/templates/swift_project/xcode/%project_name%/.DS_Store +0 -0
@@ -1,3 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem 'cocoapods'
@@ -1,46 +0,0 @@
1
- //
2
- // AppDelegate.swift
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by Fabio Gallonetto on 28/01/2016.
6
- // Copyright © 2016 Future Workshops. All rights reserved.
7
- //
8
-
9
- import UIKit
10
-
11
- @UIApplicationMain
12
- class AppDelegate: UIResponder, UIApplicationDelegate {
13
-
14
- var window: UIWindow?
15
-
16
-
17
- func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
18
- // Override point for customization after application launch.
19
- return true
20
- }
21
-
22
- func applicationWillResignActive(application: UIApplication) {
23
- // 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 to the background state.
24
- // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
25
- }
26
-
27
- func applicationDidEnterBackground(application: UIApplication) {
28
- // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
29
- // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
30
- }
31
-
32
- func applicationWillEnterForeground(application: UIApplication) {
33
- // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
34
- }
35
-
36
- func applicationDidBecomeActive(application: UIApplication) {
37
- // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
38
- }
39
-
40
- func applicationWillTerminate(application: UIApplication) {
41
- // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
42
- }
43
-
44
-
45
- }
46
-
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
3
- <dependencies>
4
- <deployment identifier="iOS"/>
5
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
6
- </dependencies>
7
- <scenes>
8
- <!--View Controller-->
9
- <scene sceneID="tne-QT-ifu">
10
- <objects>
11
- <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
12
- <layoutGuides>
13
- <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
14
- <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
15
- </layoutGuides>
16
- <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
17
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
18
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
20
- </view>
21
- </viewController>
22
- <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
23
- </objects>
24
- </scene>
25
- </scenes>
26
- </document>
@@ -1,25 +0,0 @@
1
- //
2
- // ViewController.swift
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by Fabio Gallonetto on 28/01/2016.
6
- // Copyright © 2016 Future Workshops. All rights reserved.
7
- //
8
-
9
- import UIKit
10
-
11
- class ViewController: UIViewController {
12
-
13
- override func viewDidLoad() {
14
- super.viewDidLoad()
15
- // Do any additional setup after loading the view, typically from a nib.
16
- }
17
-
18
- override func didReceiveMemoryWarning() {
19
- super.didReceiveMemoryWarning()
20
- // Dispose of any resources that can be recreated.
21
- }
22
-
23
-
24
- }
25
-
@@ -1,39 +0,0 @@
1
- //
2
- // <%= config[:project_name] %>Tests.m
3
- // <%= config[:project_name] %>Tests
4
- //
5
- // Created by Fabio Gallonetto on 28/01/2016.
6
- // Copyright © 2016 Future Workshops. All rights reserved.
7
- //
8
-
9
- #import <XCTest/XCTest.h>
10
-
11
- @interface <%= config[:project_name] %>Tests : XCTestCase
12
-
13
- @end
14
-
15
- @implementation <%= config[:project_name] %>Tests
16
-
17
- - (void)setUp {
18
- [super setUp];
19
- // Put setup code here. This method is called before the invocation of each test method in the class.
20
- }
21
-
22
- - (void)tearDown {
23
- // Put teardown code here. This method is called after the invocation of each test method in the class.
24
- [super tearDown];
25
- }
26
-
27
- - (void)testExample {
28
- // This is an example of a functional test case.
29
- // Use XCTAssert and related functions to verify your tests produce the correct results.
30
- }
31
-
32
- - (void)testPerformanceExample {
33
- // This is an example of a performance test case.
34
- [self measureBlock:^{
35
- // Put the code you want to measure the time of here.
36
- }];
37
- }
38
-
39
- @end
@@ -1,36 +0,0 @@
1
- //
2
- // <%= config[:project_name] %>Tests.swift
3
- // <%= config[:project_name] %>Tests
4
- //
5
- // Created by Fabio Gallonetto on 28/01/2016.
6
- // Copyright © 2016 Future Workshops. All rights reserved.
7
- //
8
-
9
- import XCTest
10
- @testable import <%= config[:project_name] %>
11
-
12
- class <%= config[:project_name] %>Tests: XCTestCase {
13
-
14
- override func setUp() {
15
- super.setUp()
16
- // Put setup code here. This method is called before the invocation of each test method in the class.
17
- }
18
-
19
- override func tearDown() {
20
- // Put teardown code here. This method is called after the invocation of each test method in the class.
21
- super.tearDown()
22
- }
23
-
24
- func testExample() {
25
- // This is an example of a functional test case.
26
- // Use XCTAssert and related functions to verify your tests produce the correct results.
27
- }
28
-
29
- func testPerformanceExample() {
30
- // This is an example of a performance test case.
31
- self.measureBlock {
32
- // Put the code you want to measure the time of here.
33
- }
34
- }
35
-
36
- }
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>en</string>
7
- <key>CFBundleExecutable</key>
8
- <string>$(EXECUTABLE_NAME)</string>
9
- <key>CFBundleIdentifier</key>
10
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>BNDL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleSignature</key>
20
- <string>????</string>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- </dict>
24
- </plist>
@@ -1,31 +0,0 @@
1
- # Ruby
2
- tmp/
3
- log/
4
- db/production.sqlite3
5
- db/development.sqlite3
6
-
7
- # Xcode
8
- build/*
9
- *.pbxuser
10
- !default.pbxuser
11
- *.mode1v3
12
- !default.mode1v3
13
- *.mode2v3
14
- !default.mode2v3
15
- *.perspectivev3
16
- !default.perspectivev3
17
- !default.xcworkspace
18
- xcuserdata
19
- profile
20
- *.moved-aside
21
- # Finder
22
- .DS_Store
23
- .svn
24
- *.swp
25
- *.~nib
26
-
27
- # Frank
28
- Frank/frankified_build/
29
-
30
- # Cocoapods
31
- /Pods/
@@ -1,3 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem 'cocoapods'
@@ -1,18 +0,0 @@
1
- //
2
- // AppDelegate.h
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by <%= config[:project_creator] %> on 02/01/2015.
6
- // Copyright (c) 2015 <%= config[:organization_name] %>. All rights reserved.
7
- //
8
-
9
- @import UIKit;
10
-
11
-
12
- @interface <%= config[:class_prefix] %>AppDelegate : UIResponder <UIApplicationDelegate>
13
-
14
- @property (strong, nonatomic) UIWindow *window;
15
-
16
-
17
- @end
18
-
@@ -1,45 +0,0 @@
1
- //
2
- // AppDelegate.m
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by <%= config[:project_creator] %> on 02/01/2015.
6
- // Copyright (c) 2015 <%= config[:organization_name] %>. All rights reserved.
7
- //
8
-
9
- #import "<%= config[:class_prefix] %>AppDelegate.h"
10
-
11
- @interface <%= config[:class_prefix] %>AppDelegate ()
12
-
13
- @end
14
-
15
- @implementation <%= config[:class_prefix] %>AppDelegate
16
-
17
-
18
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
19
- // Override point for customization after application launch.
20
- return YES;
21
- }
22
-
23
- - (void)applicationWillResignActive:(UIApplication *)application {
24
- // 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 to the background state.
25
- // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
26
- }
27
-
28
- - (void)applicationDidEnterBackground:(UIApplication *)application {
29
- // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
30
- // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
31
- }
32
-
33
- - (void)applicationWillEnterForeground:(UIApplication *)application {
34
- // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
35
- }
36
-
37
- - (void)applicationDidBecomeActive:(UIApplication *)application {
38
- // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
39
- }
40
-
41
- - (void)applicationWillTerminate:(UIApplication *)application {
42
- // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
43
- }
44
-
45
- @end
@@ -1,15 +0,0 @@
1
- //
2
- // ViewController.h
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by <%= config[:project_creator] %> on 02/01/2015.
6
- // Copyright (c) 2015 <%= config[:organization_name] %>. All rights reserved.
7
- //
8
-
9
- @import UIKit;
10
-
11
- @interface <%= config[:class_prefix] %>ViewController : UIViewController
12
-
13
-
14
- @end
15
-
@@ -1,27 +0,0 @@
1
- //
2
- // ViewController.m
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by <%= config[:project_creator] %> on 02/01/2015.
6
- // Copyright (c) 2015 <%= config[:organization_name] %>. All rights reserved.
7
- //
8
-
9
- #import "<%= config[:class_prefix] %>ViewController.h"
10
-
11
- @interface <%= config[:class_prefix] %>ViewController ()
12
-
13
- @end
14
-
15
- @implementation <%= config[:class_prefix] %>ViewController
16
-
17
- - (void)viewDidLoad {
18
- [super viewDidLoad];
19
- // Do any additional setup after loading the view, typically from a nib.
20
- }
21
-
22
- - (void)didReceiveMemoryWarning {
23
- [super didReceiveMemoryWarning];
24
- // Dispose of any resources that can be recreated.
25
- }
26
-
27
- @end
@@ -1,16 +0,0 @@
1
- //
2
- // main.m
3
- // <%= config[:project_name] %>
4
- //
5
- // Created by Fabio Gallonetto on 28/01/2016.
6
- // Copyright © 2016 Future Workshops. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
- #import "<%= config[:class_prefix] %>AppDelegate.h"
11
-
12
- int main(int argc, char * argv[]) {
13
- @autoreleasepool {
14
- return UIApplicationMain(argc, argv, nil, NSStringFromClass([<%= config[:class_prefix] %>AppDelegate class]));
15
- }
16
- }
@@ -1,39 +0,0 @@
1
- //
2
- // <%= config[:project_name] %>Tests.m
3
- // <%= config[:project_name] %>Tests
4
- //
5
- // Created by Fabio Gallonetto on 28/01/2016.
6
- // Copyright © 2016 Future Workshops. All rights reserved.
7
- //
8
-
9
- #import <XCTest/XCTest.h>
10
-
11
- @interface <%= config[:project_name] %>Tests : XCTestCase
12
-
13
- @end
14
-
15
- @implementation <%= config[:project_name] %>Tests
16
-
17
- - (void)setUp {
18
- [super setUp];
19
- // Put setup code here. This method is called before the invocation of each test method in the class.
20
- }
21
-
22
- - (void)tearDown {
23
- // Put teardown code here. This method is called after the invocation of each test method in the class.
24
- [super tearDown];
25
- }
26
-
27
- - (void)testExample {
28
- // This is an example of a functional test case.
29
- // Use XCTAssert and related functions to verify your tests produce the correct results.
30
- }
31
-
32
- - (void)testPerformanceExample {
33
- // This is an example of a performance test case.
34
- [self measureBlock:^{
35
- // Put the code you want to measure the time of here.
36
- }];
37
- }
38
-
39
- @end
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>en</string>
7
- <key>CFBundleExecutable</key>
8
- <string>$(EXECUTABLE_NAME)</string>
9
- <key>CFBundleIdentifier</key>
10
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>BNDL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleSignature</key>
20
- <string>????</string>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- </dict>
24
- </plist>