iut 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  # -*- encoding:UTF-8 -*-
2
2
  module Iut
3
- TEMPLATE_VERSION = "de6ccdc"
3
+ TEMPLATE_VERSION = "f7c799a"
4
4
  end
data/lib/iut/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # -*- encoding:UTF-8 -*-
2
2
  module Iut
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
@@ -9,6 +9,7 @@
9
9
  #import "IUTTestRunnerViewController.h"
10
10
  #import "IUTTestRunner.h"
11
11
  #import "IUTPreference.h"
12
+ #import "CoreFoundation/CoreFoundation.h"
12
13
 
13
14
 
14
15
  @interface IUTTestRunnerViewController(_private)
@@ -59,6 +60,8 @@
59
60
  if ([[IUTPreference sharedPreference]isAutoRun]) {
60
61
  [self startAction:self];
61
62
  }
63
+
64
+ self.title = [[[NSBundle mainBundle] infoDictionary] valueForKey:kCFBundleNameKey];
62
65
  }
63
66
 
64
67
  /*
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-19 00:00:00.000000000Z
12
+ date: 2012-02-19 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: ! 'After Xcode 4 released, the format of template project was changed.
15
15
  The aim of this command is to make a iUnitTest test project easily. '