appjam 0.1.8.6 → 0.1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. data/lib/appjam.rb +1 -1
  2. data/lib/appjam/generators/blank.rb +133 -0
  3. data/lib/appjam/generators/help.rb +5 -3
  4. data/lib/appjam/generators/templates/blank/EiffelApplication.xcodeproj/project.pbxproj +855 -0
  5. data/lib/appjam/generators/templates/blank/EiffelApplication.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  6. data/lib/appjam/generators/templates/blank/EiffelApplication.xcodeproj/project.xcworkspace/xcuserdata/eiffel.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  7. data/lib/appjam/generators/templates/blank/EiffelApplication.xcodeproj/xcuserdata/eiffel.xcuserdatad/xcschemes/EiffelApplication.xcscheme +96 -0
  8. data/lib/appjam/generators/templates/blank/EiffelApplication.xcodeproj/xcuserdata/eiffel.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
  9. data/lib/appjam/generators/templates/blank/EiffelApplication/AppDelegate.h.tt +22 -0
  10. data/lib/appjam/generators/templates/blank/EiffelApplication/AppDelegate.m.tt +156 -0
  11. data/lib/appjam/generators/templates/blank/EiffelApplication/EiffelApplication-Info.plist +45 -0
  12. data/lib/appjam/generators/templates/blank/EiffelApplication/EiffelApplication-Prefix.pch.tt +30 -0
  13. data/lib/appjam/generators/templates/blank/EiffelApplication/en.lproj/InfoPlist.strings +2 -0
  14. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFHTTPClient.h +636 -0
  15. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFHTTPClient.m +1359 -0
  16. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFHTTPRequestOperation.h +133 -0
  17. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFHTTPRequestOperation.m +318 -0
  18. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFImageRequestOperation.h +108 -0
  19. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFImageRequestOperation.m +234 -0
  20. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFJSONRequestOperation.h +71 -0
  21. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFJSONRequestOperation.m +142 -0
  22. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFNetworkActivityIndicatorManager.h +75 -0
  23. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFNetworkActivityIndicatorManager.m +145 -0
  24. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFNetworking.h +43 -0
  25. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFPropertyListRequestOperation.h +68 -0
  26. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFPropertyListRequestOperation.m +142 -0
  27. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFURLConnectionOperation.h +379 -0
  28. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFURLConnectionOperation.m +818 -0
  29. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFXMLRequestOperation.h +89 -0
  30. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/AFXMLRequestOperation.m +166 -0
  31. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/UIImageView+AFNetworking.h +78 -0
  32. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/AFNetworking/UIImageView+AFNetworking.m +184 -0
  33. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/JSONKit/JSONKit.h +251 -0
  34. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/JSONKit/JSONKit.m +3067 -0
  35. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabase.h +155 -0
  36. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabase.m +1162 -0
  37. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabaseAdditions.h +37 -0
  38. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabaseAdditions.m +163 -0
  39. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabasePool.h +75 -0
  40. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabasePool.m +244 -0
  41. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabaseQueue.h +38 -0
  42. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMDatabaseQueue.m +176 -0
  43. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMResultSet.h +104 -0
  44. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/frameworks/fmdb/FMResultSet.m +413 -0
  45. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/EGOCache/EGOCache.h +78 -0
  46. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/EGOCache/EGOCache.m +370 -0
  47. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDASLLogger.h +41 -0
  48. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDASLLogger.m +99 -0
  49. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDAbstractDatabaseLogger.h +102 -0
  50. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDAbstractDatabaseLogger.m +727 -0
  51. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDFileLogger.h +334 -0
  52. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDFileLogger.m +1353 -0
  53. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDLog.h +601 -0
  54. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDLog.m +1083 -0
  55. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDTTYLogger.h +167 -0
  56. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/DDTTYLogger.m +1479 -0
  57. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/Extensions/ContextFilterLogFormatter.h +65 -0
  58. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/Extensions/ContextFilterLogFormatter.m +191 -0
  59. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/Extensions/DispatchQueueLogFormatter.h +116 -0
  60. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Lumberjack/Extensions/DispatchQueueLogFormatter.m +251 -0
  61. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/ObjectiveMixin/Mixin.h +33 -0
  62. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/ObjectiveMixin/Mixin.m +122 -0
  63. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/USArrayWrapper.h +72 -0
  64. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/USArrayWrapper.m +305 -0
  65. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/USConstants.h +38 -0
  66. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/USDictionaryWrapper.h +57 -0
  67. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/USDictionaryWrapper.m +188 -0
  68. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/Underscore+Functional.h +89 -0
  69. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/Underscore+Functional.m +261 -0
  70. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/Underscore-Prefix.pch +7 -0
  71. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/Underscore.h +50 -0
  72. data/lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/Underscore/Underscore.m +100 -0
  73. data/lib/appjam/generators/templates/blank/EiffelApplication/main.m.tt +18 -0
  74. data/lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests-Info.plist +22 -0
  75. data/lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests.h.tt +13 -0
  76. data/lib/appjam/generators/templates/blank/EiffelApplicationTests/EiffelApplicationTests.m.tt +32 -0
  77. data/lib/appjam/generators/templates/blank/EiffelApplicationTests/en.lproj/InfoPlist.strings +2 -0
  78. data/lib/appjam/generators/templates/resources/Default-568h@2x.png +0 -0
  79. data/lib/appjam/generators/templates/resources/Default.png +0 -0
  80. data/lib/appjam/generators/templates/resources/Default@2x.png +0 -0
  81. data/lib/appjam/generators/templates/resources/contents.tt +4 -0
  82. data/lib/appjam/version.rb +1 -1
  83. metadata +462 -326
  84. data/test/helper.rb +0 -132
  85. data/test/test_model_generator.rb +0 -28
  86. data/test/test_project_generator.rb +0 -38
@@ -57,6 +57,6 @@ end # Appjam
57
57
  ##
58
58
  # We add our generators to Appjam::Genererator
59
59
  #
60
- Appjam::Generators.load_paths << Dir[File.dirname(__FILE__) + '/appjam/generators/{mvc_project,mvc_model,lib,gist,search,help}.rb']
60
+ Appjam::Generators.load_paths << Dir[File.dirname(__FILE__) + '/appjam/generators/{mvc_project,mvc_model,lib,gist,search,help,blank}.rb']
61
61
 
62
62
 
@@ -0,0 +1,133 @@
1
+ # encoding: utf-8
2
+ require 'rubygems'
3
+ require 'cli-colorize'
4
+ require 'hirb'
5
+ require File.dirname(__FILE__) + '/jam'
6
+ require File.dirname(__FILE__) + '/../view'
7
+
8
+ module Appjam
9
+ module Generators
10
+ class Blank < Jam
11
+ include CLIColorize
12
+
13
+ CLIColorize.default_color = :red
14
+ author 'Eiffel Qiu'
15
+ homepage 'http://www.likenote.com'
16
+ email 'eiffelqiu@gmail.com'
17
+ version Appjam::Version::STRING
18
+
19
+ # Add this generator to our appjam
20
+ Appjam::Generators.add_generator(:start, self)
21
+
22
+ init_generator
23
+
24
+ desc "Description:\n\n\tappjam will generates an new wax iOS application"
25
+
26
+ argument :name, :desc => "The name of your full stack iOS application"
27
+
28
+ class_option :root, :desc => "The root destination", :aliases => '-r', :default => ".", :type => :string
29
+ class_option :destroy, :aliases => '-d', :default => false, :type => :boolean
30
+
31
+ def create_project
32
+ valid_constant?(options[:project] || name)
33
+ @project_name = (options[:app] || name).gsub(/\W/, "_").downcase
34
+ @class_name = (options[:app] || name).gsub(/\W/, "_").capitalize
35
+ @developer = "#{`whoami`.strip}"
36
+ @created_on = Date.today.to_s
37
+ self.destination_root = options[:root]
38
+ project = options[:project]
39
+ self.behavior = :revoke if options[:destroy]
40
+
41
+ puts colorize( "Appjam Version: #{Appjam::Version::STRING}", { :foreground => :red, :background => :white, :config => :underline } )
42
+ puts
43
+
44
+ eval(File.read(__FILE__) =~ /^__END__\n/ && $' || '')
45
+ say (<<-TEXT).gsub(/ {10}/,'')
46
+
47
+ =================================================================
48
+ Your #{@project_name} full stack iOS application has been generated.
49
+ Open #{@project_name}.xcodeproj
50
+ Build and Run
51
+ =================================================================
52
+
53
+ TEXT
54
+ end
55
+ end # Project
56
+ end # Generators
57
+ end # Appjam
58
+
59
+ __END__
60
+ empty_directory "#{@project_name}"
61
+
62
+ directory "templates/blank/EiffelApplication.xcodeproj", "#{@project_name}/#{@project_name}.xcodeproj"
63
+ directory "templates/blank/EiffelApplicationTests/en.lproj", "#{@project_name}/#{@project_name}Tests/en.lproj"
64
+
65
+ fileName = "#{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/project.pbxproj"
66
+ aFile = File.open(fileName, "r")
67
+ aString = aFile.read
68
+ aFile.close
69
+ aString.gsub!('EiffelApplication', "#{@project_name}")
70
+ File.open(fileName, "w") { |file| file << aString }
71
+
72
+ fileName = "#{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/eiffel.xcuserdatad/xcschemes/EiffelApplication.xcscheme"
73
+ aFile = File.open(fileName, "r")
74
+ aString = aFile.read
75
+ aFile.close
76
+ aString.gsub!('EiffelApplication', "#{@project_name}")
77
+ File.open(fileName, "w") { |file| file << aString }
78
+
79
+ fileName = "#{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/eiffel.xcuserdatad/xcschemes/xcschememanagement.plist"
80
+ aFile = File.open(fileName, "r")
81
+ aString = aFile.read
82
+ aFile.close
83
+ aString.gsub!('EiffelApplication', "#{@project_name}")
84
+ File.open(fileName, "w") { |file| file << aString }
85
+
86
+ fileName = "#{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/eiffel.xcuserdatad/xcschemes/EiffelApplication.xcscheme"
87
+ aFile = File.open(fileName, "r")
88
+ aString = aFile.read
89
+ aFile.close
90
+ aString.gsub!('EiffelApplication', "#{@project_name}")
91
+ File.open(fileName, "w") { |file| file << aString }
92
+
93
+ fileName = "#{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/project.xcworkspace/contents.xcworkspacedata"
94
+ aFile = File.open(fileName, "r")
95
+ aString = aFile.read
96
+ aFile.close
97
+ aString.gsub!('EiffelApplication', "#{@project_name}")
98
+ File.open(fileName, "w") { |file| file << aString }
99
+
100
+ fileName = "#{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/project.xcworkspace/xcuserdata/eiffel.xcuserdatad/UserInterfaceState.xcuserstate"
101
+ aFile = File.open(fileName, "r")
102
+ aString = aFile.read.unpack("C*").pack("U*")
103
+ aFile.close
104
+ aString.gsub!('EiffelApplication', "#{@project_name}")
105
+ File.open(fileName, "w") { |file| file << aString }
106
+
107
+ system "mv #{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/project.xcworkspace/xcuserdata/eiffel.xcuserdatad #{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/project.xcworkspace/xcuserdata/#{`whoami`.strip}.xcuserdatad" if `whoami`.strip != 'eiffel'
108
+
109
+ system "mv #{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/eiffel.xcuserdatad #{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/#{`whoami`.strip}.xcuserdatad" if `whoami`.strip != 'eiffel'
110
+
111
+ system "mv #{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/#{`whoami`.strip}.xcuserdatad/xcschemes/EiffelApplication.xcscheme #{options[:root]}/#{@project_name}/#{@project_name}.xcodeproj/xcuserdata/#{`whoami`.strip}.xcuserdatad/xcschemes/#{@project_name}.xcscheme"
112
+
113
+ template "templates/blank/EiffelApplication/main.m.tt", "#{@project_name}/#{@project_name}/main.m"
114
+ template "templates/blank/EiffelApplication/EiffelApplication-Prefix.pch.tt", "#{@project_name}/#{@project_name}/#{@project_name}-Prefix.pch"
115
+ template "templates/blank/EiffelApplication/AppDelegate.h.tt", "#{@project_name}/#{@project_name}/AppDelegate.h"
116
+ template "templates/blank/EiffelApplication/AppDelegate.m.tt", "#{@project_name}/#{@project_name}/AppDelegate.m"
117
+
118
+ directory "templates/blank/EiffelApplication/en.lproj", "#{@project_name}/#{@project_name}/en.lproj"
119
+ system "mkdir -p #{options[:root]}/#{@project_name}/#{@project_name}/#{@project_name}.xcdatamodeld/#{@project_name}.xcdatamodel"
120
+ empty_directory "#{@project_name}/#{@project_name}/app"
121
+ empty_directory "#{@project_name}/#{@project_name}/resources"
122
+ directory "templates/blank/EiffelApplication/libs", "#{@project_name}/#{@project_name}/libs"
123
+
124
+ template "templates/blank/EiffelApplication/EiffelApplication-Info.plist", "#{@project_name}/#{@project_name}/#{@project_name}-Info.plist"
125
+ template "templates/blank/EiffelApplicationTests/EiffelApplicationTests-Info.plist", "#{@project_name}/#{@project_name}Tests/#{@project_name}Tests-Info.plist"
126
+ template "templates/blank/EiffelApplicationTests/EiffelApplicationTests.h.tt", "#{@project_name}/#{@project_name}Tests/#{@project_name}Tests.h"
127
+ template "templates/blank/EiffelApplicationTests/EiffelApplicationTests.m.tt", "#{@project_name}/#{@project_name}Tests/#{@project_name}Tests.m"
128
+
129
+ copy_file "templates/resources/Default-568h@2x.png", "#{@project_name}/#{@project_name}/Default-568h@2x.png"
130
+ copy_file "templates/resources/Default@2x.png", "#{@project_name}/#{@project_name}/Default@2x.png"
131
+ copy_file "templates/resources/Default.png", "#{@project_name}/#{@project_name}/Default.png"
132
+ template "templates/resources/contents.tt", "#{@project_name}/#{@project_name}/#{@project_name}.xcdatamodeld/#{@project_name}.xcdatamodel/contents"
133
+
@@ -45,9 +45,11 @@ module Appjam
45
45
  puts "notice: a new version '#{g['info']}' released" if g['info'] and g['info'].strip != "#{Appjam::Version::STRING}"
46
46
  puts
47
47
  puts colorize("Generator Options")
48
- opt = [{ :category => "puremvc", :command => "appjam mvc_project todo", :description => "generate puremvc iphone project"},
49
- { :category => "puremvc", :command => "appjam mvc_model user", :description => "generate puremvc iphone model"}
50
- ]
48
+ opt = [
49
+ { :category => "generator", :command => "appjam start demo", :description => "generate a starter application with most popular framework included"},
50
+ { :category => "puremvc", :command => "appjam mvc_project todo", :description => "generate puremvc iOS project"},
51
+ { :category => "puremvc", :command => "appjam mvc_model user", :description => "generate puremvc model"}
52
+ ]
51
53
  View.render(opt, RENDER_OPTIONS)
52
54
  puts
53
55
  g.each_pair {|key,value|
@@ -0,0 +1,855 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ C52561C11705AD5200AC76A2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C01705AD5200AC76A2 /* UIKit.framework */; };
11
+ C52561C31705AD5200AC76A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C21705AD5200AC76A2 /* Foundation.framework */; };
12
+ C52561C51705AD5200AC76A2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C41705AD5200AC76A2 /* CoreGraphics.framework */; };
13
+ C52561C71705AD5200AC76A2 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C61705AD5200AC76A2 /* CoreData.framework */; };
14
+ C52561CD1705AD5200AC76A2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C52561CB1705AD5200AC76A2 /* InfoPlist.strings */; };
15
+ C52561CF1705AD5200AC76A2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C52561CE1705AD5200AC76A2 /* main.m */; };
16
+ C52561D31705AD5200AC76A2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C52561D21705AD5200AC76A2 /* AppDelegate.m */; };
17
+ C52561D51705AD5200AC76A2 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = C52561D41705AD5200AC76A2 /* Default.png */; };
18
+ C52561D71705AD5200AC76A2 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C52561D61705AD5200AC76A2 /* Default@2x.png */; };
19
+ C52561D91705AD5200AC76A2 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C52561D81705AD5200AC76A2 /* Default-568h@2x.png */; };
20
+ C52561DC1705AD5200AC76A2 /* EiffelApplication.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C52561DA1705AD5200AC76A2 /* EiffelApplication.xcdatamodeld */; };
21
+ C52561E41705AD5200AC76A2 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561E31705AD5200AC76A2 /* SenTestingKit.framework */; };
22
+ C52561E51705AD5200AC76A2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C01705AD5200AC76A2 /* UIKit.framework */; };
23
+ C52561E61705AD5200AC76A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C21705AD5200AC76A2 /* Foundation.framework */; };
24
+ C52561E71705AD5200AC76A2 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52561C61705AD5200AC76A2 /* CoreData.framework */; };
25
+ C52561EF1705AD5200AC76A2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C52561ED1705AD5200AC76A2 /* InfoPlist.strings */; };
26
+ C52561F21705AD5200AC76A2 /* EiffelApplicationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C52561F11705AD5200AC76A2 /* EiffelApplicationTests.m */; };
27
+ C52562481705ADAB00AC76A2 /* AFHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562001705ADAB00AC76A2 /* AFHTTPClient.m */; };
28
+ C52562491705ADAB00AC76A2 /* AFHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562021705ADAB00AC76A2 /* AFHTTPRequestOperation.m */; };
29
+ C525624A1705ADAB00AC76A2 /* AFImageRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562041705ADAB00AC76A2 /* AFImageRequestOperation.m */; };
30
+ C525624B1705ADAB00AC76A2 /* AFJSONRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562061705ADAB00AC76A2 /* AFJSONRequestOperation.m */; };
31
+ C525624C1705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562081705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.m */; };
32
+ C525624D1705ADAB00AC76A2 /* AFPropertyListRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C525620B1705ADAB00AC76A2 /* AFPropertyListRequestOperation.m */; };
33
+ C525624E1705ADAB00AC76A2 /* AFURLConnectionOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C525620D1705ADAB00AC76A2 /* AFURLConnectionOperation.m */; };
34
+ C525624F1705ADAB00AC76A2 /* AFXMLRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C525620F1705ADAB00AC76A2 /* AFXMLRequestOperation.m */; };
35
+ C52562501705ADAB00AC76A2 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562111705ADAB00AC76A2 /* UIImageView+AFNetworking.m */; };
36
+ C52562511705ADAB00AC76A2 /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562141705ADAB00AC76A2 /* FMDatabase.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
37
+ C52562521705ADAB00AC76A2 /* FMDatabaseAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562161705ADAB00AC76A2 /* FMDatabaseAdditions.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
38
+ C52562531705ADAB00AC76A2 /* FMDatabasePool.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562181705ADAB00AC76A2 /* FMDatabasePool.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
39
+ C52562541705ADAB00AC76A2 /* FMDatabaseQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = C525621A1705ADAB00AC76A2 /* FMDatabaseQueue.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
40
+ C52562561705ADAB00AC76A2 /* FMResultSet.m in Sources */ = {isa = PBXBuildFile; fileRef = C525621D1705ADAB00AC76A2 /* FMResultSet.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
41
+ C52562581705ADAB00AC76A2 /* JSONKit.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562211705ADAB00AC76A2 /* JSONKit.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
42
+ C525625A1705ADAB00AC76A2 /* EGOCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562261705ADAB00AC76A2 /* EGOCache.m */; };
43
+ C525625C1705ADAB00AC76A2 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C525622A1705ADAB00AC76A2 /* DDAbstractDatabaseLogger.m */; };
44
+ C525625D1705ADAB00AC76A2 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C525622C1705ADAB00AC76A2 /* DDASLLogger.m */; };
45
+ C525625E1705ADAB00AC76A2 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C525622E1705ADAB00AC76A2 /* DDFileLogger.m */; };
46
+ C525625F1705ADAB00AC76A2 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562301705ADAB00AC76A2 /* DDLog.m */; };
47
+ C52562601705ADAB00AC76A2 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562321705ADAB00AC76A2 /* DDTTYLogger.m */; };
48
+ C52562611705ADAB00AC76A2 /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562351705ADAB00AC76A2 /* ContextFilterLogFormatter.m */; };
49
+ C52562621705ADAB00AC76A2 /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562371705ADAB00AC76A2 /* DispatchQueueLogFormatter.m */; };
50
+ C52562641705ADAB00AC76A2 /* Mixin.m in Sources */ = {isa = PBXBuildFile; fileRef = C525623B1705ADAB00AC76A2 /* Mixin.m */; };
51
+ C52562651705ADAB00AC76A2 /* Underscore+Functional.m in Sources */ = {isa = PBXBuildFile; fileRef = C525623E1705ADAB00AC76A2 /* Underscore+Functional.m */; };
52
+ C52562661705ADAB00AC76A2 /* Underscore.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562411705ADAB00AC76A2 /* Underscore.m */; };
53
+ C52562671705ADAB00AC76A2 /* USArrayWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562431705ADAB00AC76A2 /* USArrayWrapper.m */; };
54
+ C52562681705ADAB00AC76A2 /* USDictionaryWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = C52562461705ADAB00AC76A2 /* USDictionaryWrapper.m */; };
55
+ C525627F1705ADF000AC76A2 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562691705ADF000AC76A2 /* Accelerate.framework */; };
56
+ C52562801705ADF000AC76A2 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525626A1705ADF000AC76A2 /* AudioToolbox.framework */; };
57
+ C52562811705ADF000AC76A2 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525626B1705ADF000AC76A2 /* AVFoundation.framework */; };
58
+ C52562821705ADF000AC76A2 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525626C1705ADF000AC76A2 /* CFNetwork.framework */; };
59
+ C52562831705ADF000AC76A2 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525626D1705ADF000AC76A2 /* CoreImage.framework */; };
60
+ C52562841705ADF000AC76A2 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525626E1705ADF000AC76A2 /* CoreLocation.framework */; };
61
+ C52562851705ADF000AC76A2 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525626F1705ADF000AC76A2 /* CoreMotion.framework */; };
62
+ C52562861705ADF000AC76A2 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562701705ADF000AC76A2 /* CoreText.framework */; };
63
+ C52562871705ADF000AC76A2 /* GameKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562711705ADF000AC76A2 /* GameKit.framework */; };
64
+ C52562881705ADF000AC76A2 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562721705ADF000AC76A2 /* iAd.framework */; };
65
+ C52562891705ADF000AC76A2 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562731705ADF000AC76A2 /* ImageIO.framework */; };
66
+ C525628A1705ADF000AC76A2 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562741705ADF000AC76A2 /* MapKit.framework */; };
67
+ C525628B1705ADF000AC76A2 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562751705ADF000AC76A2 /* MediaPlayer.framework */; };
68
+ C525628C1705ADF000AC76A2 /* MediaToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562761705ADF000AC76A2 /* MediaToolbox.framework */; };
69
+ C525628D1705ADF000AC76A2 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562771705ADF000AC76A2 /* MessageUI.framework */; };
70
+ C525628E1705ADF000AC76A2 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562781705ADF000AC76A2 /* MobileCoreServices.framework */; };
71
+ C525628F1705ADF000AC76A2 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562791705ADF000AC76A2 /* OpenGLES.framework */; };
72
+ C52562901705ADF000AC76A2 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525627A1705ADF000AC76A2 /* QuartzCore.framework */; };
73
+ C52562911705ADF000AC76A2 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525627B1705ADF000AC76A2 /* Security.framework */; };
74
+ C52562921705ADF000AC76A2 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525627C1705ADF000AC76A2 /* Social.framework */; };
75
+ C52562931705ADF000AC76A2 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525627D1705ADF000AC76A2 /* StoreKit.framework */; };
76
+ C52562941705ADF000AC76A2 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C525627E1705ADF000AC76A2 /* SystemConfiguration.framework */; };
77
+ C52562981705AE2000AC76A2 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562951705AE2000AC76A2 /* libsqlite3.dylib */; };
78
+ C52562991705AE2000AC76A2 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562961705AE2000AC76A2 /* libxml2.dylib */; };
79
+ C525629A1705AE2000AC76A2 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C52562971705AE2000AC76A2 /* libz.dylib */; };
80
+ /* End PBXBuildFile section */
81
+
82
+ /* Begin PBXContainerItemProxy section */
83
+ C52561E81705AD5200AC76A2 /* PBXContainerItemProxy */ = {
84
+ isa = PBXContainerItemProxy;
85
+ containerPortal = C52561B51705AD5200AC76A2 /* Project object */;
86
+ proxyType = 1;
87
+ remoteGlobalIDString = C52561BC1705AD5200AC76A2;
88
+ remoteInfo = EiffelApplication;
89
+ };
90
+ /* End PBXContainerItemProxy section */
91
+
92
+ /* Begin PBXFileReference section */
93
+ C52561BD1705AD5200AC76A2 /* EiffelApplication.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EiffelApplication.app; sourceTree = BUILT_PRODUCTS_DIR; };
94
+ C52561C01705AD5200AC76A2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
95
+ C52561C21705AD5200AC76A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
96
+ C52561C41705AD5200AC76A2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
97
+ C52561C61705AD5200AC76A2 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
98
+ C52561CA1705AD5200AC76A2 /* EiffelApplication-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "EiffelApplication-Info.plist"; sourceTree = "<group>"; };
99
+ C52561CC1705AD5200AC76A2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
100
+ C52561CE1705AD5200AC76A2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
101
+ C52561D01705AD5200AC76A2 /* EiffelApplication-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "EiffelApplication-Prefix.pch"; sourceTree = "<group>"; };
102
+ C52561D11705AD5200AC76A2 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ../AppDelegate.h; sourceTree = "<group>"; };
103
+ C52561D21705AD5200AC76A2 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = ../AppDelegate.m; sourceTree = "<group>"; };
104
+ C52561D41705AD5200AC76A2 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
105
+ C52561D61705AD5200AC76A2 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
106
+ C52561D81705AD5200AC76A2 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
107
+ C52561DB1705AD5200AC76A2 /* EiffelApplication.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = EiffelApplication.xcdatamodel; sourceTree = "<group>"; };
108
+ C52561E21705AD5200AC76A2 /* EiffelApplicationTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EiffelApplicationTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
109
+ C52561E31705AD5200AC76A2 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
110
+ C52561EC1705AD5200AC76A2 /* EiffelApplicationTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "EiffelApplicationTests-Info.plist"; sourceTree = "<group>"; };
111
+ C52561EE1705AD5200AC76A2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
112
+ C52561F01705AD5200AC76A2 /* EiffelApplicationTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EiffelApplicationTests.h; sourceTree = "<group>"; };
113
+ C52561F11705AD5200AC76A2 /* EiffelApplicationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EiffelApplicationTests.m; sourceTree = "<group>"; };
114
+ C52561FF1705ADAB00AC76A2 /* AFHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPClient.h; sourceTree = "<group>"; };
115
+ C52562001705ADAB00AC76A2 /* AFHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPClient.m; sourceTree = "<group>"; };
116
+ C52562011705ADAB00AC76A2 /* AFHTTPRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPRequestOperation.h; sourceTree = "<group>"; };
117
+ C52562021705ADAB00AC76A2 /* AFHTTPRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPRequestOperation.m; sourceTree = "<group>"; };
118
+ C52562031705ADAB00AC76A2 /* AFImageRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFImageRequestOperation.h; sourceTree = "<group>"; };
119
+ C52562041705ADAB00AC76A2 /* AFImageRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFImageRequestOperation.m; sourceTree = "<group>"; };
120
+ C52562051705ADAB00AC76A2 /* AFJSONRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFJSONRequestOperation.h; sourceTree = "<group>"; };
121
+ C52562061705ADAB00AC76A2 /* AFJSONRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFJSONRequestOperation.m; sourceTree = "<group>"; };
122
+ C52562071705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworkActivityIndicatorManager.h; sourceTree = "<group>"; };
123
+ C52562081705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFNetworkActivityIndicatorManager.m; sourceTree = "<group>"; };
124
+ C52562091705ADAB00AC76A2 /* AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworking.h; sourceTree = "<group>"; };
125
+ C525620A1705ADAB00AC76A2 /* AFPropertyListRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFPropertyListRequestOperation.h; sourceTree = "<group>"; };
126
+ C525620B1705ADAB00AC76A2 /* AFPropertyListRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFPropertyListRequestOperation.m; sourceTree = "<group>"; };
127
+ C525620C1705ADAB00AC76A2 /* AFURLConnectionOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLConnectionOperation.h; sourceTree = "<group>"; };
128
+ C525620D1705ADAB00AC76A2 /* AFURLConnectionOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLConnectionOperation.m; sourceTree = "<group>"; };
129
+ C525620E1705ADAB00AC76A2 /* AFXMLRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFXMLRequestOperation.h; sourceTree = "<group>"; };
130
+ C525620F1705ADAB00AC76A2 /* AFXMLRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFXMLRequestOperation.m; sourceTree = "<group>"; };
131
+ C52562101705ADAB00AC76A2 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+AFNetworking.h"; sourceTree = "<group>"; };
132
+ C52562111705ADAB00AC76A2 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+AFNetworking.m"; sourceTree = "<group>"; };
133
+ C52562131705ADAB00AC76A2 /* FMDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabase.h; sourceTree = "<group>"; };
134
+ C52562141705ADAB00AC76A2 /* FMDatabase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabase.m; sourceTree = "<group>"; };
135
+ C52562151705ADAB00AC76A2 /* FMDatabaseAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabaseAdditions.h; sourceTree = "<group>"; };
136
+ C52562161705ADAB00AC76A2 /* FMDatabaseAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseAdditions.m; sourceTree = "<group>"; };
137
+ C52562171705ADAB00AC76A2 /* FMDatabasePool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabasePool.h; sourceTree = "<group>"; };
138
+ C52562181705ADAB00AC76A2 /* FMDatabasePool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabasePool.m; sourceTree = "<group>"; };
139
+ C52562191705ADAB00AC76A2 /* FMDatabaseQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabaseQueue.h; sourceTree = "<group>"; };
140
+ C525621A1705ADAB00AC76A2 /* FMDatabaseQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseQueue.m; sourceTree = "<group>"; };
141
+ C525621C1705ADAB00AC76A2 /* FMResultSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMResultSet.h; sourceTree = "<group>"; };
142
+ C525621D1705ADAB00AC76A2 /* FMResultSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMResultSet.m; sourceTree = "<group>"; };
143
+ C52562201705ADAB00AC76A2 /* JSONKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONKit.h; sourceTree = "<group>"; };
144
+ C52562211705ADAB00AC76A2 /* JSONKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONKit.m; sourceTree = "<group>"; };
145
+ C52562251705ADAB00AC76A2 /* EGOCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EGOCache.h; sourceTree = "<group>"; };
146
+ C52562261705ADAB00AC76A2 /* EGOCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EGOCache.m; sourceTree = "<group>"; };
147
+ C52562291705ADAB00AC76A2 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
148
+ C525622A1705ADAB00AC76A2 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
149
+ C525622B1705ADAB00AC76A2 /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDASLLogger.h; sourceTree = "<group>"; };
150
+ C525622C1705ADAB00AC76A2 /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDASLLogger.m; sourceTree = "<group>"; };
151
+ C525622D1705ADAB00AC76A2 /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDFileLogger.h; sourceTree = "<group>"; };
152
+ C525622E1705ADAB00AC76A2 /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDFileLogger.m; sourceTree = "<group>"; };
153
+ C525622F1705ADAB00AC76A2 /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDLog.h; sourceTree = "<group>"; };
154
+ C52562301705ADAB00AC76A2 /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDLog.m; sourceTree = "<group>"; };
155
+ C52562311705ADAB00AC76A2 /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDTTYLogger.h; sourceTree = "<group>"; };
156
+ C52562321705ADAB00AC76A2 /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDTTYLogger.m; sourceTree = "<group>"; };
157
+ C52562341705ADAB00AC76A2 /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = "<group>"; };
158
+ C52562351705ADAB00AC76A2 /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = "<group>"; };
159
+ C52562361705ADAB00AC76A2 /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = "<group>"; };
160
+ C52562371705ADAB00AC76A2 /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = "<group>"; };
161
+ C525623A1705ADAB00AC76A2 /* Mixin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Mixin.h; sourceTree = "<group>"; };
162
+ C525623B1705ADAB00AC76A2 /* Mixin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Mixin.m; sourceTree = "<group>"; };
163
+ C525623D1705ADAB00AC76A2 /* Underscore+Functional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Underscore+Functional.h"; sourceTree = "<group>"; };
164
+ C525623E1705ADAB00AC76A2 /* Underscore+Functional.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Underscore+Functional.m"; sourceTree = "<group>"; };
165
+ C525623F1705ADAB00AC76A2 /* Underscore-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Underscore-Prefix.pch"; sourceTree = "<group>"; };
166
+ C52562401705ADAB00AC76A2 /* Underscore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Underscore.h; sourceTree = "<group>"; };
167
+ C52562411705ADAB00AC76A2 /* Underscore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Underscore.m; sourceTree = "<group>"; };
168
+ C52562421705ADAB00AC76A2 /* USArrayWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = USArrayWrapper.h; sourceTree = "<group>"; };
169
+ C52562431705ADAB00AC76A2 /* USArrayWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = USArrayWrapper.m; sourceTree = "<group>"; };
170
+ C52562441705ADAB00AC76A2 /* USConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = USConstants.h; sourceTree = "<group>"; };
171
+ C52562451705ADAB00AC76A2 /* USDictionaryWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = USDictionaryWrapper.h; sourceTree = "<group>"; };
172
+ C52562461705ADAB00AC76A2 /* USDictionaryWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = USDictionaryWrapper.m; sourceTree = "<group>"; };
173
+ C52562691705ADF000AC76A2 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
174
+ C525626A1705ADF000AC76A2 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
175
+ C525626B1705ADF000AC76A2 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
176
+ C525626C1705ADF000AC76A2 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
177
+ C525626D1705ADF000AC76A2 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
178
+ C525626E1705ADF000AC76A2 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
179
+ C525626F1705ADF000AC76A2 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
180
+ C52562701705ADF000AC76A2 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
181
+ C52562711705ADF000AC76A2 /* GameKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameKit.framework; path = System/Library/Frameworks/GameKit.framework; sourceTree = SDKROOT; };
182
+ C52562721705ADF000AC76A2 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
183
+ C52562731705ADF000AC76A2 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
184
+ C52562741705ADF000AC76A2 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
185
+ C52562751705ADF000AC76A2 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
186
+ C52562761705ADF000AC76A2 /* MediaToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaToolbox.framework; path = System/Library/Frameworks/MediaToolbox.framework; sourceTree = SDKROOT; };
187
+ C52562771705ADF000AC76A2 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
188
+ C52562781705ADF000AC76A2 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
189
+ C52562791705ADF000AC76A2 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
190
+ C525627A1705ADF000AC76A2 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
191
+ C525627B1705ADF000AC76A2 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
192
+ C525627C1705ADF000AC76A2 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
193
+ C525627D1705ADF000AC76A2 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
194
+ C525627E1705ADF000AC76A2 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
195
+ C52562951705AE2000AC76A2 /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
196
+ C52562961705AE2000AC76A2 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
197
+ C52562971705AE2000AC76A2 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
198
+ /* End PBXFileReference section */
199
+
200
+ /* Begin PBXFrameworksBuildPhase section */
201
+ C52561BA1705AD5200AC76A2 /* Frameworks */ = {
202
+ isa = PBXFrameworksBuildPhase;
203
+ buildActionMask = 2147483647;
204
+ files = (
205
+ C52562981705AE2000AC76A2 /* libsqlite3.dylib in Frameworks */,
206
+ C52562991705AE2000AC76A2 /* libxml2.dylib in Frameworks */,
207
+ C525629A1705AE2000AC76A2 /* libz.dylib in Frameworks */,
208
+ C525627F1705ADF000AC76A2 /* Accelerate.framework in Frameworks */,
209
+ C52562801705ADF000AC76A2 /* AudioToolbox.framework in Frameworks */,
210
+ C52562811705ADF000AC76A2 /* AVFoundation.framework in Frameworks */,
211
+ C52562821705ADF000AC76A2 /* CFNetwork.framework in Frameworks */,
212
+ C52562831705ADF000AC76A2 /* CoreImage.framework in Frameworks */,
213
+ C52562841705ADF000AC76A2 /* CoreLocation.framework in Frameworks */,
214
+ C52562851705ADF000AC76A2 /* CoreMotion.framework in Frameworks */,
215
+ C52562861705ADF000AC76A2 /* CoreText.framework in Frameworks */,
216
+ C52562871705ADF000AC76A2 /* GameKit.framework in Frameworks */,
217
+ C52562881705ADF000AC76A2 /* iAd.framework in Frameworks */,
218
+ C52562891705ADF000AC76A2 /* ImageIO.framework in Frameworks */,
219
+ C525628A1705ADF000AC76A2 /* MapKit.framework in Frameworks */,
220
+ C525628B1705ADF000AC76A2 /* MediaPlayer.framework in Frameworks */,
221
+ C525628C1705ADF000AC76A2 /* MediaToolbox.framework in Frameworks */,
222
+ C525628D1705ADF000AC76A2 /* MessageUI.framework in Frameworks */,
223
+ C525628E1705ADF000AC76A2 /* MobileCoreServices.framework in Frameworks */,
224
+ C525628F1705ADF000AC76A2 /* OpenGLES.framework in Frameworks */,
225
+ C52562901705ADF000AC76A2 /* QuartzCore.framework in Frameworks */,
226
+ C52562911705ADF000AC76A2 /* Security.framework in Frameworks */,
227
+ C52562921705ADF000AC76A2 /* Social.framework in Frameworks */,
228
+ C52562931705ADF000AC76A2 /* StoreKit.framework in Frameworks */,
229
+ C52562941705ADF000AC76A2 /* SystemConfiguration.framework in Frameworks */,
230
+ C52561C11705AD5200AC76A2 /* UIKit.framework in Frameworks */,
231
+ C52561C31705AD5200AC76A2 /* Foundation.framework in Frameworks */,
232
+ C52561C51705AD5200AC76A2 /* CoreGraphics.framework in Frameworks */,
233
+ C52561C71705AD5200AC76A2 /* CoreData.framework in Frameworks */,
234
+ );
235
+ runOnlyForDeploymentPostprocessing = 0;
236
+ };
237
+ C52561DE1705AD5200AC76A2 /* Frameworks */ = {
238
+ isa = PBXFrameworksBuildPhase;
239
+ buildActionMask = 2147483647;
240
+ files = (
241
+ C52561E41705AD5200AC76A2 /* SenTestingKit.framework in Frameworks */,
242
+ C52561E51705AD5200AC76A2 /* UIKit.framework in Frameworks */,
243
+ C52561E61705AD5200AC76A2 /* Foundation.framework in Frameworks */,
244
+ C52561E71705AD5200AC76A2 /* CoreData.framework in Frameworks */,
245
+ );
246
+ runOnlyForDeploymentPostprocessing = 0;
247
+ };
248
+ /* End PBXFrameworksBuildPhase section */
249
+
250
+ /* Begin PBXGroup section */
251
+ C52561B41705AD5200AC76A2 = {
252
+ isa = PBXGroup;
253
+ children = (
254
+ C52561C81705AD5200AC76A2 /* EiffelApplication */,
255
+ C52561EA1705AD5200AC76A2 /* EiffelApplicationTests */,
256
+ C52561BF1705AD5200AC76A2 /* Frameworks */,
257
+ C52561BE1705AD5200AC76A2 /* Products */,
258
+ );
259
+ sourceTree = "<group>";
260
+ };
261
+ C52561BE1705AD5200AC76A2 /* Products */ = {
262
+ isa = PBXGroup;
263
+ children = (
264
+ C52561BD1705AD5200AC76A2 /* EiffelApplication.app */,
265
+ C52561E21705AD5200AC76A2 /* EiffelApplicationTests.octest */,
266
+ );
267
+ name = Products;
268
+ sourceTree = "<group>";
269
+ };
270
+ C52561BF1705AD5200AC76A2 /* Frameworks */ = {
271
+ isa = PBXGroup;
272
+ children = (
273
+ C52562951705AE2000AC76A2 /* libsqlite3.dylib */,
274
+ C52562961705AE2000AC76A2 /* libxml2.dylib */,
275
+ C52562971705AE2000AC76A2 /* libz.dylib */,
276
+ C52562691705ADF000AC76A2 /* Accelerate.framework */,
277
+ C525626A1705ADF000AC76A2 /* AudioToolbox.framework */,
278
+ C525626B1705ADF000AC76A2 /* AVFoundation.framework */,
279
+ C525626C1705ADF000AC76A2 /* CFNetwork.framework */,
280
+ C525626D1705ADF000AC76A2 /* CoreImage.framework */,
281
+ C525626E1705ADF000AC76A2 /* CoreLocation.framework */,
282
+ C525626F1705ADF000AC76A2 /* CoreMotion.framework */,
283
+ C52562701705ADF000AC76A2 /* CoreText.framework */,
284
+ C52562711705ADF000AC76A2 /* GameKit.framework */,
285
+ C52562721705ADF000AC76A2 /* iAd.framework */,
286
+ C52562731705ADF000AC76A2 /* ImageIO.framework */,
287
+ C52562741705ADF000AC76A2 /* MapKit.framework */,
288
+ C52562751705ADF000AC76A2 /* MediaPlayer.framework */,
289
+ C52562761705ADF000AC76A2 /* MediaToolbox.framework */,
290
+ C52562771705ADF000AC76A2 /* MessageUI.framework */,
291
+ C52562781705ADF000AC76A2 /* MobileCoreServices.framework */,
292
+ C52562791705ADF000AC76A2 /* OpenGLES.framework */,
293
+ C525627A1705ADF000AC76A2 /* QuartzCore.framework */,
294
+ C525627B1705ADF000AC76A2 /* Security.framework */,
295
+ C525627C1705ADF000AC76A2 /* Social.framework */,
296
+ C525627D1705ADF000AC76A2 /* StoreKit.framework */,
297
+ C525627E1705ADF000AC76A2 /* SystemConfiguration.framework */,
298
+ C52561C01705AD5200AC76A2 /* UIKit.framework */,
299
+ C52561C21705AD5200AC76A2 /* Foundation.framework */,
300
+ C52561C41705AD5200AC76A2 /* CoreGraphics.framework */,
301
+ C52561C61705AD5200AC76A2 /* CoreData.framework */,
302
+ C52561E31705AD5200AC76A2 /* SenTestingKit.framework */,
303
+ );
304
+ name = Frameworks;
305
+ sourceTree = "<group>";
306
+ };
307
+ C52561C81705AD5200AC76A2 /* EiffelApplication */ = {
308
+ isa = PBXGroup;
309
+ children = (
310
+ C52561FB1705ADAB00AC76A2 /* app */,
311
+ C52561FC1705ADAB00AC76A2 /* libs */,
312
+ C52562471705ADAB00AC76A2 /* resources */,
313
+ C52561DA1705AD5200AC76A2 /* EiffelApplication.xcdatamodeld */,
314
+ C52561C91705AD5200AC76A2 /* Supporting Files */,
315
+ );
316
+ path = EiffelApplication;
317
+ sourceTree = "<group>";
318
+ };
319
+ C52561C91705AD5200AC76A2 /* Supporting Files */ = {
320
+ isa = PBXGroup;
321
+ children = (
322
+ C52561CA1705AD5200AC76A2 /* EiffelApplication-Info.plist */,
323
+ C52561CB1705AD5200AC76A2 /* InfoPlist.strings */,
324
+ C52561CE1705AD5200AC76A2 /* main.m */,
325
+ C52561D01705AD5200AC76A2 /* EiffelApplication-Prefix.pch */,
326
+ C52561D41705AD5200AC76A2 /* Default.png */,
327
+ C52561D61705AD5200AC76A2 /* Default@2x.png */,
328
+ C52561D81705AD5200AC76A2 /* Default-568h@2x.png */,
329
+ );
330
+ name = "Supporting Files";
331
+ sourceTree = "<group>";
332
+ };
333
+ C52561EA1705AD5200AC76A2 /* EiffelApplicationTests */ = {
334
+ isa = PBXGroup;
335
+ children = (
336
+ C52561F01705AD5200AC76A2 /* EiffelApplicationTests.h */,
337
+ C52561F11705AD5200AC76A2 /* EiffelApplicationTests.m */,
338
+ C52561EB1705AD5200AC76A2 /* Supporting Files */,
339
+ );
340
+ path = EiffelApplicationTests;
341
+ sourceTree = "<group>";
342
+ };
343
+ C52561EB1705AD5200AC76A2 /* Supporting Files */ = {
344
+ isa = PBXGroup;
345
+ children = (
346
+ C52561EC1705AD5200AC76A2 /* EiffelApplicationTests-Info.plist */,
347
+ C52561ED1705AD5200AC76A2 /* InfoPlist.strings */,
348
+ );
349
+ name = "Supporting Files";
350
+ sourceTree = "<group>";
351
+ };
352
+ C52561FB1705ADAB00AC76A2 /* app */ = {
353
+ isa = PBXGroup;
354
+ children = (
355
+ C52561D11705AD5200AC76A2 /* AppDelegate.h */,
356
+ C52561D21705AD5200AC76A2 /* AppDelegate.m */,
357
+ );
358
+ path = app;
359
+ sourceTree = "<group>";
360
+ };
361
+ C52561FC1705ADAB00AC76A2 /* libs */ = {
362
+ isa = PBXGroup;
363
+ children = (
364
+ C52561FD1705ADAB00AC76A2 /* frameworks */,
365
+ C52562231705ADAB00AC76A2 /* toolkit */,
366
+ );
367
+ path = libs;
368
+ sourceTree = "<group>";
369
+ };
370
+ C52561FD1705ADAB00AC76A2 /* frameworks */ = {
371
+ isa = PBXGroup;
372
+ children = (
373
+ C52561FE1705ADAB00AC76A2 /* AFNetworking */,
374
+ C52562121705ADAB00AC76A2 /* fmdb */,
375
+ C525621E1705ADAB00AC76A2 /* JSONKit */,
376
+ );
377
+ path = frameworks;
378
+ sourceTree = "<group>";
379
+ };
380
+ C52561FE1705ADAB00AC76A2 /* AFNetworking */ = {
381
+ isa = PBXGroup;
382
+ children = (
383
+ C52561FF1705ADAB00AC76A2 /* AFHTTPClient.h */,
384
+ C52562001705ADAB00AC76A2 /* AFHTTPClient.m */,
385
+ C52562011705ADAB00AC76A2 /* AFHTTPRequestOperation.h */,
386
+ C52562021705ADAB00AC76A2 /* AFHTTPRequestOperation.m */,
387
+ C52562031705ADAB00AC76A2 /* AFImageRequestOperation.h */,
388
+ C52562041705ADAB00AC76A2 /* AFImageRequestOperation.m */,
389
+ C52562051705ADAB00AC76A2 /* AFJSONRequestOperation.h */,
390
+ C52562061705ADAB00AC76A2 /* AFJSONRequestOperation.m */,
391
+ C52562071705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.h */,
392
+ C52562081705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.m */,
393
+ C52562091705ADAB00AC76A2 /* AFNetworking.h */,
394
+ C525620A1705ADAB00AC76A2 /* AFPropertyListRequestOperation.h */,
395
+ C525620B1705ADAB00AC76A2 /* AFPropertyListRequestOperation.m */,
396
+ C525620C1705ADAB00AC76A2 /* AFURLConnectionOperation.h */,
397
+ C525620D1705ADAB00AC76A2 /* AFURLConnectionOperation.m */,
398
+ C525620E1705ADAB00AC76A2 /* AFXMLRequestOperation.h */,
399
+ C525620F1705ADAB00AC76A2 /* AFXMLRequestOperation.m */,
400
+ C52562101705ADAB00AC76A2 /* UIImageView+AFNetworking.h */,
401
+ C52562111705ADAB00AC76A2 /* UIImageView+AFNetworking.m */,
402
+ );
403
+ path = AFNetworking;
404
+ sourceTree = "<group>";
405
+ };
406
+ C52562121705ADAB00AC76A2 /* fmdb */ = {
407
+ isa = PBXGroup;
408
+ children = (
409
+ C52562131705ADAB00AC76A2 /* FMDatabase.h */,
410
+ C52562141705ADAB00AC76A2 /* FMDatabase.m */,
411
+ C52562151705ADAB00AC76A2 /* FMDatabaseAdditions.h */,
412
+ C52562161705ADAB00AC76A2 /* FMDatabaseAdditions.m */,
413
+ C52562171705ADAB00AC76A2 /* FMDatabasePool.h */,
414
+ C52562181705ADAB00AC76A2 /* FMDatabasePool.m */,
415
+ C52562191705ADAB00AC76A2 /* FMDatabaseQueue.h */,
416
+ C525621A1705ADAB00AC76A2 /* FMDatabaseQueue.m */,
417
+ C525621C1705ADAB00AC76A2 /* FMResultSet.h */,
418
+ C525621D1705ADAB00AC76A2 /* FMResultSet.m */,
419
+ );
420
+ path = fmdb;
421
+ sourceTree = "<group>";
422
+ };
423
+ C525621E1705ADAB00AC76A2 /* JSONKit */ = {
424
+ isa = PBXGroup;
425
+ children = (
426
+ C52562201705ADAB00AC76A2 /* JSONKit.h */,
427
+ C52562211705ADAB00AC76A2 /* JSONKit.m */,
428
+ );
429
+ path = JSONKit;
430
+ sourceTree = "<group>";
431
+ };
432
+ C52562231705ADAB00AC76A2 /* toolkit */ = {
433
+ isa = PBXGroup;
434
+ children = (
435
+ C52562241705ADAB00AC76A2 /* EGOCache */,
436
+ C52562281705ADAB00AC76A2 /* Lumberjack */,
437
+ C52562391705ADAB00AC76A2 /* ObjectiveMixin */,
438
+ C525623C1705ADAB00AC76A2 /* Underscore */,
439
+ );
440
+ path = toolkit;
441
+ sourceTree = "<group>";
442
+ };
443
+ C52562241705ADAB00AC76A2 /* EGOCache */ = {
444
+ isa = PBXGroup;
445
+ children = (
446
+ C52562251705ADAB00AC76A2 /* EGOCache.h */,
447
+ C52562261705ADAB00AC76A2 /* EGOCache.m */,
448
+ );
449
+ path = EGOCache;
450
+ sourceTree = "<group>";
451
+ };
452
+ C52562281705ADAB00AC76A2 /* Lumberjack */ = {
453
+ isa = PBXGroup;
454
+ children = (
455
+ C52562291705ADAB00AC76A2 /* DDAbstractDatabaseLogger.h */,
456
+ C525622A1705ADAB00AC76A2 /* DDAbstractDatabaseLogger.m */,
457
+ C525622B1705ADAB00AC76A2 /* DDASLLogger.h */,
458
+ C525622C1705ADAB00AC76A2 /* DDASLLogger.m */,
459
+ C525622D1705ADAB00AC76A2 /* DDFileLogger.h */,
460
+ C525622E1705ADAB00AC76A2 /* DDFileLogger.m */,
461
+ C525622F1705ADAB00AC76A2 /* DDLog.h */,
462
+ C52562301705ADAB00AC76A2 /* DDLog.m */,
463
+ C52562311705ADAB00AC76A2 /* DDTTYLogger.h */,
464
+ C52562321705ADAB00AC76A2 /* DDTTYLogger.m */,
465
+ C52562331705ADAB00AC76A2 /* Extensions */,
466
+ );
467
+ path = Lumberjack;
468
+ sourceTree = "<group>";
469
+ };
470
+ C52562331705ADAB00AC76A2 /* Extensions */ = {
471
+ isa = PBXGroup;
472
+ children = (
473
+ C52562341705ADAB00AC76A2 /* ContextFilterLogFormatter.h */,
474
+ C52562351705ADAB00AC76A2 /* ContextFilterLogFormatter.m */,
475
+ C52562361705ADAB00AC76A2 /* DispatchQueueLogFormatter.h */,
476
+ C52562371705ADAB00AC76A2 /* DispatchQueueLogFormatter.m */,
477
+ );
478
+ path = Extensions;
479
+ sourceTree = "<group>";
480
+ };
481
+ C52562391705ADAB00AC76A2 /* ObjectiveMixin */ = {
482
+ isa = PBXGroup;
483
+ children = (
484
+ C525623A1705ADAB00AC76A2 /* Mixin.h */,
485
+ C525623B1705ADAB00AC76A2 /* Mixin.m */,
486
+ );
487
+ path = ObjectiveMixin;
488
+ sourceTree = "<group>";
489
+ };
490
+ C525623C1705ADAB00AC76A2 /* Underscore */ = {
491
+ isa = PBXGroup;
492
+ children = (
493
+ C525623D1705ADAB00AC76A2 /* Underscore+Functional.h */,
494
+ C525623E1705ADAB00AC76A2 /* Underscore+Functional.m */,
495
+ C525623F1705ADAB00AC76A2 /* Underscore-Prefix.pch */,
496
+ C52562401705ADAB00AC76A2 /* Underscore.h */,
497
+ C52562411705ADAB00AC76A2 /* Underscore.m */,
498
+ C52562421705ADAB00AC76A2 /* USArrayWrapper.h */,
499
+ C52562431705ADAB00AC76A2 /* USArrayWrapper.m */,
500
+ C52562441705ADAB00AC76A2 /* USConstants.h */,
501
+ C52562451705ADAB00AC76A2 /* USDictionaryWrapper.h */,
502
+ C52562461705ADAB00AC76A2 /* USDictionaryWrapper.m */,
503
+ );
504
+ path = Underscore;
505
+ sourceTree = "<group>";
506
+ };
507
+ C52562471705ADAB00AC76A2 /* resources */ = {
508
+ isa = PBXGroup;
509
+ children = (
510
+ );
511
+ path = resources;
512
+ sourceTree = "<group>";
513
+ };
514
+ /* End PBXGroup section */
515
+
516
+ /* Begin PBXNativeTarget section */
517
+ C52561BC1705AD5200AC76A2 /* EiffelApplication */ = {
518
+ isa = PBXNativeTarget;
519
+ buildConfigurationList = C52561F51705AD5200AC76A2 /* Build configuration list for PBXNativeTarget "EiffelApplication" */;
520
+ buildPhases = (
521
+ C52561B91705AD5200AC76A2 /* Sources */,
522
+ C52561BA1705AD5200AC76A2 /* Frameworks */,
523
+ C52561BB1705AD5200AC76A2 /* Resources */,
524
+ );
525
+ buildRules = (
526
+ );
527
+ dependencies = (
528
+ );
529
+ name = EiffelApplication;
530
+ productName = EiffelApplication;
531
+ productReference = C52561BD1705AD5200AC76A2 /* EiffelApplication.app */;
532
+ productType = "com.apple.product-type.application";
533
+ };
534
+ C52561E11705AD5200AC76A2 /* EiffelApplicationTests */ = {
535
+ isa = PBXNativeTarget;
536
+ buildConfigurationList = C52561F81705AD5200AC76A2 /* Build configuration list for PBXNativeTarget "EiffelApplicationTests" */;
537
+ buildPhases = (
538
+ C52561DD1705AD5200AC76A2 /* Sources */,
539
+ C52561DE1705AD5200AC76A2 /* Frameworks */,
540
+ C52561DF1705AD5200AC76A2 /* Resources */,
541
+ C52561E01705AD5200AC76A2 /* ShellScript */,
542
+ );
543
+ buildRules = (
544
+ );
545
+ dependencies = (
546
+ C52561E91705AD5200AC76A2 /* PBXTargetDependency */,
547
+ );
548
+ name = EiffelApplicationTests;
549
+ productName = EiffelApplicationTests;
550
+ productReference = C52561E21705AD5200AC76A2 /* EiffelApplicationTests.octest */;
551
+ productType = "com.apple.product-type.bundle";
552
+ };
553
+ /* End PBXNativeTarget section */
554
+
555
+ /* Begin PBXProject section */
556
+ C52561B51705AD5200AC76A2 /* Project object */ = {
557
+ isa = PBXProject;
558
+ attributes = {
559
+ LastUpgradeCheck = 0460;
560
+ ORGANIZATIONNAME = likenote;
561
+ };
562
+ buildConfigurationList = C52561B81705AD5200AC76A2 /* Build configuration list for PBXProject "EiffelApplication" */;
563
+ compatibilityVersion = "Xcode 3.2";
564
+ developmentRegion = English;
565
+ hasScannedForEncodings = 0;
566
+ knownRegions = (
567
+ en,
568
+ );
569
+ mainGroup = C52561B41705AD5200AC76A2;
570
+ productRefGroup = C52561BE1705AD5200AC76A2 /* Products */;
571
+ projectDirPath = "";
572
+ projectRoot = "";
573
+ targets = (
574
+ C52561BC1705AD5200AC76A2 /* EiffelApplication */,
575
+ C52561E11705AD5200AC76A2 /* EiffelApplicationTests */,
576
+ );
577
+ };
578
+ /* End PBXProject section */
579
+
580
+ /* Begin PBXResourcesBuildPhase section */
581
+ C52561BB1705AD5200AC76A2 /* Resources */ = {
582
+ isa = PBXResourcesBuildPhase;
583
+ buildActionMask = 2147483647;
584
+ files = (
585
+ C52561CD1705AD5200AC76A2 /* InfoPlist.strings in Resources */,
586
+ C52561D51705AD5200AC76A2 /* Default.png in Resources */,
587
+ C52561D71705AD5200AC76A2 /* Default@2x.png in Resources */,
588
+ C52561D91705AD5200AC76A2 /* Default-568h@2x.png in Resources */,
589
+ );
590
+ runOnlyForDeploymentPostprocessing = 0;
591
+ };
592
+ C52561DF1705AD5200AC76A2 /* Resources */ = {
593
+ isa = PBXResourcesBuildPhase;
594
+ buildActionMask = 2147483647;
595
+ files = (
596
+ C52561EF1705AD5200AC76A2 /* InfoPlist.strings in Resources */,
597
+ );
598
+ runOnlyForDeploymentPostprocessing = 0;
599
+ };
600
+ /* End PBXResourcesBuildPhase section */
601
+
602
+ /* Begin PBXShellScriptBuildPhase section */
603
+ C52561E01705AD5200AC76A2 /* ShellScript */ = {
604
+ isa = PBXShellScriptBuildPhase;
605
+ buildActionMask = 2147483647;
606
+ files = (
607
+ );
608
+ inputPaths = (
609
+ );
610
+ outputPaths = (
611
+ );
612
+ runOnlyForDeploymentPostprocessing = 0;
613
+ shellPath = /bin/sh;
614
+ shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
615
+ };
616
+ /* End PBXShellScriptBuildPhase section */
617
+
618
+ /* Begin PBXSourcesBuildPhase section */
619
+ C52561B91705AD5200AC76A2 /* Sources */ = {
620
+ isa = PBXSourcesBuildPhase;
621
+ buildActionMask = 2147483647;
622
+ files = (
623
+ C52561CF1705AD5200AC76A2 /* main.m in Sources */,
624
+ C52561D31705AD5200AC76A2 /* AppDelegate.m in Sources */,
625
+ C52561DC1705AD5200AC76A2 /* EiffelApplication.xcdatamodeld in Sources */,
626
+ C52562481705ADAB00AC76A2 /* AFHTTPClient.m in Sources */,
627
+ C52562491705ADAB00AC76A2 /* AFHTTPRequestOperation.m in Sources */,
628
+ C525624A1705ADAB00AC76A2 /* AFImageRequestOperation.m in Sources */,
629
+ C525624B1705ADAB00AC76A2 /* AFJSONRequestOperation.m in Sources */,
630
+ C525624C1705ADAB00AC76A2 /* AFNetworkActivityIndicatorManager.m in Sources */,
631
+ C525624D1705ADAB00AC76A2 /* AFPropertyListRequestOperation.m in Sources */,
632
+ C525624E1705ADAB00AC76A2 /* AFURLConnectionOperation.m in Sources */,
633
+ C525624F1705ADAB00AC76A2 /* AFXMLRequestOperation.m in Sources */,
634
+ C52562501705ADAB00AC76A2 /* UIImageView+AFNetworking.m in Sources */,
635
+ C52562511705ADAB00AC76A2 /* FMDatabase.m in Sources */,
636
+ C52562521705ADAB00AC76A2 /* FMDatabaseAdditions.m in Sources */,
637
+ C52562531705ADAB00AC76A2 /* FMDatabasePool.m in Sources */,
638
+ C52562541705ADAB00AC76A2 /* FMDatabaseQueue.m in Sources */,
639
+ C52562561705ADAB00AC76A2 /* FMResultSet.m in Sources */,
640
+ C52562581705ADAB00AC76A2 /* JSONKit.m in Sources */,
641
+ C525625A1705ADAB00AC76A2 /* EGOCache.m in Sources */,
642
+ C525625C1705ADAB00AC76A2 /* DDAbstractDatabaseLogger.m in Sources */,
643
+ C525625D1705ADAB00AC76A2 /* DDASLLogger.m in Sources */,
644
+ C525625E1705ADAB00AC76A2 /* DDFileLogger.m in Sources */,
645
+ C525625F1705ADAB00AC76A2 /* DDLog.m in Sources */,
646
+ C52562601705ADAB00AC76A2 /* DDTTYLogger.m in Sources */,
647
+ C52562611705ADAB00AC76A2 /* ContextFilterLogFormatter.m in Sources */,
648
+ C52562621705ADAB00AC76A2 /* DispatchQueueLogFormatter.m in Sources */,
649
+ C52562641705ADAB00AC76A2 /* Mixin.m in Sources */,
650
+ C52562651705ADAB00AC76A2 /* Underscore+Functional.m in Sources */,
651
+ C52562661705ADAB00AC76A2 /* Underscore.m in Sources */,
652
+ C52562671705ADAB00AC76A2 /* USArrayWrapper.m in Sources */,
653
+ C52562681705ADAB00AC76A2 /* USDictionaryWrapper.m in Sources */,
654
+ );
655
+ runOnlyForDeploymentPostprocessing = 0;
656
+ };
657
+ C52561DD1705AD5200AC76A2 /* Sources */ = {
658
+ isa = PBXSourcesBuildPhase;
659
+ buildActionMask = 2147483647;
660
+ files = (
661
+ C52561F21705AD5200AC76A2 /* EiffelApplicationTests.m in Sources */,
662
+ );
663
+ runOnlyForDeploymentPostprocessing = 0;
664
+ };
665
+ /* End PBXSourcesBuildPhase section */
666
+
667
+ /* Begin PBXTargetDependency section */
668
+ C52561E91705AD5200AC76A2 /* PBXTargetDependency */ = {
669
+ isa = PBXTargetDependency;
670
+ target = C52561BC1705AD5200AC76A2 /* EiffelApplication */;
671
+ targetProxy = C52561E81705AD5200AC76A2 /* PBXContainerItemProxy */;
672
+ };
673
+ /* End PBXTargetDependency section */
674
+
675
+ /* Begin PBXVariantGroup section */
676
+ C52561CB1705AD5200AC76A2 /* InfoPlist.strings */ = {
677
+ isa = PBXVariantGroup;
678
+ children = (
679
+ C52561CC1705AD5200AC76A2 /* en */,
680
+ );
681
+ name = InfoPlist.strings;
682
+ sourceTree = "<group>";
683
+ };
684
+ C52561ED1705AD5200AC76A2 /* InfoPlist.strings */ = {
685
+ isa = PBXVariantGroup;
686
+ children = (
687
+ C52561EE1705AD5200AC76A2 /* en */,
688
+ );
689
+ name = InfoPlist.strings;
690
+ sourceTree = "<group>";
691
+ };
692
+ /* End PBXVariantGroup section */
693
+
694
+ /* Begin XCBuildConfiguration section */
695
+ C52561F31705AD5200AC76A2 /* Debug */ = {
696
+ isa = XCBuildConfiguration;
697
+ buildSettings = {
698
+ ALWAYS_SEARCH_USER_PATHS = NO;
699
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
700
+ CLANG_CXX_LIBRARY = "libc++";
701
+ CLANG_ENABLE_OBJC_ARC = YES;
702
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
703
+ CLANG_WARN_EMPTY_BODY = YES;
704
+ CLANG_WARN_ENUM_CONVERSION = YES;
705
+ CLANG_WARN_INT_CONVERSION = YES;
706
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
707
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
708
+ COPY_PHASE_STRIP = NO;
709
+ GCC_C_LANGUAGE_STANDARD = gnu99;
710
+ GCC_DYNAMIC_NO_PIC = NO;
711
+ GCC_OPTIMIZATION_LEVEL = 0;
712
+ GCC_PREPROCESSOR_DEFINITIONS = (
713
+ "DEBUG=1",
714
+ "$(inherited)",
715
+ );
716
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
717
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
718
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
719
+ GCC_WARN_UNUSED_VARIABLE = YES;
720
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
721
+ ONLY_ACTIVE_ARCH = YES;
722
+ SDKROOT = iphoneos;
723
+ TARGETED_DEVICE_FAMILY = "1,2";
724
+ };
725
+ name = Debug;
726
+ };
727
+ C52561F41705AD5200AC76A2 /* Release */ = {
728
+ isa = XCBuildConfiguration;
729
+ buildSettings = {
730
+ ALWAYS_SEARCH_USER_PATHS = NO;
731
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
732
+ CLANG_CXX_LIBRARY = "libc++";
733
+ CLANG_ENABLE_OBJC_ARC = YES;
734
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
735
+ CLANG_WARN_EMPTY_BODY = YES;
736
+ CLANG_WARN_ENUM_CONVERSION = YES;
737
+ CLANG_WARN_INT_CONVERSION = YES;
738
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
739
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
740
+ COPY_PHASE_STRIP = YES;
741
+ GCC_C_LANGUAGE_STANDARD = gnu99;
742
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
743
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
744
+ GCC_WARN_UNUSED_VARIABLE = YES;
745
+ IPHONEOS_DEPLOYMENT_TARGET = 6.1;
746
+ OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
747
+ SDKROOT = iphoneos;
748
+ TARGETED_DEVICE_FAMILY = "1,2";
749
+ VALIDATE_PRODUCT = YES;
750
+ };
751
+ name = Release;
752
+ };
753
+ C52561F61705AD5200AC76A2 /* Debug */ = {
754
+ isa = XCBuildConfiguration;
755
+ buildSettings = {
756
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
757
+ GCC_PREFIX_HEADER = "EiffelApplication/EiffelApplication-Prefix.pch";
758
+ INFOPLIST_FILE = "EiffelApplication/EiffelApplication-Info.plist";
759
+ IPHONEOS_DEPLOYMENT_TARGET = 6.0;
760
+ PRODUCT_NAME = "$(TARGET_NAME)";
761
+ WRAPPER_EXTENSION = app;
762
+ };
763
+ name = Debug;
764
+ };
765
+ C52561F71705AD5200AC76A2 /* Release */ = {
766
+ isa = XCBuildConfiguration;
767
+ buildSettings = {
768
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
769
+ GCC_PREFIX_HEADER = "EiffelApplication/EiffelApplication-Prefix.pch";
770
+ INFOPLIST_FILE = "EiffelApplication/EiffelApplication-Info.plist";
771
+ IPHONEOS_DEPLOYMENT_TARGET = 6.0;
772
+ PRODUCT_NAME = "$(TARGET_NAME)";
773
+ WRAPPER_EXTENSION = app;
774
+ };
775
+ name = Release;
776
+ };
777
+ C52561F91705AD5200AC76A2 /* Debug */ = {
778
+ isa = XCBuildConfiguration;
779
+ buildSettings = {
780
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/EiffelApplication.app/EiffelApplication";
781
+ FRAMEWORK_SEARCH_PATHS = (
782
+ "\"$(SDKROOT)/Developer/Library/Frameworks\"",
783
+ "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
784
+ );
785
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
786
+ GCC_PREFIX_HEADER = "EiffelApplication/EiffelApplication-Prefix.pch";
787
+ INFOPLIST_FILE = "EiffelApplicationTests/EiffelApplicationTests-Info.plist";
788
+ PRODUCT_NAME = "$(TARGET_NAME)";
789
+ TEST_HOST = "$(BUNDLE_LOADER)";
790
+ WRAPPER_EXTENSION = octest;
791
+ };
792
+ name = Debug;
793
+ };
794
+ C52561FA1705AD5200AC76A2 /* Release */ = {
795
+ isa = XCBuildConfiguration;
796
+ buildSettings = {
797
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/EiffelApplication.app/EiffelApplication";
798
+ FRAMEWORK_SEARCH_PATHS = (
799
+ "\"$(SDKROOT)/Developer/Library/Frameworks\"",
800
+ "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
801
+ );
802
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
803
+ GCC_PREFIX_HEADER = "EiffelApplication/EiffelApplication-Prefix.pch";
804
+ INFOPLIST_FILE = "EiffelApplicationTests/EiffelApplicationTests-Info.plist";
805
+ PRODUCT_NAME = "$(TARGET_NAME)";
806
+ TEST_HOST = "$(BUNDLE_LOADER)";
807
+ WRAPPER_EXTENSION = octest;
808
+ };
809
+ name = Release;
810
+ };
811
+ /* End XCBuildConfiguration section */
812
+
813
+ /* Begin XCConfigurationList section */
814
+ C52561B81705AD5200AC76A2 /* Build configuration list for PBXProject "EiffelApplication" */ = {
815
+ isa = XCConfigurationList;
816
+ buildConfigurations = (
817
+ C52561F31705AD5200AC76A2 /* Debug */,
818
+ C52561F41705AD5200AC76A2 /* Release */,
819
+ );
820
+ defaultConfigurationIsVisible = 0;
821
+ defaultConfigurationName = Release;
822
+ };
823
+ C52561F51705AD5200AC76A2 /* Build configuration list for PBXNativeTarget "EiffelApplication" */ = {
824
+ isa = XCConfigurationList;
825
+ buildConfigurations = (
826
+ C52561F61705AD5200AC76A2 /* Debug */,
827
+ C52561F71705AD5200AC76A2 /* Release */,
828
+ );
829
+ defaultConfigurationIsVisible = 0;
830
+ };
831
+ C52561F81705AD5200AC76A2 /* Build configuration list for PBXNativeTarget "EiffelApplicationTests" */ = {
832
+ isa = XCConfigurationList;
833
+ buildConfigurations = (
834
+ C52561F91705AD5200AC76A2 /* Debug */,
835
+ C52561FA1705AD5200AC76A2 /* Release */,
836
+ );
837
+ defaultConfigurationIsVisible = 0;
838
+ };
839
+ /* End XCConfigurationList section */
840
+
841
+ /* Begin XCVersionGroup section */
842
+ C52561DA1705AD5200AC76A2 /* EiffelApplication.xcdatamodeld */ = {
843
+ isa = XCVersionGroup;
844
+ children = (
845
+ C52561DB1705AD5200AC76A2 /* EiffelApplication.xcdatamodel */,
846
+ );
847
+ currentVersion = C52561DB1705AD5200AC76A2 /* EiffelApplication.xcdatamodel */;
848
+ path = EiffelApplication.xcdatamodeld;
849
+ sourceTree = "<group>";
850
+ versionGroupType = wrapper.xcdatamodel;
851
+ };
852
+ /* End XCVersionGroup section */
853
+ };
854
+ rootObject = C52561B51705AD5200AC76A2 /* Project object */;
855
+ }