motion-hpple 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +52 -0
- data/README.md +1 -7
- data/Rakefile +16 -1
- data/lib/motion-hpple.rb +2 -4
- data/lib/motion-hpple/version.rb +1 -1
- data/motion-hpple.gemspec +1 -0
- data/vendor/Podfile.lock +11 -0
- data/vendor/{hpple → Pods/.build/Pods}/TFHpple.h +1 -1
- data/vendor/{hpple → Pods/.build/Pods}/TFHppleElement.h +7 -7
- data/vendor/Pods/.build/Pods/XPathQuery.h +10 -0
- data/vendor/Pods/.build/libPods.a +0 -0
- data/vendor/Pods/BuildHeaders/hpple/TFHpple.h +54 -0
- data/vendor/Pods/BuildHeaders/hpple/TFHppleElement.h +68 -0
- data/vendor/Pods/BuildHeaders/hpple/XPathQuery.h +10 -0
- data/vendor/Pods/Documentation/hpple/docset-installed.txt +4 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Info.plist +39 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHpple.html +470 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHppleElement.html +470 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/styles.css +584 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/stylesPrint.css +22 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/hierarchy.html +72 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/button_bar_background.png +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure.png +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure_open.png +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/library_background.png +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/title_background.png +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/index.html +135 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Nodes.xml +39 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens1.xml +125 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens2.xml +180 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.dsidx +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.mom +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.skidx +0 -0
- data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.toc +0 -0
- data/vendor/Pods/Documentation/hpple/html/Classes/TFHpple.html +470 -0
- data/vendor/Pods/Documentation/hpple/html/Classes/TFHppleElement.html +470 -0
- data/vendor/Pods/Documentation/hpple/html/css/styles.css +584 -0
- data/vendor/Pods/Documentation/hpple/html/css/stylesPrint.css +22 -0
- data/vendor/Pods/Documentation/hpple/html/hierarchy.html +72 -0
- data/vendor/Pods/Documentation/hpple/html/img/button_bar_background.png +0 -0
- data/vendor/Pods/Documentation/hpple/html/img/disclosure.png +0 -0
- data/vendor/Pods/Documentation/hpple/html/img/disclosure_open.png +0 -0
- data/vendor/Pods/Documentation/hpple/html/img/library_background.png +0 -0
- data/vendor/Pods/Documentation/hpple/html/img/title_background.png +0 -0
- data/vendor/Pods/Documentation/hpple/html/index.html +135 -0
- data/vendor/Pods/Headers/hpple/TFHpple.h +54 -0
- data/vendor/Pods/Headers/hpple/TFHppleElement.h +68 -0
- data/vendor/Pods/Headers/hpple/XPathQuery.h +10 -0
- data/vendor/Pods/Pods-Acknowledgements.markdown +29 -0
- data/vendor/Pods/Pods-Acknowledgements.plist +59 -0
- data/vendor/Pods/Pods-prefix.pch +3 -0
- data/vendor/Pods/Pods-resources.sh +19 -0
- data/vendor/Pods/Pods.bridgesupport +104 -0
- data/vendor/Pods/Pods.xcconfig +7 -0
- data/vendor/Pods/Pods.xcodeproj/project.pbxproj +633 -0
- data/vendor/Pods/PodsDummy_Pods.m +4 -0
- data/vendor/Pods/build-iPhoneSimulator/libPods.a +0 -0
- data/vendor/Pods/hpple/LICENSE.txt +22 -0
- data/vendor/Pods/hpple/README.markdown +50 -0
- data/vendor/Pods/hpple/TFHpple.h +54 -0
- data/vendor/Pods/hpple/TFHpple.m +102 -0
- data/vendor/Pods/hpple/TFHppleElement.h +68 -0
- data/vendor/Pods/hpple/TFHppleElement.m +114 -0
- data/vendor/Pods/hpple/XPathQuery.h +10 -0
- data/vendor/Pods/hpple/XPathQuery.m +197 -0
- metadata +86 -8
- data/vendor/hpple/hpple.bridgesupport +0 -78
- data/vendor/hpple/libHpple.a +0 -0
@@ -0,0 +1,19 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
|
3
|
+
install_resource()
|
4
|
+
{
|
5
|
+
case $1 in
|
6
|
+
*.storyboard)
|
7
|
+
echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
|
8
|
+
ibtool --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
|
9
|
+
;;
|
10
|
+
*.xib)
|
11
|
+
echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
|
12
|
+
ibtool --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
|
13
|
+
;;
|
14
|
+
*)
|
15
|
+
echo "cp -R ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
16
|
+
cp -R "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
17
|
+
;;
|
18
|
+
esac
|
19
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
<?xml version='1.0'?>
|
2
|
+
<signatures version='1.0'>
|
3
|
+
<function name='PerformHTMLXPathQuery'>
|
4
|
+
<arg declared_type='NSData*' type='@' name='document'/>
|
5
|
+
<arg declared_type='NSString*' type='@' name='query'/>
|
6
|
+
<retval declared_type='NSArray*' type='@'/>
|
7
|
+
</function>
|
8
|
+
<function name='PerformXMLXPathQuery'>
|
9
|
+
<arg declared_type='NSData*' type='@' name='document'/>
|
10
|
+
<arg declared_type='NSString*' type='@' name='query'/>
|
11
|
+
<retval declared_type='NSArray*' type='@'/>
|
12
|
+
</function>
|
13
|
+
<class name='TFHpple'>
|
14
|
+
<method selector='data'>
|
15
|
+
<retval declared_type='NSData*' type='@'/>
|
16
|
+
</method>
|
17
|
+
<method selector='hppleWithData:isXML:' class_method='true'>
|
18
|
+
<arg declared_type='NSData*' type='@' index='0' name='theData'/>
|
19
|
+
<arg declared_type='BOOL' type='B' index='1' name='isDataXML'/>
|
20
|
+
<retval declared_type='TFHpple*' type='@'/>
|
21
|
+
</method>
|
22
|
+
<method selector='hppleWithHTMLData:' class_method='true'>
|
23
|
+
<arg declared_type='NSData*' type='@' index='0' name='theData'/>
|
24
|
+
<retval declared_type='TFHpple*' type='@'/>
|
25
|
+
</method>
|
26
|
+
<method selector='hppleWithXMLData:' class_method='true'>
|
27
|
+
<arg declared_type='NSData*' type='@' index='0' name='theData'/>
|
28
|
+
<retval declared_type='TFHpple*' type='@'/>
|
29
|
+
</method>
|
30
|
+
<method selector='initWithData:isXML:'>
|
31
|
+
<arg declared_type='NSData*' type='@' index='0' name='theData'/>
|
32
|
+
<arg declared_type='BOOL' type='B' index='1' name='isDataXML'/>
|
33
|
+
<retval declared_type='id' type='@'/>
|
34
|
+
</method>
|
35
|
+
<method selector='initWithHTMLData:'>
|
36
|
+
<arg declared_type='NSData*' type='@' index='0' name='theData'/>
|
37
|
+
<retval declared_type='id' type='@'/>
|
38
|
+
</method>
|
39
|
+
<method selector='initWithXMLData:'>
|
40
|
+
<arg declared_type='NSData*' type='@' index='0' name='theData'/>
|
41
|
+
<retval declared_type='id' type='@'/>
|
42
|
+
</method>
|
43
|
+
<method selector='peekAtSearchWithXPathQuery:'>
|
44
|
+
<arg declared_type='NSString*' type='@' index='0' name='xPathOrCSS'/>
|
45
|
+
<retval declared_type='TFHppleElement*' type='@'/>
|
46
|
+
</method>
|
47
|
+
<method selector='searchWithXPathQuery:'>
|
48
|
+
<arg declared_type='NSString*' type='@' index='0' name='xPathOrCSS'/>
|
49
|
+
<retval declared_type='NSArray*' type='@'/>
|
50
|
+
</method>
|
51
|
+
<method selector='setData:'>
|
52
|
+
<arg declared_type='NSData*' type='@' index='0' name='data'/>
|
53
|
+
<retval declared_type='void' type='v'/>
|
54
|
+
</method>
|
55
|
+
</class>
|
56
|
+
<class name='TFHppleElement'>
|
57
|
+
<method selector='attributes'>
|
58
|
+
<retval declared_type='NSDictionary*' type='@'/>
|
59
|
+
</method>
|
60
|
+
<method selector='children'>
|
61
|
+
<retval declared_type='NSArray*' type='@'/>
|
62
|
+
</method>
|
63
|
+
<method selector='content'>
|
64
|
+
<retval declared_type='NSString*' type='@'/>
|
65
|
+
</method>
|
66
|
+
<method selector='firstChild'>
|
67
|
+
<retval declared_type='TFHppleElement*' type='@'/>
|
68
|
+
</method>
|
69
|
+
<method selector='hppleElementWithNode:' class_method='true'>
|
70
|
+
<arg declared_type='NSDictionary*' type='@' index='0' name='theNode'/>
|
71
|
+
<retval declared_type='TFHppleElement*' type='@'/>
|
72
|
+
</method>
|
73
|
+
<method selector='initWithNode:'>
|
74
|
+
<arg declared_type='NSDictionary*' type='@' index='0' name='theNode'/>
|
75
|
+
<retval declared_type='id' type='@'/>
|
76
|
+
</method>
|
77
|
+
<method selector='objectForKey:'>
|
78
|
+
<arg declared_type='NSString*' type='@' index='0' name='theKey'/>
|
79
|
+
<retval declared_type='NSString*' type='@'/>
|
80
|
+
</method>
|
81
|
+
<method selector='parent'>
|
82
|
+
<retval declared_type='TFHppleElement*' type='@'/>
|
83
|
+
</method>
|
84
|
+
<method selector='setAttributes:'>
|
85
|
+
<arg declared_type='NSDictionary*' type='@' index='0' name='attributes'/>
|
86
|
+
<retval declared_type='void' type='v'/>
|
87
|
+
</method>
|
88
|
+
<method selector='setChildren:'>
|
89
|
+
<arg declared_type='NSArray*' type='@' index='0' name='children'/>
|
90
|
+
<retval declared_type='void' type='v'/>
|
91
|
+
</method>
|
92
|
+
<method selector='setFirstChild:'>
|
93
|
+
<arg declared_type='TFHppleElement*' type='@' index='0' name='firstChild'/>
|
94
|
+
<retval declared_type='void' type='v'/>
|
95
|
+
</method>
|
96
|
+
<method selector='setParent:'>
|
97
|
+
<arg declared_type='TFHppleElement*' type='@' index='0' name='parent'/>
|
98
|
+
<retval declared_type='void' type='v'/>
|
99
|
+
</method>
|
100
|
+
<method selector='tagName'>
|
101
|
+
<retval declared_type='NSString*' type='@'/>
|
102
|
+
</method>
|
103
|
+
</class>
|
104
|
+
</signatures>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
PODS_ROOT = ${SRCROOT}/Pods
|
2
|
+
PODS_HEADERS_SEARCH_PATHS = ${PODS_PUBLIC_HEADERS_SEARCH_PATHS}
|
3
|
+
ALWAYS_SEARCH_USER_PATHS = YES
|
4
|
+
OTHER_LDFLAGS = -ObjC -lxml2
|
5
|
+
HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2 ${PODS_HEADERS_SEARCH_PATHS}
|
6
|
+
PODS_BUILD_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/hpple"
|
7
|
+
PODS_PUBLIC_HEADERS_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/hpple"
|
@@ -0,0 +1,633 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>archiveVersion</key>
|
6
|
+
<string>1</string>
|
7
|
+
<key>classes</key>
|
8
|
+
<dict/>
|
9
|
+
<key>objectVersion</key>
|
10
|
+
<string>46</string>
|
11
|
+
<key>objects</key>
|
12
|
+
<dict>
|
13
|
+
<key>0F4721575DEE48AC8D0EBE10</key>
|
14
|
+
<dict>
|
15
|
+
<key>fileRef</key>
|
16
|
+
<string>C436D2CA631849D7BDF02A31</string>
|
17
|
+
<key>isa</key>
|
18
|
+
<string>PBXBuildFile</string>
|
19
|
+
</dict>
|
20
|
+
<key>174C8DB7DF3B4DFC80FA0EF6</key>
|
21
|
+
<dict>
|
22
|
+
<key>children</key>
|
23
|
+
<array>
|
24
|
+
<string>3D637AE5E88449608DF564CA</string>
|
25
|
+
<string>616ED39D10574791BB2B6EBC</string>
|
26
|
+
<string>7473D353CE7A461493C225BC</string>
|
27
|
+
<string>67EC049511EB4BF2813CDD13</string>
|
28
|
+
<string>A4C5A88FFA934CD7BF8891A0</string>
|
29
|
+
<string>5703BAE6ED52481F972CB7EF</string>
|
30
|
+
</array>
|
31
|
+
<key>isa</key>
|
32
|
+
<string>PBXGroup</string>
|
33
|
+
<key>name</key>
|
34
|
+
<string>hpple</string>
|
35
|
+
<key>sourceTree</key>
|
36
|
+
<string><group></string>
|
37
|
+
</dict>
|
38
|
+
<key>184BD753380C4A31A33A3F09</key>
|
39
|
+
<dict>
|
40
|
+
<key>fileRef</key>
|
41
|
+
<string>616ED39D10574791BB2B6EBC</string>
|
42
|
+
<key>isa</key>
|
43
|
+
<string>PBXBuildFile</string>
|
44
|
+
<key>settings</key>
|
45
|
+
<dict>
|
46
|
+
<key>COMPILER_FLAGS</key>
|
47
|
+
<string>-fobjc-arc</string>
|
48
|
+
</dict>
|
49
|
+
</dict>
|
50
|
+
<key>1AADE66F5B304B76AD5A5713</key>
|
51
|
+
<dict>
|
52
|
+
<key>children</key>
|
53
|
+
<array>
|
54
|
+
<string>6D2664F5EA2447E9BD7AE9A7</string>
|
55
|
+
</array>
|
56
|
+
<key>isa</key>
|
57
|
+
<string>PBXGroup</string>
|
58
|
+
<key>name</key>
|
59
|
+
<string>Products</string>
|
60
|
+
<key>sourceTree</key>
|
61
|
+
<string><group></string>
|
62
|
+
</dict>
|
63
|
+
<key>273DE02CC79C4DB88F2BEE00</key>
|
64
|
+
<dict>
|
65
|
+
<key>buildConfigurations</key>
|
66
|
+
<array>
|
67
|
+
<string>41FD128A0B2D4EB2BEFC3B1E</string>
|
68
|
+
<string>BE126D2057254182A07F3929</string>
|
69
|
+
</array>
|
70
|
+
<key>defaultConfigurationIsVisible</key>
|
71
|
+
<string>0</string>
|
72
|
+
<key>defaultConfigurationName</key>
|
73
|
+
<string>Release</string>
|
74
|
+
<key>isa</key>
|
75
|
+
<string>XCConfigurationList</string>
|
76
|
+
</dict>
|
77
|
+
<key>362F5008F916480A87BEBEC9</key>
|
78
|
+
<dict>
|
79
|
+
<key>attributes</key>
|
80
|
+
<dict>
|
81
|
+
<key>LastUpgradeCheck</key>
|
82
|
+
<string>0450</string>
|
83
|
+
</dict>
|
84
|
+
<key>buildConfigurationList</key>
|
85
|
+
<string>273DE02CC79C4DB88F2BEE00</string>
|
86
|
+
<key>compatibilityVersion</key>
|
87
|
+
<string>Xcode 3.2</string>
|
88
|
+
<key>developmentRegion</key>
|
89
|
+
<string>English</string>
|
90
|
+
<key>hasScannedForEncodings</key>
|
91
|
+
<string>0</string>
|
92
|
+
<key>isa</key>
|
93
|
+
<string>PBXProject</string>
|
94
|
+
<key>knownRegions</key>
|
95
|
+
<array>
|
96
|
+
<string>en</string>
|
97
|
+
</array>
|
98
|
+
<key>mainGroup</key>
|
99
|
+
<string>9C2D2F18B7D642E3B54FED48</string>
|
100
|
+
<key>productRefGroup</key>
|
101
|
+
<string>1AADE66F5B304B76AD5A5713</string>
|
102
|
+
<key>projectDirPath</key>
|
103
|
+
<string></string>
|
104
|
+
<key>projectRoot</key>
|
105
|
+
<string></string>
|
106
|
+
<key>targets</key>
|
107
|
+
<array>
|
108
|
+
<string>8D7427300D564D89B84CA479</string>
|
109
|
+
</array>
|
110
|
+
</dict>
|
111
|
+
<key>3CDACD33DE6145A5B15E406C</key>
|
112
|
+
<dict>
|
113
|
+
<key>children</key>
|
114
|
+
<array>
|
115
|
+
<string>C436D2CA631849D7BDF02A31</string>
|
116
|
+
</array>
|
117
|
+
<key>isa</key>
|
118
|
+
<string>PBXGroup</string>
|
119
|
+
<key>name</key>
|
120
|
+
<string>Frameworks</string>
|
121
|
+
<key>sourceTree</key>
|
122
|
+
<string><group></string>
|
123
|
+
</dict>
|
124
|
+
<key>3D637AE5E88449608DF564CA</key>
|
125
|
+
<dict>
|
126
|
+
<key>includeInIndex</key>
|
127
|
+
<string>1</string>
|
128
|
+
<key>isa</key>
|
129
|
+
<string>PBXFileReference</string>
|
130
|
+
<key>name</key>
|
131
|
+
<string>TFHpple.h</string>
|
132
|
+
<key>path</key>
|
133
|
+
<string>hpple/TFHpple.h</string>
|
134
|
+
<key>sourceTree</key>
|
135
|
+
<string>SOURCE_ROOT</string>
|
136
|
+
</dict>
|
137
|
+
<key>3FC351FF22BA498FA9678FA8</key>
|
138
|
+
<dict>
|
139
|
+
<key>buildActionMask</key>
|
140
|
+
<string>2147483647</string>
|
141
|
+
<key>files</key>
|
142
|
+
<array>
|
143
|
+
<string>0F4721575DEE48AC8D0EBE10</string>
|
144
|
+
</array>
|
145
|
+
<key>isa</key>
|
146
|
+
<string>PBXFrameworksBuildPhase</string>
|
147
|
+
<key>runOnlyForDeploymentPostprocessing</key>
|
148
|
+
<string>0</string>
|
149
|
+
</dict>
|
150
|
+
<key>41FD128A0B2D4EB2BEFC3B1E</key>
|
151
|
+
<dict>
|
152
|
+
<key>buildSettings</key>
|
153
|
+
<dict/>
|
154
|
+
<key>isa</key>
|
155
|
+
<string>XCBuildConfiguration</string>
|
156
|
+
<key>name</key>
|
157
|
+
<string>Debug</string>
|
158
|
+
</dict>
|
159
|
+
<key>4F53AF790E194CC78442946E</key>
|
160
|
+
<dict>
|
161
|
+
<key>fileRef</key>
|
162
|
+
<string>A5E2E677790B4853BBF4FE7D</string>
|
163
|
+
<key>isa</key>
|
164
|
+
<string>PBXBuildFile</string>
|
165
|
+
</dict>
|
166
|
+
<key>5703BAE6ED52481F972CB7EF</key>
|
167
|
+
<dict>
|
168
|
+
<key>includeInIndex</key>
|
169
|
+
<string>1</string>
|
170
|
+
<key>isa</key>
|
171
|
+
<string>PBXFileReference</string>
|
172
|
+
<key>name</key>
|
173
|
+
<string>XPathQuery.m</string>
|
174
|
+
<key>path</key>
|
175
|
+
<string>hpple/XPathQuery.m</string>
|
176
|
+
<key>sourceTree</key>
|
177
|
+
<string>SOURCE_ROOT</string>
|
178
|
+
</dict>
|
179
|
+
<key>5E5B6253730045AAA1D47B0B</key>
|
180
|
+
<dict>
|
181
|
+
<key>buildActionMask</key>
|
182
|
+
<string>2147483647</string>
|
183
|
+
<key>dstPath</key>
|
184
|
+
<string>$(PRODUCT_NAME)</string>
|
185
|
+
<key>dstSubfolderSpec</key>
|
186
|
+
<string>16</string>
|
187
|
+
<key>files</key>
|
188
|
+
<array>
|
189
|
+
<string>BFE2886D1B2D489CB13A8C34</string>
|
190
|
+
<string>E5508AC2AE5944D5A4D1D451</string>
|
191
|
+
<string>72326F66589646A9A939FC1F</string>
|
192
|
+
</array>
|
193
|
+
<key>isa</key>
|
194
|
+
<string>PBXCopyFilesBuildPhase</string>
|
195
|
+
<key>runOnlyForDeploymentPostprocessing</key>
|
196
|
+
<string>0</string>
|
197
|
+
</dict>
|
198
|
+
<key>616ED39D10574791BB2B6EBC</key>
|
199
|
+
<dict>
|
200
|
+
<key>includeInIndex</key>
|
201
|
+
<string>1</string>
|
202
|
+
<key>isa</key>
|
203
|
+
<string>PBXFileReference</string>
|
204
|
+
<key>name</key>
|
205
|
+
<string>TFHpple.m</string>
|
206
|
+
<key>path</key>
|
207
|
+
<string>hpple/TFHpple.m</string>
|
208
|
+
<key>sourceTree</key>
|
209
|
+
<string>SOURCE_ROOT</string>
|
210
|
+
</dict>
|
211
|
+
<key>61B299B77EAD4ABFB00C6C77</key>
|
212
|
+
<dict>
|
213
|
+
<key>includeInIndex</key>
|
214
|
+
<string>1</string>
|
215
|
+
<key>isa</key>
|
216
|
+
<string>PBXFileReference</string>
|
217
|
+
<key>name</key>
|
218
|
+
<string>Pods-prefix.pch</string>
|
219
|
+
<key>path</key>
|
220
|
+
<string>Pods-prefix.pch</string>
|
221
|
+
<key>sourceTree</key>
|
222
|
+
<string>SOURCE_ROOT</string>
|
223
|
+
</dict>
|
224
|
+
<key>6566CB73FC454724A908527D</key>
|
225
|
+
<dict>
|
226
|
+
<key>buildConfigurations</key>
|
227
|
+
<array>
|
228
|
+
<string>E875924801BA4F0F860CB2B4</string>
|
229
|
+
<string>FA415884AADD4A5BA2999829</string>
|
230
|
+
</array>
|
231
|
+
<key>defaultConfigurationIsVisible</key>
|
232
|
+
<string>0</string>
|
233
|
+
<key>defaultConfigurationName</key>
|
234
|
+
<string>Release</string>
|
235
|
+
<key>isa</key>
|
236
|
+
<string>XCConfigurationList</string>
|
237
|
+
</dict>
|
238
|
+
<key>67EC049511EB4BF2813CDD13</key>
|
239
|
+
<dict>
|
240
|
+
<key>includeInIndex</key>
|
241
|
+
<string>1</string>
|
242
|
+
<key>isa</key>
|
243
|
+
<string>PBXFileReference</string>
|
244
|
+
<key>name</key>
|
245
|
+
<string>TFHppleElement.m</string>
|
246
|
+
<key>path</key>
|
247
|
+
<string>hpple/TFHppleElement.m</string>
|
248
|
+
<key>sourceTree</key>
|
249
|
+
<string>SOURCE_ROOT</string>
|
250
|
+
</dict>
|
251
|
+
<key>6D2664F5EA2447E9BD7AE9A7</key>
|
252
|
+
<dict>
|
253
|
+
<key>explicitFileType</key>
|
254
|
+
<string>archive.ar</string>
|
255
|
+
<key>includeInIndex</key>
|
256
|
+
<string>0</string>
|
257
|
+
<key>isa</key>
|
258
|
+
<string>PBXFileReference</string>
|
259
|
+
<key>name</key>
|
260
|
+
<string>libPods.a</string>
|
261
|
+
<key>path</key>
|
262
|
+
<string>libPods.a</string>
|
263
|
+
<key>sourceTree</key>
|
264
|
+
<string>BUILT_PRODUCTS_DIR</string>
|
265
|
+
</dict>
|
266
|
+
<key>72326F66589646A9A939FC1F</key>
|
267
|
+
<dict>
|
268
|
+
<key>fileRef</key>
|
269
|
+
<string>A4C5A88FFA934CD7BF8891A0</string>
|
270
|
+
<key>isa</key>
|
271
|
+
<string>PBXBuildFile</string>
|
272
|
+
<key>settings</key>
|
273
|
+
<dict>
|
274
|
+
<key>ATTRIBUTES</key>
|
275
|
+
<array>
|
276
|
+
<string>Public</string>
|
277
|
+
</array>
|
278
|
+
</dict>
|
279
|
+
</dict>
|
280
|
+
<key>7473D353CE7A461493C225BC</key>
|
281
|
+
<dict>
|
282
|
+
<key>includeInIndex</key>
|
283
|
+
<string>1</string>
|
284
|
+
<key>isa</key>
|
285
|
+
<string>PBXFileReference</string>
|
286
|
+
<key>name</key>
|
287
|
+
<string>TFHppleElement.h</string>
|
288
|
+
<key>path</key>
|
289
|
+
<string>hpple/TFHppleElement.h</string>
|
290
|
+
<key>sourceTree</key>
|
291
|
+
<string>SOURCE_ROOT</string>
|
292
|
+
</dict>
|
293
|
+
<key>80FB530BDA2A4F50AC8349A1</key>
|
294
|
+
<dict>
|
295
|
+
<key>children</key>
|
296
|
+
<array>
|
297
|
+
<string>174C8DB7DF3B4DFC80FA0EF6</string>
|
298
|
+
</array>
|
299
|
+
<key>isa</key>
|
300
|
+
<string>PBXGroup</string>
|
301
|
+
<key>name</key>
|
302
|
+
<string>Pods</string>
|
303
|
+
<key>sourceTree</key>
|
304
|
+
<string><group></string>
|
305
|
+
</dict>
|
306
|
+
<key>899AB322CC524A39A34309E5</key>
|
307
|
+
<dict>
|
308
|
+
<key>fileRef</key>
|
309
|
+
<string>5703BAE6ED52481F972CB7EF</string>
|
310
|
+
<key>isa</key>
|
311
|
+
<string>PBXBuildFile</string>
|
312
|
+
<key>settings</key>
|
313
|
+
<dict>
|
314
|
+
<key>COMPILER_FLAGS</key>
|
315
|
+
<string>-fobjc-arc</string>
|
316
|
+
</dict>
|
317
|
+
</dict>
|
318
|
+
<key>8D7427300D564D89B84CA479</key>
|
319
|
+
<dict>
|
320
|
+
<key>buildConfigurationList</key>
|
321
|
+
<string>6566CB73FC454724A908527D</string>
|
322
|
+
<key>buildPhases</key>
|
323
|
+
<array>
|
324
|
+
<string>D5DC1C17F518416F986223A7</string>
|
325
|
+
<string>5E5B6253730045AAA1D47B0B</string>
|
326
|
+
<string>3FC351FF22BA498FA9678FA8</string>
|
327
|
+
</array>
|
328
|
+
<key>buildRules</key>
|
329
|
+
<array/>
|
330
|
+
<key>dependencies</key>
|
331
|
+
<array/>
|
332
|
+
<key>isa</key>
|
333
|
+
<string>PBXNativeTarget</string>
|
334
|
+
<key>name</key>
|
335
|
+
<string>Pods</string>
|
336
|
+
<key>productName</key>
|
337
|
+
<string>Pods</string>
|
338
|
+
<key>productReference</key>
|
339
|
+
<string>6D2664F5EA2447E9BD7AE9A7</string>
|
340
|
+
<key>productType</key>
|
341
|
+
<string>com.apple.product-type.library.static</string>
|
342
|
+
</dict>
|
343
|
+
<key>91C19881FF5542FE86BB25BA</key>
|
344
|
+
<dict>
|
345
|
+
<key>includeInIndex</key>
|
346
|
+
<string>1</string>
|
347
|
+
<key>isa</key>
|
348
|
+
<string>PBXFileReference</string>
|
349
|
+
<key>name</key>
|
350
|
+
<string>Pods-resources.sh</string>
|
351
|
+
<key>path</key>
|
352
|
+
<string>Pods-resources.sh</string>
|
353
|
+
<key>sourceTree</key>
|
354
|
+
<string>SOURCE_ROOT</string>
|
355
|
+
</dict>
|
356
|
+
<key>9C2D2F18B7D642E3B54FED48</key>
|
357
|
+
<dict>
|
358
|
+
<key>children</key>
|
359
|
+
<array>
|
360
|
+
<string>1AADE66F5B304B76AD5A5713</string>
|
361
|
+
<string>80FB530BDA2A4F50AC8349A1</string>
|
362
|
+
<string>AB91FD1E638145C8A140DF0C</string>
|
363
|
+
<string>3CDACD33DE6145A5B15E406C</string>
|
364
|
+
</array>
|
365
|
+
<key>isa</key>
|
366
|
+
<string>PBXGroup</string>
|
367
|
+
<key>sourceTree</key>
|
368
|
+
<string><group></string>
|
369
|
+
</dict>
|
370
|
+
<key>A4C5A88FFA934CD7BF8891A0</key>
|
371
|
+
<dict>
|
372
|
+
<key>includeInIndex</key>
|
373
|
+
<string>1</string>
|
374
|
+
<key>isa</key>
|
375
|
+
<string>PBXFileReference</string>
|
376
|
+
<key>name</key>
|
377
|
+
<string>XPathQuery.h</string>
|
378
|
+
<key>path</key>
|
379
|
+
<string>hpple/XPathQuery.h</string>
|
380
|
+
<key>sourceTree</key>
|
381
|
+
<string>SOURCE_ROOT</string>
|
382
|
+
</dict>
|
383
|
+
<key>A5E2E677790B4853BBF4FE7D</key>
|
384
|
+
<dict>
|
385
|
+
<key>includeInIndex</key>
|
386
|
+
<string>1</string>
|
387
|
+
<key>isa</key>
|
388
|
+
<string>PBXFileReference</string>
|
389
|
+
<key>name</key>
|
390
|
+
<string>PodsDummy_Pods.m</string>
|
391
|
+
<key>path</key>
|
392
|
+
<string>PodsDummy_Pods.m</string>
|
393
|
+
<key>sourceTree</key>
|
394
|
+
<string>SOURCE_ROOT</string>
|
395
|
+
</dict>
|
396
|
+
<key>AB91FD1E638145C8A140DF0C</key>
|
397
|
+
<dict>
|
398
|
+
<key>children</key>
|
399
|
+
<array>
|
400
|
+
<string>FCEA0F6B444041429C4538B3</string>
|
401
|
+
<string>A5E2E677790B4853BBF4FE7D</string>
|
402
|
+
</array>
|
403
|
+
<key>isa</key>
|
404
|
+
<string>PBXGroup</string>
|
405
|
+
<key>name</key>
|
406
|
+
<string>Targets Support Files</string>
|
407
|
+
<key>sourceTree</key>
|
408
|
+
<string><group></string>
|
409
|
+
</dict>
|
410
|
+
<key>BE126D2057254182A07F3929</key>
|
411
|
+
<dict>
|
412
|
+
<key>buildSettings</key>
|
413
|
+
<dict/>
|
414
|
+
<key>isa</key>
|
415
|
+
<string>XCBuildConfiguration</string>
|
416
|
+
<key>name</key>
|
417
|
+
<string>Release</string>
|
418
|
+
</dict>
|
419
|
+
<key>BE1782F34CB344B9921AB591</key>
|
420
|
+
<dict>
|
421
|
+
<key>includeInIndex</key>
|
422
|
+
<string>1</string>
|
423
|
+
<key>isa</key>
|
424
|
+
<string>PBXFileReference</string>
|
425
|
+
<key>lastKnownFileType</key>
|
426
|
+
<string>text.xcconfig</string>
|
427
|
+
<key>name</key>
|
428
|
+
<string>Pods.xcconfig</string>
|
429
|
+
<key>path</key>
|
430
|
+
<string>Pods.xcconfig</string>
|
431
|
+
<key>sourceTree</key>
|
432
|
+
<string>SOURCE_ROOT</string>
|
433
|
+
</dict>
|
434
|
+
<key>BFE2886D1B2D489CB13A8C34</key>
|
435
|
+
<dict>
|
436
|
+
<key>fileRef</key>
|
437
|
+
<string>3D637AE5E88449608DF564CA</string>
|
438
|
+
<key>isa</key>
|
439
|
+
<string>PBXBuildFile</string>
|
440
|
+
<key>settings</key>
|
441
|
+
<dict>
|
442
|
+
<key>ATTRIBUTES</key>
|
443
|
+
<array>
|
444
|
+
<string>Public</string>
|
445
|
+
</array>
|
446
|
+
</dict>
|
447
|
+
</dict>
|
448
|
+
<key>C436D2CA631849D7BDF02A31</key>
|
449
|
+
<dict>
|
450
|
+
<key>includeInIndex</key>
|
451
|
+
<string>1</string>
|
452
|
+
<key>isa</key>
|
453
|
+
<string>PBXFileReference</string>
|
454
|
+
<key>lastKnownFileType</key>
|
455
|
+
<string>wrapper.framework</string>
|
456
|
+
<key>name</key>
|
457
|
+
<string>Foundation.framework</string>
|
458
|
+
<key>path</key>
|
459
|
+
<string>System/Library/Frameworks/Foundation.framework</string>
|
460
|
+
<key>sourceTree</key>
|
461
|
+
<string>SDKROOT</string>
|
462
|
+
</dict>
|
463
|
+
<key>D5DC1C17F518416F986223A7</key>
|
464
|
+
<dict>
|
465
|
+
<key>buildActionMask</key>
|
466
|
+
<string>2147483647</string>
|
467
|
+
<key>files</key>
|
468
|
+
<array>
|
469
|
+
<string>184BD753380C4A31A33A3F09</string>
|
470
|
+
<string>DFAA207C4A94446399A753E6</string>
|
471
|
+
<string>899AB322CC524A39A34309E5</string>
|
472
|
+
<string>4F53AF790E194CC78442946E</string>
|
473
|
+
</array>
|
474
|
+
<key>isa</key>
|
475
|
+
<string>PBXSourcesBuildPhase</string>
|
476
|
+
<key>runOnlyForDeploymentPostprocessing</key>
|
477
|
+
<string>0</string>
|
478
|
+
</dict>
|
479
|
+
<key>DFAA207C4A94446399A753E6</key>
|
480
|
+
<dict>
|
481
|
+
<key>fileRef</key>
|
482
|
+
<string>67EC049511EB4BF2813CDD13</string>
|
483
|
+
<key>isa</key>
|
484
|
+
<string>PBXBuildFile</string>
|
485
|
+
<key>settings</key>
|
486
|
+
<dict>
|
487
|
+
<key>COMPILER_FLAGS</key>
|
488
|
+
<string>-fobjc-arc</string>
|
489
|
+
</dict>
|
490
|
+
</dict>
|
491
|
+
<key>E5508AC2AE5944D5A4D1D451</key>
|
492
|
+
<dict>
|
493
|
+
<key>fileRef</key>
|
494
|
+
<string>7473D353CE7A461493C225BC</string>
|
495
|
+
<key>isa</key>
|
496
|
+
<string>PBXBuildFile</string>
|
497
|
+
<key>settings</key>
|
498
|
+
<dict>
|
499
|
+
<key>ATTRIBUTES</key>
|
500
|
+
<array>
|
501
|
+
<string>Public</string>
|
502
|
+
</array>
|
503
|
+
</dict>
|
504
|
+
</dict>
|
505
|
+
<key>E875924801BA4F0F860CB2B4</key>
|
506
|
+
<dict>
|
507
|
+
<key>baseConfigurationReference</key>
|
508
|
+
<string>BE1782F34CB344B9921AB591</string>
|
509
|
+
<key>buildSettings</key>
|
510
|
+
<dict>
|
511
|
+
<key>ALWAYS_SEARCH_USER_PATHS</key>
|
512
|
+
<string>NO</string>
|
513
|
+
<key>ARCHS</key>
|
514
|
+
<string>$(ARCHS_STANDARD_32_BIT)</string>
|
515
|
+
<key>COPY_PHASE_STRIP</key>
|
516
|
+
<string>NO</string>
|
517
|
+
<key>DSTROOT</key>
|
518
|
+
<string>/tmp/xcodeproj.dst</string>
|
519
|
+
<key>GCC_C_LANGUAGE_STANDARD</key>
|
520
|
+
<string>gnu99</string>
|
521
|
+
<key>GCC_DYNAMIC_NO_PIC</key>
|
522
|
+
<string>NO</string>
|
523
|
+
<key>GCC_OPTIMIZATION_LEVEL</key>
|
524
|
+
<string>0</string>
|
525
|
+
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
|
526
|
+
<string>YES</string>
|
527
|
+
<key>GCC_PREFIX_HEADER</key>
|
528
|
+
<string>Pods-prefix.pch</string>
|
529
|
+
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
|
530
|
+
<array>
|
531
|
+
<string>DEBUG=1</string>
|
532
|
+
<string>$(inherited)</string>
|
533
|
+
</array>
|
534
|
+
<key>GCC_SYMBOLS_PRIVATE_EXTERN</key>
|
535
|
+
<string>NO</string>
|
536
|
+
<key>GCC_VERSION</key>
|
537
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
538
|
+
<key>GCC_WARN_INHIBIT_ALL_WARNINGS</key>
|
539
|
+
<string>NO</string>
|
540
|
+
<key>INSTALL_PATH</key>
|
541
|
+
<string>$(BUILT_PRODUCTS_DIR)</string>
|
542
|
+
<key>IPHONEOS_DEPLOYMENT_TARGET</key>
|
543
|
+
<string>6.0</string>
|
544
|
+
<key>OTHER_LDFLAGS</key>
|
545
|
+
<string></string>
|
546
|
+
<key>PODS_HEADERS_SEARCH_PATHS</key>
|
547
|
+
<string>${PODS_BUILD_HEADERS_SEARCH_PATHS}</string>
|
548
|
+
<key>PODS_ROOT</key>
|
549
|
+
<string>${SRCROOT}</string>
|
550
|
+
<key>PRODUCT_NAME</key>
|
551
|
+
<string>$(TARGET_NAME)</string>
|
552
|
+
<key>PUBLIC_HEADERS_FOLDER_PATH</key>
|
553
|
+
<string>$(TARGET_NAME)</string>
|
554
|
+
<key>SDKROOT</key>
|
555
|
+
<string>iphoneos</string>
|
556
|
+
<key>SKIP_INSTALL</key>
|
557
|
+
<string>YES</string>
|
558
|
+
</dict>
|
559
|
+
<key>isa</key>
|
560
|
+
<string>XCBuildConfiguration</string>
|
561
|
+
<key>name</key>
|
562
|
+
<string>Debug</string>
|
563
|
+
</dict>
|
564
|
+
<key>FA415884AADD4A5BA2999829</key>
|
565
|
+
<dict>
|
566
|
+
<key>baseConfigurationReference</key>
|
567
|
+
<string>BE1782F34CB344B9921AB591</string>
|
568
|
+
<key>buildSettings</key>
|
569
|
+
<dict>
|
570
|
+
<key>ALWAYS_SEARCH_USER_PATHS</key>
|
571
|
+
<string>NO</string>
|
572
|
+
<key>ARCHS</key>
|
573
|
+
<string>$(ARCHS_STANDARD_32_BIT)</string>
|
574
|
+
<key>COPY_PHASE_STRIP</key>
|
575
|
+
<string>YES</string>
|
576
|
+
<key>DSTROOT</key>
|
577
|
+
<string>/tmp/xcodeproj.dst</string>
|
578
|
+
<key>GCC_C_LANGUAGE_STANDARD</key>
|
579
|
+
<string>gnu99</string>
|
580
|
+
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
|
581
|
+
<string>YES</string>
|
582
|
+
<key>GCC_PREFIX_HEADER</key>
|
583
|
+
<string>Pods-prefix.pch</string>
|
584
|
+
<key>GCC_VERSION</key>
|
585
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
586
|
+
<key>GCC_WARN_INHIBIT_ALL_WARNINGS</key>
|
587
|
+
<string>NO</string>
|
588
|
+
<key>INSTALL_PATH</key>
|
589
|
+
<string>$(BUILT_PRODUCTS_DIR)</string>
|
590
|
+
<key>IPHONEOS_DEPLOYMENT_TARGET</key>
|
591
|
+
<string>6.0</string>
|
592
|
+
<key>OTHER_LDFLAGS</key>
|
593
|
+
<string></string>
|
594
|
+
<key>PODS_HEADERS_SEARCH_PATHS</key>
|
595
|
+
<string>${PODS_BUILD_HEADERS_SEARCH_PATHS}</string>
|
596
|
+
<key>PODS_ROOT</key>
|
597
|
+
<string>${SRCROOT}</string>
|
598
|
+
<key>PRODUCT_NAME</key>
|
599
|
+
<string>$(TARGET_NAME)</string>
|
600
|
+
<key>PUBLIC_HEADERS_FOLDER_PATH</key>
|
601
|
+
<string>$(TARGET_NAME)</string>
|
602
|
+
<key>SDKROOT</key>
|
603
|
+
<string>iphoneos</string>
|
604
|
+
<key>SKIP_INSTALL</key>
|
605
|
+
<string>YES</string>
|
606
|
+
<key>VALIDATE_PRODUCT</key>
|
607
|
+
<string>YES</string>
|
608
|
+
</dict>
|
609
|
+
<key>isa</key>
|
610
|
+
<string>XCBuildConfiguration</string>
|
611
|
+
<key>name</key>
|
612
|
+
<string>Release</string>
|
613
|
+
</dict>
|
614
|
+
<key>FCEA0F6B444041429C4538B3</key>
|
615
|
+
<dict>
|
616
|
+
<key>children</key>
|
617
|
+
<array>
|
618
|
+
<string>91C19881FF5542FE86BB25BA</string>
|
619
|
+
<string>61B299B77EAD4ABFB00C6C77</string>
|
620
|
+
<string>BE1782F34CB344B9921AB591</string>
|
621
|
+
</array>
|
622
|
+
<key>isa</key>
|
623
|
+
<string>PBXGroup</string>
|
624
|
+
<key>name</key>
|
625
|
+
<string>Pods</string>
|
626
|
+
<key>sourceTree</key>
|
627
|
+
<string><group></string>
|
628
|
+
</dict>
|
629
|
+
</dict>
|
630
|
+
<key>rootObject</key>
|
631
|
+
<string>362F5008F916480A87BEBEC9</string>
|
632
|
+
</dict>
|
633
|
+
</plist>
|