lanekit 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +62 -2
  3. data/lib/lanekit/generate/model.rb +0 -9
  4. data/lib/lanekit/generate/provider.rb +2 -10
  5. data/lib/lanekit/generate/urbanairship.rb +53 -0
  6. data/lib/lanekit/generate.rb +21 -0
  7. data/lib/lanekit/new.rb +19 -0
  8. data/lib/lanekit/version.rb +1 -1
  9. data/lib/lanekit.rb +37 -4
  10. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKAppDelegate.m +20 -0
  11. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKDetailViewController.h +12 -0
  12. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKDetailViewController.m +68 -0
  13. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKMasterViewController.h +13 -0
  14. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKMasterViewController.m +122 -0
  15. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Base.lproj/Main_iPad.storyboard +139 -0
  16. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Base.lproj/Main_iPhone.storyboard +104 -0
  17. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{lanekit-ios-project-Info.plist → Supporting Files/lanekit-ios-project-Info.plist } +4 -0
  18. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/project.pbxproj +86 -14
  19. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/xcuserdata/larry.xcuserdatad/xcschemes/lanekit-ios-project.xcscheme +96 -0
  20. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/xcuserdata/larry.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
  21. data/lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/xcshareddata/lanekit-ios-project.xccheckout +41 -0
  22. data/lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/xcuserdata/larry.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  23. metadata +24 -10
  24. data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/LKAppDelegate.m +0 -45
  25. /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{LKAppDelegate.h → Controllers/LKAppDelegate.h} +0 -0
  26. /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{Images.xcassets → Resources/Images.xcassets}/AppIcon.appiconset/Contents.json +0 -0
  27. /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{Images.xcassets → Resources/Images.xcassets}/LaunchImage.launchimage/Contents.json +0 -0
  28. /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{en.lproj → Resources/en.lproj}/InfoPlist.strings +0 -0
  29. /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{lanekit-ios-project-Prefix.pch → Supporting Files/lanekit-ios-project-Prefix.pch} +0 -0
  30. /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{main.m → Supporting Files/main.m} +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lanekit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Larry Aasen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-21 00:00:00.000000000 Z
11
+ date: 2013-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -62,6 +62,7 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - lib/lanekit/generate/model.rb
64
64
  - lib/lanekit/generate/provider.rb
65
+ - lib/lanekit/generate/urbanairship.rb
65
66
  - lib/lanekit/generate.rb
66
67
  - lib/lanekit/new.rb
67
68
  - lib/lanekit/version.rb
@@ -79,20 +80,33 @@ files:
79
80
  - lib/template/provider.m.erb
80
81
  - lib/template/provider_base.h.erb
81
82
  - lib/template/provider_base.m.erb
82
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/en.lproj/InfoPlist.strings
83
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Images.xcassets/AppIcon.appiconset/Contents.json
84
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Images.xcassets/LaunchImage.launchimage/Contents.json
85
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project-Info.plist
86
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project-Prefix.pch
87
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/LKAppDelegate.h
88
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/LKAppDelegate.m
89
- - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/main.m
83
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKAppDelegate.h
84
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKAppDelegate.m
85
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKDetailViewController.h
86
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKDetailViewController.m
87
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKMasterViewController.h
88
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKMasterViewController.m
89
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Base.lproj/Main_iPad.storyboard
90
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Base.lproj/Main_iPhone.storyboard
91
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/en.lproj/InfoPlist.strings
92
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Images.xcassets/AppIcon.appiconset/Contents.json
93
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json
94
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Supporting
95
+ Files/lanekit-ios-project-Info.plist
96
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Supporting
97
+ Files/lanekit-ios-project-Prefix.pch
98
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Supporting
99
+ Files/main.m
90
100
  - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/project.pbxproj
91
101
  - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/project.xcworkspace/contents.xcworkspacedata
102
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/xcuserdata/larry.xcuserdatad/xcschemes/lanekit-ios-project.xcscheme
103
+ - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/xcuserdata/larry.xcuserdatad/xcschemes/xcschememanagement.plist
92
104
  - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-projectTests/en.lproj/InfoPlist.strings
93
105
  - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-projectTests/lanekit-ios-projectTests-Info.plist
94
106
  - lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-projectTests/lanekit-ios-projectTests.m
95
107
  - lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/contents.xcworkspacedata
108
+ - lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/xcshareddata/lanekit-ios-project.xccheckout
109
+ - lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/xcuserdata/larry.xcuserdatad/UserInterfaceState.xcuserstate
96
110
  - lib/template/lanekit-ios-project/Podfile
97
111
  - bin/lanekit
98
112
  - README.md
@@ -1,45 +0,0 @@
1
- //
2
- // LKAppDelegate.m
3
- //
4
-
5
- #import "LKAppDelegate.h"
6
-
7
- @implementation LKAppDelegate
8
-
9
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
10
- {
11
- self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
12
- // Override point for customization after application launch.
13
- self.window.backgroundColor = [UIColor whiteColor];
14
- [self.window makeKeyAndVisible];
15
- return YES;
16
- }
17
-
18
- - (void)applicationWillResignActive:(UIApplication *)application
19
- {
20
- // 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.
21
- // 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.
22
- }
23
-
24
- - (void)applicationDidEnterBackground:(UIApplication *)application
25
- {
26
- // 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.
27
- // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
28
- }
29
-
30
- - (void)applicationWillEnterForeground:(UIApplication *)application
31
- {
32
- // 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.
33
- }
34
-
35
- - (void)applicationDidBecomeActive:(UIApplication *)application
36
- {
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
- - (void)applicationWillTerminate:(UIApplication *)application
41
- {
42
- // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
43
- }
44
-
45
- @end