|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 042852531E984B890081F742 /* NoPaddingButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 042852521E984B890081F742 /* NoPaddingButton.m */; };
|
| 11 | + 043814161EF7455800CC4706 /* JasonGlobalAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 043814151EF7455800CC4706 /* JasonGlobalAction.m */; }; |
| 12 | + 045C77E91F0278EA00F06598 /* loading.json in Resources */ = {isa = PBXBuildFile; fileRef = 045C77E81F0278EA00F06598 /* loading.json */; }; |
| 13 | + 045C77EB1F02791D00F06598 /* error.json in Resources */ = {isa = PBXBuildFile; fileRef = 045C77EA1F02791D00F06598 /* error.json */; }; |
| 14 | + 045C77F11F029BEC00F06598 /* parser.js in Resources */ = {isa = PBXBuildFile; fileRef = 045C77F01F029BEC00F06598 /* parser.js */; }; |
11 | 15 | 045E5F3D1E3661060088D5E6 /* JasonReturnAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 045E5F3C1E3661060088D5E6 /* JasonReturnAction.m */; };
|
12 |
| - 0489E5CF1E7B3EF40046FFA5 /* parser.js in Resources */ = {isa = PBXBuildFile; fileRef = 0489E5CE1E7B3EF40046FFA5 /* parser.js */; }; |
13 |
| - 04EEDCFE1E02F5180023114F /* demo.json in Resources */ = {isa = PBXBuildFile; fileRef = 04EEDCFC1E02F5180023114F /* demo.json */; }; |
14 |
| - 04EEDCFF1E02F5180023114F /* hello.json in Resources */ = {isa = PBXBuildFile; fileRef = 04EEDCFD1E02F5180023114F /* hello.json */; }; |
| 16 | + 04D947EB1F16ACF50063CC65 /* JASONResponseSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04D947EA1F16ACF50063CC65 /* JASONResponseSerializer.m */; }; |
15 | 17 | 5E09562D1DA33515007ADC78 /* JasonLabelComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E09562C1DA33514007ADC78 /* JasonLabelComponent.m */; };
|
16 | 18 | 5E0956301DA34D70007ADC78 /* JasonImageComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E09562F1DA34D6F007ADC78 /* JasonImageComponent.m */; };
|
17 | 19 | 5E0956331DA34EEA007ADC78 /* JasonButtonComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E0956321DA34EEA007ADC78 /* JasonButtonComponent.m */; };
|
|
78 | 80 | /* Begin PBXFileReference section */
|
79 | 81 | 042852511E984B890081F742 /* NoPaddingButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoPaddingButton.h; sourceTree = "<group>"; };
|
80 | 82 | 042852521E984B890081F742 /* NoPaddingButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NoPaddingButton.m; sourceTree = "<group>"; };
|
| 83 | + 043814141EF7455800CC4706 /* JasonGlobalAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JasonGlobalAction.h; sourceTree = "<group>"; }; |
| 84 | + 043814151EF7455800CC4706 /* JasonGlobalAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JasonGlobalAction.m; sourceTree = "<group>"; }; |
| 85 | + 045C77E81F0278EA00F06598 /* loading.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = loading.json; sourceTree = "<group>"; }; |
| 86 | + 045C77EA1F02791D00F06598 /* error.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = error.json; sourceTree = "<group>"; }; |
| 87 | + 045C77F01F029BEC00F06598 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = "<group>"; }; |
81 | 88 | 045E5F3B1E3661060088D5E6 /* JasonReturnAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JasonReturnAction.h; sourceTree = "<group>"; };
|
82 | 89 | 045E5F3C1E3661060088D5E6 /* JasonReturnAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JasonReturnAction.m; sourceTree = "<group>"; };
|
83 |
| - 0489E5CE1E7B3EF40046FFA5 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = "<group>"; }; |
84 |
| - 04EEDCFC1E02F5180023114F /* demo.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = demo.json; sourceTree = "<group>"; }; |
85 |
| - 04EEDCFD1E02F5180023114F /* hello.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = hello.json; sourceTree = "<group>"; }; |
| 90 | + 04D947E91F16ACF50063CC65 /* JASONResponseSerializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JASONResponseSerializer.h; sourceTree = "<group>"; }; |
| 91 | + 04D947EA1F16ACF50063CC65 /* JASONResponseSerializer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JASONResponseSerializer.m; sourceTree = "<group>"; }; |
86 | 92 | 1BD8E8486EE7AF4E4934685E /* Pods-Jasonette.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Jasonette.release.xcconfig"; path = "Pods/Target Support Files/Pods-Jasonette/Pods-Jasonette.release.xcconfig"; sourceTree = "<group>"; };
|
87 | 93 | 2F0FCC971E030AF932E421D4 /* Pods_Jasonette.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Jasonette.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
88 | 94 | 5E025B471DE017EB0016786A /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = "<group>"; };
|
|
217 | 223 | name = Pods;
|
218 | 224 | sourceTree = "<group>";
|
219 | 225 | };
|
| 226 | + 043814171EF7455E00CC4706 /* $global */ = { |
| 227 | + isa = PBXGroup; |
| 228 | + children = ( |
| 229 | + 043814141EF7455800CC4706 /* JasonGlobalAction.h */, |
| 230 | + 043814151EF7455800CC4706 /* JasonGlobalAction.m */, |
| 231 | + ); |
| 232 | + name = $global; |
| 233 | + sourceTree = "<group>"; |
| 234 | + }; |
220 | 235 | 045E5F3E1E36610B0088D5E6 /* $return */ = {
|
221 | 236 | isa = PBXGroup;
|
222 | 237 | children = (
|
|
347 | 362 | 045E5F3E1E36610B0088D5E6 /* $return */,
|
348 | 363 | 5E3177AB1D1F297400D87778 /* $timer */,
|
349 | 364 | 5E3177AA1D1F296300D87778 /* $util */,
|
| 365 | + 043814171EF7455E00CC4706 /* $global */, |
350 | 366 | );
|
351 | 367 | name = Action;
|
352 | 368 | sourceTree = "<group>";
|
|
404 | 420 | isa = PBXGroup;
|
405 | 421 | children = (
|
406 | 422 | 5E31769B1D1E411E00D87778 /* csv.js */,
|
407 |
| - 0489E5CE1E7B3EF40046FFA5 /* parser.js */, |
| 423 | + 045C77F01F029BEC00F06598 /* parser.js */, |
408 | 424 | 5E3176F41D1E411E00D87778 /* rss.js */,
|
409 | 425 | );
|
410 | 426 | name = Lib;
|
|
444 | 460 | children = (
|
445 | 461 | 5E3176D11D1E411E00D87778 /* JasonNetworkAction.h */,
|
446 | 462 | 5E3176D21D1E411E00D87778 /* JasonNetworkAction.m */,
|
| 463 | + 04D947E91F16ACF50063CC65 /* JASONResponseSerializer.h */, |
| 464 | + 04D947EA1F16ACF50063CC65 /* JASONResponseSerializer.m */, |
447 | 465 | );
|
448 | 466 | name = $network;
|
449 | 467 | sourceTree = "<group>";
|
|
506 | 524 | 5E3177AC1D1F2A8200D87778 /* file:// */ = {
|
507 | 525 | isa = PBXGroup;
|
508 | 526 | children = (
|
509 |
| - 04EEDCFC1E02F5180023114F /* demo.json */, |
510 |
| - 04EEDCFD1E02F5180023114F /* hello.json */, |
511 | 527 | 5E31777B1D1F199D00D87778 /* Images */,
|
| 528 | + 045C77E81F0278EA00F06598 /* loading.json */, |
| 529 | + 045C77EA1F02791D00F06598 /* error.json */, |
512 | 530 | );
|
513 | 531 | name = "file://";
|
514 | 532 | sourceTree = "<group>";
|
|
727 | 745 | 5E3177781D1E414C00D87778 /* Media.xcassets in Resources */,
|
728 | 746 | 5E3840751D3A3D2200D1C421 /* [email protected] in Resources */,
|
729 | 747 | 5E3177291D1E411F00D87778 /* csv.js in Resources */,
|
730 |
| - 04EEDCFE1E02F5180023114F /* demo.json in Resources */, |
731 | 748 | 5E31771E1D1E411F00D87778 /* JasonVerticalSectionItem.xib in Resources */,
|
732 | 749 | 5E31777A1D1E4A8E00D87778 /* settings.plist in Resources */,
|
733 |
| - 0489E5CF1E7B3EF40046FFA5 /* parser.js in Resources */, |
| 750 | + 045C77F11F029BEC00F06598 /* parser.js in Resources */, |
734 | 751 | 5E3177251D1E411F00D87778 /* JasonHorizontalSectionItem.xib in Resources */,
|
735 | 752 | 5E3177371D1E411F00D87778 /* icon-info.png in Resources */,
|
736 |
| - 04EEDCFF1E02F5180023114F /* hello.json in Resources */, |
737 | 753 | 5E3177531D1E411F00D87778 /* [email protected] in Resources */,
|
738 | 754 | 5E31773A1D1E411F00D87778 /* [email protected] in Resources */,
|
739 | 755 | 5E3177671D1E411F00D87778 /* rss.js in Resources */,
|
740 | 756 | 5E3177481D1E411F00D87778 /* LaunchScreen.storyboard in Resources */,
|
| 757 | + 045C77E91F0278EA00F06598 /* loading.json in Resources */, |
| 758 | + 045C77EB1F02791D00F06598 /* error.json in Resources */, |
741 | 759 | 5E3177361D1E411F00D87778 /* [email protected] in Resources */,
|
742 | 760 | 5E31775F1D1E411F00D87778 /* [email protected] in Resources */,
|
743 | 761 | 5E3177391D1E411F00D87778 /* icon-success.png in Resources */,
|
|
761 | 779 | );
|
762 | 780 | runOnlyForDeploymentPostprocessing = 0;
|
763 | 781 | shellPath = /bin/sh;
|
764 |
| - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 782 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
765 | 783 | showEnvVarsInLog = 0;
|
766 | 784 | };
|
767 | 785 | 4838282BA327C039BDB24767 /* [CP] Copy Pods Resources */ = {
|
|
833 | 851 | 5E0956421DA34F4D007ADC78 /* JasonSpaceComponent.m in Sources */,
|
834 | 852 | 5E3177701D1E411F00D87778 /* UIBarButtonItem+Badge.m in Sources */,
|
835 | 853 | 5E0956361DA34EFC007ADC78 /* JasonTextareaComponent.m in Sources */,
|
| 854 | + 043814161EF7455800CC4706 /* JasonGlobalAction.m in Sources */, |
836 | 855 | 5EF904361DD10F7000C8A94E /* JasonLogAction.m in Sources */,
|
837 | 856 | 5E3177A31D1F28C100D87778 /* JasonCacheAction.m in Sources */,
|
838 | 857 | 045E5F3D1E3661060088D5E6 /* JasonReturnAction.m in Sources */,
|
|
842 | 861 | 5E31774C1D1E411F00D87778 /* JasonMediaAction.m in Sources */,
|
843 | 862 | 5E3177241D1E411F00D87778 /* JasonHorizontalSectionItem.m in Sources */,
|
844 | 863 | 5E3177221D1E411F00D87778 /* JasonHorizontalSection.m in Sources */,
|
| 864 | + 04D947EB1F16ACF50063CC65 /* JASONResponseSerializer.m in Sources */, |
845 | 865 | 5E3177301D1E411F00D87778 /* JasonGeoAction.m in Sources */,
|
846 | 866 | 5E3177591D1E411F00D87778 /* JasonOauthAction.m in Sources */,
|
847 | 867 | );
|
|
0 commit comments