|
5 | 5 | }; |
6 | 6 | objectVersion = 46; |
7 | 7 | objects = { |
| 8 | + |
8 | 9 | /* Begin PBXBuildFile section */ |
9 | 10 | 0207DA581B56EA530066E2B4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0207DA571B56EA530066E2B4 /* Images.xcassets */; }; |
10 | 11 | 1D3623260D0F684500981E51 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* AppDelegate.m */; }; |
11 | 12 | 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; |
12 | 13 | 301BF552109A68D80062928A /* libCordova.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 301BF535109A57CC0062928A /* libCordova.a */; }; |
13 | 14 | 302D95F114D2391D003F00A1 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 302D95EF14D2391D003F00A1 /* MainViewController.m */; }; |
14 | 15 | 302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 302D95F014D2391D003F00A1 /* MainViewController.xib */; }; |
15 | | - 3047A5121AB8059700498E2A /* build-debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3047A50F1AB8059700498E2A /* build-debug.xcconfig */; }; |
16 | | - 3047A5131AB8059700498E2A /* build-release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3047A5101AB8059700498E2A /* build-release.xcconfig */; }; |
17 | | - 3047A5141AB8059700498E2A /* build.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3047A5111AB8059700498E2A /* build.xcconfig */; }; |
18 | 16 | 6AFF5BF91D6E424B00AB3073 /* CDVLaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */; }; |
19 | 17 | /* End PBXBuildFile section */ |
20 | 18 |
|
|
36 | 34 | /* End PBXContainerItemProxy section */ |
37 | 35 |
|
38 | 36 | /* Begin PBXFileReference section */ |
39 | | - 0207DA571B56EA530066E2B4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "QB Chat/Images.xcassets"; sourceTree = SOURCE_ROOT; }; |
| 37 | + 0207DA571B56EA530066E2B4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "QB Text Chat/Images.xcassets"; sourceTree = SOURCE_ROOT; }; |
40 | 38 | 1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
41 | 39 | 1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
42 | | - 1D6058910D05DD3D006BFB54 /* QB Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "QB Chat.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 40 | + 1D6058910D05DD3D006BFB54 /* QB Text Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "QB Text Chat.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
43 | 41 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
44 | 42 | 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = "<group>"; }; |
45 | 43 | 301BF56E109A69640062928A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = SOURCE_ROOT; }; |
46 | 44 | 302D95EE14D2391D003F00A1 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; }; |
47 | 45 | 302D95EF14D2391D003F00A1 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; }; |
48 | 46 | 302D95F014D2391D003F00A1 /* MainViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainViewController.xib; sourceTree = "<group>"; }; |
49 | | - 3047A50F1AB8059700498E2A /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-debug.xcconfig"; path = cordova/build-debug.xcconfig; sourceTree = SOURCE_ROOT; }; |
50 | | - 3047A5101AB8059700498E2A /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-release.xcconfig"; path = cordova/build-release.xcconfig; sourceTree = SOURCE_ROOT; }; |
| 47 | + 3047A50F1AB8059700498E2A /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-debug.xcconfig"; path = "cordova/build-debug.xcconfig"; sourceTree = SOURCE_ROOT; }; |
| 48 | + 3047A5101AB8059700498E2A /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-release.xcconfig"; path = "cordova/build-release.xcconfig"; sourceTree = SOURCE_ROOT; }; |
51 | 49 | 3047A5111AB8059700498E2A /* build.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = build.xcconfig; path = cordova/build.xcconfig; sourceTree = SOURCE_ROOT; }; |
52 | | - 32CA4F630368D1EE00C91783 /* QB Chat-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "QB Chat-Prefix.pch"; sourceTree = "<group>"; }; |
53 | | - 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CDVLaunchScreen.storyboard; path = "QB Chat/CDVLaunchScreen.storyboard"; sourceTree = SOURCE_ROOT; }; |
54 | | - 8D1107310486CEB800E47090 /* QB Chat-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "QB Chat-Info.plist"; path = "QB Chat/QB Chat-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = SOURCE_ROOT; }; |
| 50 | + 32CA4F630368D1EE00C91783 /* QB Text Chat-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "QB Text Chat-Prefix.pch"; sourceTree = "<group>"; }; |
| 51 | + 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CDVLaunchScreen.storyboard; path = "QB Text Chat/CDVLaunchScreen.storyboard"; sourceTree = SOURCE_ROOT; }; |
| 52 | + 8D1107310486CEB800E47090 /* QB Text Chat-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "QB Text Chat-Info.plist"; path = "QB Text Chat/QB Text Chat-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = SOURCE_ROOT; }; |
55 | 53 | EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; }; |
56 | 54 | EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; }; |
57 | | - F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "QB Chat/config.xml"; sourceTree = "<group>"; }; |
58 | | - ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Bridging-Header.h"; path = "Bridging-Header.h"; sourceTree = "<group>"; }; |
| 55 | + ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bridging-Header.h"; sourceTree = "<group>"; }; |
| 56 | + F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "QB Text Chat/config.xml"; sourceTree = "<group>"; }; |
59 | 57 | /* End PBXFileReference section */ |
60 | 58 |
|
61 | 59 | /* Begin PBXFrameworksBuildPhase section */ |
|
80 | 78 | 1D3623250D0F684500981E51 /* AppDelegate.m */, |
81 | 79 | ); |
82 | 80 | name = Classes; |
83 | | - path = "QB Chat/Classes"; |
| 81 | + path = "QB Text Chat/Classes"; |
84 | 82 | sourceTree = SOURCE_ROOT; |
85 | 83 | }; |
86 | 84 | 19C28FACFE9D520D11CA2CBB /* Products */ = { |
87 | 85 | isa = PBXGroup; |
88 | 86 | children = ( |
89 | | - 1D6058910D05DD3D006BFB54 /* QB Chat.app */, |
| 87 | + 1D6058910D05DD3D006BFB54 /* QB Text Chat.app */, |
90 | 88 | ); |
91 | 89 | name = Products; |
92 | 90 | sourceTree = "<group>"; |
|
111 | 109 | 29B97315FDCFA39411CA2CEA /* Other Sources */ = { |
112 | 110 | isa = PBXGroup; |
113 | 111 | children = ( |
114 | | - 32CA4F630368D1EE00C91783 /* QB Chat-Prefix.pch */, |
| 112 | + 32CA4F630368D1EE00C91783 /* QB Text Chat-Prefix.pch */, |
115 | 113 | 29B97316FDCFA39411CA2CEA /* main.m */, |
116 | 114 | ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */, |
117 | 115 | ); |
118 | 116 | name = "Other Sources"; |
119 | | - path = "QB Chat"; |
| 117 | + path = "QB Text Chat"; |
120 | 118 | sourceTree = "<group>"; |
121 | 119 | }; |
122 | 120 | 29B97317FDCFA39411CA2CEA /* Resources */ = { |
123 | 121 | isa = PBXGroup; |
124 | 122 | children = ( |
125 | 123 | 0207DA571B56EA530066E2B4 /* Images.xcassets */, |
126 | 124 | 3047A50E1AB8057F00498E2A /* config */, |
127 | | - 8D1107310486CEB800E47090 /* QB Chat-Info.plist */, |
| 125 | + 8D1107310486CEB800E47090 /* QB Text Chat-Info.plist */, |
128 | 126 | 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */, |
129 | 127 | ); |
130 | 128 | name = Resources; |
131 | | - path = "QB Chat/Resources"; |
| 129 | + path = "QB Text Chat/Resources"; |
132 | 130 | sourceTree = "<group>"; |
133 | 131 | }; |
134 | 132 | 29B97323FDCFA39411CA2CEA /* Frameworks */ = { |
|
161 | 159 | children = ( |
162 | 160 | ); |
163 | 161 | name = Plugins; |
164 | | - path = "QB Chat/Plugins"; |
| 162 | + path = "QB Text Chat/Plugins"; |
165 | 163 | sourceTree = SOURCE_ROOT; |
166 | 164 | }; |
167 | 165 | EB87FDF11871DA420020F90C /* Staging */ = { |
|
176 | 174 | /* End PBXGroup section */ |
177 | 175 |
|
178 | 176 | /* Begin PBXNativeTarget section */ |
179 | | - 1D6058900D05DD3D006BFB54 /* QB Chat */ = { |
| 177 | + 1D6058900D05DD3D006BFB54 /* QB Text Chat */ = { |
180 | 178 | isa = PBXNativeTarget; |
181 | | - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "QB Chat" */; |
| 179 | + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "QB Text Chat" */; |
182 | 180 | buildPhases = ( |
183 | 181 | 304B58A110DAC018002A0835 /* Copy www directory */, |
184 | 182 | 1D60588D0D05DD3D006BFB54 /* Resources */, |
|
190 | 188 | dependencies = ( |
191 | 189 | 301BF551109A68C00062928A /* PBXTargetDependency */, |
192 | 190 | ); |
193 | | - name = "QB Chat"; |
194 | | - productName = "QB Chat"; |
195 | | - productReference = 1D6058910D05DD3D006BFB54 /* QB Chat.app */; |
| 191 | + name = "QB Text Chat"; |
| 192 | + productName = "QB Text Chat"; |
| 193 | + productReference = 1D6058910D05DD3D006BFB54 /* QB Text Chat.app */; |
196 | 194 | productType = "com.apple.product-type.application"; |
197 | 195 | }; |
198 | 196 | /* End PBXNativeTarget section */ |
|
202 | 200 | isa = PBXProject; |
203 | 201 | attributes = { |
204 | 202 | LastUpgradeCheck = 510; |
| 203 | + TargetAttributes = { |
| 204 | + 1D6058900D05DD3D006BFB54 = { |
| 205 | + DevelopmentTeam = 8885H5G2YX; |
| 206 | + }; |
| 207 | + }; |
205 | 208 | }; |
206 | | - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "__NON-CLI__" */; |
| 209 | + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "QB Text Chat" */; |
207 | 210 | compatibilityVersion = "Xcode 3.2"; |
208 | 211 | developmentRegion = English; |
209 | 212 | hasScannedForEncodings = 1; |
| 213 | + knownRegions = ( |
| 214 | + en, |
| 215 | + ); |
210 | 216 | mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; |
211 | 217 | projectDirPath = ""; |
212 | 218 | projectReferences = ( |
|
217 | 223 | ); |
218 | 224 | projectRoot = ""; |
219 | 225 | targets = ( |
220 | | - 1D6058900D05DD3D006BFB54 /* QB Chat */, |
| 226 | + 1D6058900D05DD3D006BFB54 /* QB Text Chat */, |
221 | 227 | ); |
222 | 228 | }; |
223 | 229 | /* End PBXProject section */ |
|
295 | 301 | CLANG_ENABLE_MODULES = YES; |
296 | 302 | CLANG_ENABLE_OBJC_ARC = YES; |
297 | 303 | COPY_PHASE_STRIP = NO; |
| 304 | + DEVELOPMENT_TEAM = 8885H5G2YX; |
298 | 305 | GCC_DYNAMIC_NO_PIC = NO; |
299 | 306 | GCC_OPTIMIZATION_LEVEL = 0; |
300 | 307 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
301 | | - GCC_PREFIX_HEADER = "QB Chat/QB Chat-Prefix.pch"; |
| 308 | + GCC_PREFIX_HEADER = "QB Text Chat/QB Text Chat-Prefix.pch"; |
302 | 309 | GCC_THUMB_SUPPORT = NO; |
303 | 310 | GCC_VERSION = ""; |
304 | | - INFOPLIST_FILE = "QB Chat/QB Chat-Info.plist"; |
| 311 | + INFOPLIST_FILE = "QB Text Chat/QB Text Chat-Info.plist"; |
305 | 312 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
306 | | - PRODUCT_NAME = "QB Chat"; |
| 313 | + PRODUCT_NAME = "QB Text Chat"; |
307 | 314 | }; |
308 | 315 | name = Debug; |
309 | 316 | }; |
|
317 | 324 | CLANG_ENABLE_MODULES = YES; |
318 | 325 | CLANG_ENABLE_OBJC_ARC = YES; |
319 | 326 | COPY_PHASE_STRIP = YES; |
| 327 | + DEVELOPMENT_TEAM = 8885H5G2YX; |
320 | 328 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
321 | | - GCC_PREFIX_HEADER = "QB Chat/QB Chat-Prefix.pch"; |
| 329 | + GCC_PREFIX_HEADER = "QB Text Chat/QB Text Chat-Prefix.pch"; |
322 | 330 | GCC_THUMB_SUPPORT = NO; |
323 | 331 | GCC_VERSION = ""; |
324 | | - INFOPLIST_FILE = "QB Chat/QB Chat-Info.plist"; |
| 332 | + INFOPLIST_FILE = "QB Text Chat/QB Text Chat-Info.plist"; |
325 | 333 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
326 | | - PRODUCT_NAME = "QB Chat"; |
| 334 | + PRODUCT_NAME = "QB Text Chat"; |
327 | 335 | }; |
328 | 336 | name = Release; |
329 | 337 | }; |
|
381 | 389 | /* End XCBuildConfiguration section */ |
382 | 390 |
|
383 | 391 | /* Begin XCConfigurationList section */ |
384 | | - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "QB Chat" */ = { |
| 392 | + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "QB Text Chat" */ = { |
385 | 393 | isa = XCConfigurationList; |
386 | 394 | buildConfigurations = ( |
387 | 395 | 1D6058940D05DD3E006BFB54 /* Debug */, |
|
390 | 398 | defaultConfigurationIsVisible = 0; |
391 | 399 | defaultConfigurationName = Release; |
392 | 400 | }; |
393 | | - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "__NON-CLI__" */ = { |
| 401 | + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "QB Text Chat" */ = { |
394 | 402 | isa = XCConfigurationList; |
395 | 403 | buildConfigurations = ( |
396 | 404 | C01FCF4F08A954540054247B /* Debug */, |
|
0 commit comments