|
15 | 15 | F57FB4AE15B1F25C006A04B0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FB4AD15B1F25C006A04B0 /* AppDelegate.m */; }; |
16 | 16 | F57FB4B115B1F25C006A04B0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FB4B015B1F25C006A04B0 /* ViewController.m */; }; |
17 | 17 | F57FB4B415B1F25C006A04B0 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4B215B1F25C006A04B0 /* ViewController.xib */; }; |
| 18 | + F57FB4BC15B1F9A9006A04B0 /* NSURL+BrowserChooser.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FB4BB15B1F9A9006A04B0 /* NSURL+BrowserChooser.m */; }; |
| 19 | + F57FB4C215B20483006A04B0 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4BE15B20483006A04B0 /* Icon-Small.png */; }; |
| 20 | + F57FB4C315B20483006A04B0 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4BF15B20483006A04B0 /* Icon-Small@2x.png */; }; |
| 21 | + F57FB4C415B20483006A04B0 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4C015B20483006A04B0 /* Icon.png */; }; |
| 22 | + F57FB4C515B20483006A04B0 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4C115B20483006A04B0 /* Icon@2x.png */; }; |
| 23 | + F57FB4C715B207CC006A04B0 /* MIT License.txt in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4C615B207CC006A04B0 /* MIT License.txt */; }; |
| 24 | + F57FB4C915B20958006A04B0 /* README.mdown in Resources */ = {isa = PBXBuildFile; fileRef = F57FB4C815B20958006A04B0 /* README.mdown */; }; |
18 | 25 | /* End PBXBuildFile section */ |
19 | 26 |
|
20 | 27 | /* Begin PBXFileReference section */ |
21 | 28 | F57FB49915B1F25A006A04B0 /* BrowserChooser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BrowserChooser.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 29 | F57FB49D15B1F25A006A04B0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
23 | 30 | F57FB49F15B1F25A006A04B0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
24 | 31 | F57FB4A115B1F25A006A04B0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
25 | | - F57FB4A515B1F25A006A04B0 /* BrowserChooser-Info.plist */ = {isa = PBXFileReference; path = "BrowserChooser-Info.plist"; sourceTree = "<group>"; }; |
| 32 | + F57FB4A515B1F25A006A04B0 /* BrowserChooser-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BrowserChooser-Info.plist"; sourceTree = "<group>"; }; |
26 | 33 | F57FB4A715B1F25B006A04B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
27 | 34 | F57FB4A915B1F25B006A04B0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
28 | | - F57FB4AB15B1F25B006A04B0 /* BrowserChooser-Prefix.pch */ = {isa = PBXFileReference; path = "BrowserChooser-Prefix.pch"; sourceTree = "<group>"; }; |
29 | | - F57FB4AC15B1F25B006A04B0 /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 35 | + F57FB4AB15B1F25B006A04B0 /* BrowserChooser-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BrowserChooser-Prefix.pch"; sourceTree = "<group>"; }; |
| 36 | + F57FB4AC15B1F25B006A04B0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
30 | 37 | F57FB4AD15B1F25C006A04B0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
31 | | - F57FB4AF15B1F25C006A04B0 /* ViewController.h */ = {isa = PBXFileReference; path = ViewController.h; sourceTree = "<group>"; }; |
| 38 | + F57FB4AF15B1F25C006A04B0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
32 | 39 | F57FB4B015B1F25C006A04B0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
33 | 40 | F57FB4B315B1F25C006A04B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; }; |
| 41 | + F57FB4BA15B1F9A9006A04B0 /* NSURL+BrowserChooser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSURL+BrowserChooser.h"; sourceTree = "<group>"; }; |
| 42 | + F57FB4BB15B1F9A9006A04B0 /* NSURL+BrowserChooser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURL+BrowserChooser.m"; sourceTree = "<group>"; }; |
| 43 | + F57FB4BE15B20483006A04B0 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; }; |
| 44 | + F57FB4BF15B20483006A04B0 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = "<group>"; }; |
| 45 | + F57FB4C015B20483006A04B0 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; |
| 46 | + F57FB4C115B20483006A04B0 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; }; |
| 47 | + F57FB4C615B207CC006A04B0 /* MIT License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MIT License.txt"; sourceTree = "<group>"; }; |
| 48 | + F57FB4C815B20958006A04B0 /* README.mdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.mdown; sourceTree = "<group>"; }; |
34 | 49 | /* End PBXFileReference section */ |
35 | 50 |
|
36 | 51 | /* Begin PBXFrameworksBuildPhase section */ |
|
50 | 65 | F57FB48E15B1F256006A04B0 = { |
51 | 66 | isa = PBXGroup; |
52 | 67 | children = ( |
| 68 | + F57FB4C815B20958006A04B0 /* README.mdown */, |
53 | 69 | F57FB4A315B1F25A006A04B0 /* BrowserChooser */, |
54 | 70 | F57FB49C15B1F25A006A04B0 /* Frameworks */, |
55 | 71 | F57FB49A15B1F25A006A04B0 /* Products */, |
|
79 | 95 | children = ( |
80 | 96 | F57FB4AC15B1F25B006A04B0 /* AppDelegate.h */, |
81 | 97 | F57FB4AD15B1F25C006A04B0 /* AppDelegate.m */, |
| 98 | + F57FB4BA15B1F9A9006A04B0 /* NSURL+BrowserChooser.h */, |
| 99 | + F57FB4BB15B1F9A9006A04B0 /* NSURL+BrowserChooser.m */, |
82 | 100 | F57FB4AF15B1F25C006A04B0 /* ViewController.h */, |
83 | 101 | F57FB4B015B1F25C006A04B0 /* ViewController.m */, |
84 | 102 | F57FB4B215B1F25C006A04B0 /* ViewController.xib */, |
| 103 | + F57FB4BD15B20483006A04B0 /* icons */, |
85 | 104 | F57FB4A415B1F25A006A04B0 /* Supporting Files */, |
86 | 105 | ); |
87 | 106 | path = BrowserChooser; |
|
94 | 113 | F57FB4A615B1F25B006A04B0 /* InfoPlist.strings */, |
95 | 114 | F57FB4A915B1F25B006A04B0 /* main.m */, |
96 | 115 | F57FB4AB15B1F25B006A04B0 /* BrowserChooser-Prefix.pch */, |
| 116 | + F57FB4C615B207CC006A04B0 /* MIT License.txt */, |
97 | 117 | ); |
98 | 118 | name = "Supporting Files"; |
99 | 119 | sourceTree = "<group>"; |
100 | 120 | }; |
| 121 | + F57FB4BD15B20483006A04B0 /* icons */ = { |
| 122 | + isa = PBXGroup; |
| 123 | + children = ( |
| 124 | + F57FB4BE15B20483006A04B0 /* Icon-Small.png */, |
| 125 | + F57FB4BF15B20483006A04B0 /* Icon-Small@2x.png */, |
| 126 | + F57FB4C015B20483006A04B0 /* Icon.png */, |
| 127 | + F57FB4C115B20483006A04B0 /* Icon@2x.png */, |
| 128 | + ); |
| 129 | + path = icons; |
| 130 | + sourceTree = "<group>"; |
| 131 | + }; |
101 | 132 | /* End PBXGroup section */ |
102 | 133 |
|
103 | 134 | /* Begin PBXNativeTarget section */ |
|
151 | 182 | files = ( |
152 | 183 | F57FB4A815B1F25B006A04B0 /* InfoPlist.strings in Resources */, |
153 | 184 | F57FB4B415B1F25C006A04B0 /* ViewController.xib in Resources */, |
| 185 | + F57FB4C215B20483006A04B0 /* Icon-Small.png in Resources */, |
| 186 | + F57FB4C315B20483006A04B0 /* Icon-Small@2x.png in Resources */, |
| 187 | + F57FB4C415B20483006A04B0 /* Icon.png in Resources */, |
| 188 | + F57FB4C515B20483006A04B0 /* Icon@2x.png in Resources */, |
| 189 | + F57FB4C715B207CC006A04B0 /* MIT License.txt in Resources */, |
| 190 | + F57FB4C915B20958006A04B0 /* README.mdown in Resources */, |
154 | 191 | ); |
155 | 192 | runOnlyForDeploymentPostprocessing = 0; |
156 | 193 | }; |
|
164 | 201 | F57FB4AA15B1F25B006A04B0 /* main.m in Sources */, |
165 | 202 | F57FB4AE15B1F25C006A04B0 /* AppDelegate.m in Sources */, |
166 | 203 | F57FB4B115B1F25C006A04B0 /* ViewController.m in Sources */, |
| 204 | + F57FB4BC15B1F9A9006A04B0 /* NSURL+BrowserChooser.m in Sources */, |
167 | 205 | ); |
168 | 206 | runOnlyForDeploymentPostprocessing = 0; |
169 | 207 | }; |
|
0 commit comments