|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 264102131B6477E600CEF7D1 /* AllCurrencyTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264102121B6477E600CEF7D1 /* AllCurrencyTableViewController.swift */; };
|
11 | 11 | 26660CB11B68FA9F00E223F3 /* AllCurrencyTableViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26660CB01B68FA9F00E223F3 /* AllCurrencyTableViewDelegate.swift */; };
|
| 12 | + 26660CB31B69274000E223F3 /* DownloadCurrencyDataFromYahooFinanceAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26660CB21B69274000E223F3 /* DownloadCurrencyDataFromYahooFinanceAPI.swift */; }; |
12 | 13 | 26E14DF61B5F221600213750 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E14DF51B5F221600213750 /* AppDelegate.swift */; };
|
13 | 14 | 26E14DFB1B5F221600213750 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 26E14DF91B5F221600213750 /* Main.storyboard */; };
|
14 | 15 | 26E14DFD1B5F221600213750 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 26E14DFC1B5F221600213750 /* Images.xcassets */; };
|
15 | 16 | 26E14E001B5F221600213750 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 26E14DFE1B5F221600213750 /* LaunchScreen.xib */; };
|
16 | 17 | 26E14E0C1B5F221600213750 /* CurrencyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E14E0B1B5F221600213750 /* CurrencyTests.swift */; };
|
17 | 18 | 26E14E161B5F2DD300213750 /* CurrencyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E14E151B5F2DD300213750 /* CurrencyItem.swift */; };
|
18 | 19 | 26E14E181B5FEA9100213750 /* mainTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E14E171B5FEA9100213750 /* mainTableViewController.swift */; };
|
| 20 | + 9156124514F3580D837EC7D7 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C56DB86DDB1A5585EFE551DE /* libPods.a */; }; |
19 | 21 | /* End PBXBuildFile section */
|
20 | 22 |
|
21 | 23 | /* Begin PBXContainerItemProxy section */
|
|
31 | 33 | /* Begin PBXFileReference section */
|
32 | 34 | 264102121B6477E600CEF7D1 /* AllCurrencyTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AllCurrencyTableViewController.swift; sourceTree = "<group>"; };
|
33 | 35 | 26660CB01B68FA9F00E223F3 /* AllCurrencyTableViewDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AllCurrencyTableViewDelegate.swift; sourceTree = "<group>"; };
|
| 36 | + 26660CB21B69274000E223F3 /* DownloadCurrencyDataFromYahooFinanceAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadCurrencyDataFromYahooFinanceAPI.swift; sourceTree = "<group>"; }; |
34 | 37 | 26E14DF01B5F221600213750 /* Currency.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Currency.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
35 | 38 | 26E14DF41B5F221600213750 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
36 | 39 | 26E14DF51B5F221600213750 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
42 | 45 | 26E14E0B1B5F221600213750 /* CurrencyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyTests.swift; sourceTree = "<group>"; };
|
43 | 46 | 26E14E151B5F2DD300213750 /* CurrencyItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurrencyItem.swift; sourceTree = "<group>"; };
|
44 | 47 | 26E14E171B5FEA9100213750 /* mainTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = mainTableViewController.swift; sourceTree = "<group>"; };
|
| 48 | + AA542A2A22448BDBF282BA8C /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
| 49 | + B8F7B59ED2F3B5C7710D8D2F /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
| 50 | + C56DB86DDB1A5585EFE551DE /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
45 | 51 | /* End PBXFileReference section */
|
46 | 52 |
|
47 | 53 | /* Begin PBXFrameworksBuildPhase section */
|
48 | 54 | 26E14DED1B5F221600213750 /* Frameworks */ = {
|
49 | 55 | isa = PBXFrameworksBuildPhase;
|
50 | 56 | buildActionMask = 2147483647;
|
51 | 57 | files = (
|
| 58 | + 9156124514F3580D837EC7D7 /* libPods.a in Frameworks */, |
52 | 59 | );
|
53 | 60 | runOnlyForDeploymentPostprocessing = 0;
|
54 | 61 | };
|
|
62 | 69 | /* End PBXFrameworksBuildPhase section */
|
63 | 70 |
|
64 | 71 | /* Begin PBXGroup section */
|
| 72 | + 117F0BBF6A92A1DFD8955A9B /* Pods */ = { |
| 73 | + isa = PBXGroup; |
| 74 | + children = ( |
| 75 | + AA542A2A22448BDBF282BA8C /* Pods.debug.xcconfig */, |
| 76 | + B8F7B59ED2F3B5C7710D8D2F /* Pods.release.xcconfig */, |
| 77 | + ); |
| 78 | + name = Pods; |
| 79 | + sourceTree = "<group>"; |
| 80 | + }; |
65 | 81 | 26E14DE71B5F221600213750 = {
|
66 | 82 | isa = PBXGroup;
|
67 | 83 | children = (
|
68 | 84 | 26E14DF21B5F221600213750 /* Currency */,
|
69 | 85 | 26E14E081B5F221600213750 /* CurrencyTests */,
|
70 | 86 | 26E14DF11B5F221600213750 /* Products */,
|
| 87 | + 117F0BBF6A92A1DFD8955A9B /* Pods */, |
| 88 | + F81DE93CBA1EF80D476E166C /* Frameworks */, |
71 | 89 | );
|
72 | 90 | sourceTree = "<group>";
|
73 | 91 | };
|
|
85 | 103 | children = (
|
86 | 104 | 26E14DF51B5F221600213750 /* AppDelegate.swift */,
|
87 | 105 | 26E14E171B5FEA9100213750 /* mainTableViewController.swift */,
|
| 106 | + 26660CB21B69274000E223F3 /* DownloadCurrencyDataFromYahooFinanceAPI.swift */, |
88 | 107 | 26E14E151B5F2DD300213750 /* CurrencyItem.swift */,
|
89 | 108 | 26E14DF91B5F221600213750 /* Main.storyboard */,
|
90 | 109 | 264102121B6477E600CEF7D1 /* AllCurrencyTableViewController.swift */,
|
|
121 | 140 | name = "Supporting Files";
|
122 | 141 | sourceTree = "<group>";
|
123 | 142 | };
|
| 143 | + F81DE93CBA1EF80D476E166C /* Frameworks */ = { |
| 144 | + isa = PBXGroup; |
| 145 | + children = ( |
| 146 | + C56DB86DDB1A5585EFE551DE /* libPods.a */, |
| 147 | + ); |
| 148 | + name = Frameworks; |
| 149 | + sourceTree = "<group>"; |
| 150 | + }; |
124 | 151 | /* End PBXGroup section */
|
125 | 152 |
|
126 | 153 | /* Begin PBXNativeTarget section */
|
127 | 154 | 26E14DEF1B5F221600213750 /* Currency */ = {
|
128 | 155 | isa = PBXNativeTarget;
|
129 | 156 | buildConfigurationList = 26E14E0F1B5F221600213750 /* Build configuration list for PBXNativeTarget "Currency" */;
|
130 | 157 | buildPhases = (
|
| 158 | + 576D43FF1382AA0F4683CB91 /* Check Pods Manifest.lock */, |
131 | 159 | 26E14DEC1B5F221600213750 /* Sources */,
|
132 | 160 | 26E14DED1B5F221600213750 /* Frameworks */,
|
133 | 161 | 26E14DEE1B5F221600213750 /* Resources */,
|
| 162 | + E11CEA031E350ED586E29E10 /* Copy Pods Resources */, |
134 | 163 | );
|
135 | 164 | buildRules = (
|
136 | 165 | );
|
|
217 | 246 | };
|
218 | 247 | /* End PBXResourcesBuildPhase section */
|
219 | 248 |
|
| 249 | +/* Begin PBXShellScriptBuildPhase section */ |
| 250 | + 576D43FF1382AA0F4683CB91 /* Check Pods Manifest.lock */ = { |
| 251 | + isa = PBXShellScriptBuildPhase; |
| 252 | + buildActionMask = 2147483647; |
| 253 | + files = ( |
| 254 | + ); |
| 255 | + inputPaths = ( |
| 256 | + ); |
| 257 | + name = "Check Pods Manifest.lock"; |
| 258 | + outputPaths = ( |
| 259 | + ); |
| 260 | + runOnlyForDeploymentPostprocessing = 0; |
| 261 | + shellPath = /bin/sh; |
| 262 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 263 | + showEnvVarsInLog = 0; |
| 264 | + }; |
| 265 | + E11CEA031E350ED586E29E10 /* Copy Pods Resources */ = { |
| 266 | + isa = PBXShellScriptBuildPhase; |
| 267 | + buildActionMask = 2147483647; |
| 268 | + files = ( |
| 269 | + ); |
| 270 | + inputPaths = ( |
| 271 | + ); |
| 272 | + name = "Copy Pods Resources"; |
| 273 | + outputPaths = ( |
| 274 | + ); |
| 275 | + runOnlyForDeploymentPostprocessing = 0; |
| 276 | + shellPath = /bin/sh; |
| 277 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 278 | + showEnvVarsInLog = 0; |
| 279 | + }; |
| 280 | +/* End PBXShellScriptBuildPhase section */ |
| 281 | + |
220 | 282 | /* Begin PBXSourcesBuildPhase section */
|
221 | 283 | 26E14DEC1B5F221600213750 /* Sources */ = {
|
222 | 284 | isa = PBXSourcesBuildPhase;
|
|
225 | 287 | 26E14E181B5FEA9100213750 /* mainTableViewController.swift in Sources */,
|
226 | 288 | 26E14DF61B5F221600213750 /* AppDelegate.swift in Sources */,
|
227 | 289 | 264102131B6477E600CEF7D1 /* AllCurrencyTableViewController.swift in Sources */,
|
| 290 | + 26660CB31B69274000E223F3 /* DownloadCurrencyDataFromYahooFinanceAPI.swift in Sources */, |
228 | 291 | 26E14E161B5F2DD300213750 /* CurrencyItem.swift in Sources */,
|
229 | 292 | 26660CB11B68FA9F00E223F3 /* AllCurrencyTableViewDelegate.swift in Sources */,
|
230 | 293 | );
|
|
351 | 414 | };
|
352 | 415 | 26E14E101B5F221600213750 /* Debug */ = {
|
353 | 416 | isa = XCBuildConfiguration;
|
| 417 | + baseConfigurationReference = AA542A2A22448BDBF282BA8C /* Pods.debug.xcconfig */; |
354 | 418 | buildSettings = {
|
355 | 419 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
356 | 420 | INFOPLIST_FILE = Currency/Info.plist;
|
|
361 | 425 | };
|
362 | 426 | 26E14E111B5F221600213750 /* Release */ = {
|
363 | 427 | isa = XCBuildConfiguration;
|
| 428 | + baseConfigurationReference = B8F7B59ED2F3B5C7710D8D2F /* Pods.release.xcconfig */; |
364 | 429 | buildSettings = {
|
365 | 430 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
366 | 431 | INFOPLIST_FILE = Currency/Info.plist;
|
|
0 commit comments