|
15 | 15 | 0189A1B41CDC465100D0F0D8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0189A1B21CDC465100D0F0D8 /* LaunchScreen.storyboard */; };
|
16 | 16 | 0189A1BF1CDC465200D0F0D8 /* AXAttributedLabelTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0189A1BE1CDC465200D0F0D8 /* AXAttributedLabelTests.m */; };
|
17 | 17 | 0189A1CA1CDC465200D0F0D8 /* AXAttributedLabelUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0189A1C91CDC465200D0F0D8 /* AXAttributedLabelUITests.m */; };
|
| 18 | + 0189A1D91CDC662000D0F0D8 /* AXAttributedLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0189A1D81CDC662000D0F0D8 /* AXAttributedLabel.m */; }; |
| 19 | + 0189A1EA1CE1E78300D0F0D8 /* avatar.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0189A1E91CE1E78200D0F0D8 /* avatar.jpg */; }; |
| 20 | + E67108E5D6BD816BF39386E9 /* libPods-AXAttributedLabel.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A68999C00B65E506BF1E4C3 /* libPods-AXAttributedLabel.a */; }; |
18 | 21 | /* End PBXBuildFile section */
|
19 | 22 |
|
20 | 23 | /* Begin PBXContainerItemProxy section */
|
|
51 | 54 | 0189A1C51CDC465200D0F0D8 /* AXAttributedLabelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AXAttributedLabelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 55 | 0189A1C91CDC465200D0F0D8 /* AXAttributedLabelUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AXAttributedLabelUITests.m; sourceTree = "<group>"; };
|
53 | 56 | 0189A1CB1CDC465200D0F0D8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 57 | + 0189A1D71CDC662000D0F0D8 /* AXAttributedLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AXAttributedLabel.h; path = AXAttributedLabel/AXAttributedLabel.h; sourceTree = "<group>"; }; |
| 58 | + 0189A1D81CDC662000D0F0D8 /* AXAttributedLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AXAttributedLabel.m; path = AXAttributedLabel/AXAttributedLabel.m; sourceTree = "<group>"; }; |
| 59 | + 0189A1E91CE1E78200D0F0D8 /* avatar.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = avatar.jpg; sourceTree = "<group>"; }; |
| 60 | + 7A68999C00B65E506BF1E4C3 /* libPods-AXAttributedLabel.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AXAttributedLabel.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 61 | + B4F07CA6E9515DBB9753D9C2 /* Pods-AXAttributedLabel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AXAttributedLabel.release.xcconfig"; path = "Pods/Target Support Files/Pods-AXAttributedLabel/Pods-AXAttributedLabel.release.xcconfig"; sourceTree = "<group>"; }; |
| 62 | + FCA2CF1D4D938F3BBC706D28 /* Pods-AXAttributedLabel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AXAttributedLabel.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AXAttributedLabel/Pods-AXAttributedLabel.debug.xcconfig"; sourceTree = "<group>"; }; |
54 | 63 | /* End PBXFileReference section */
|
55 | 64 |
|
56 | 65 | /* Begin PBXFrameworksBuildPhase section */
|
57 | 66 | 0189A19E1CDC465100D0F0D8 /* Frameworks */ = {
|
58 | 67 | isa = PBXFrameworksBuildPhase;
|
59 | 68 | buildActionMask = 2147483647;
|
60 | 69 | files = (
|
| 70 | + E67108E5D6BD816BF39386E9 /* libPods-AXAttributedLabel.a in Frameworks */, |
61 | 71 | );
|
62 | 72 | runOnlyForDeploymentPostprocessing = 0;
|
63 | 73 | };
|
|
85 | 95 | 0189A1BD1CDC465200D0F0D8 /* AXAttributedLabelTests */,
|
86 | 96 | 0189A1C81CDC465200D0F0D8 /* AXAttributedLabelUITests */,
|
87 | 97 | 0189A1A21CDC465100D0F0D8 /* Products */,
|
| 98 | + C4B8AE05DF119E8D24905B78 /* Pods */, |
| 99 | + A9FDD975D07B6990C99150AE /* Frameworks */, |
88 | 100 | );
|
89 | 101 | sourceTree = "<group>";
|
90 | 102 | };
|
|
105 | 117 | 0189A1A81CDC465100D0F0D8 /* AppDelegate.m */,
|
106 | 118 | 0189A1AA1CDC465100D0F0D8 /* ViewController.h */,
|
107 | 119 | 0189A1AB1CDC465100D0F0D8 /* ViewController.m */,
|
| 120 | + 0189A1DA1CDC662400D0F0D8 /* AXAttributedLabel */, |
108 | 121 | 0189A1AD1CDC465100D0F0D8 /* Main.storyboard */,
|
109 | 122 | 0189A1B01CDC465100D0F0D8 /* Assets.xcassets */,
|
| 123 | + 0189A1E91CE1E78200D0F0D8 /* avatar.jpg */, |
110 | 124 | 0189A1B21CDC465100D0F0D8 /* LaunchScreen.storyboard */,
|
111 | 125 | 0189A1B51CDC465100D0F0D8 /* Info.plist */,
|
112 | 126 | 0189A1A41CDC465100D0F0D8 /* Supporting Files */,
|
|
140 | 154 | path = AXAttributedLabelUITests;
|
141 | 155 | sourceTree = "<group>";
|
142 | 156 | };
|
| 157 | + 0189A1DA1CDC662400D0F0D8 /* AXAttributedLabel */ = { |
| 158 | + isa = PBXGroup; |
| 159 | + children = ( |
| 160 | + 0189A1D71CDC662000D0F0D8 /* AXAttributedLabel.h */, |
| 161 | + 0189A1D81CDC662000D0F0D8 /* AXAttributedLabel.m */, |
| 162 | + ); |
| 163 | + name = AXAttributedLabel; |
| 164 | + sourceTree = "<group>"; |
| 165 | + }; |
| 166 | + A9FDD975D07B6990C99150AE /* Frameworks */ = { |
| 167 | + isa = PBXGroup; |
| 168 | + children = ( |
| 169 | + 7A68999C00B65E506BF1E4C3 /* libPods-AXAttributedLabel.a */, |
| 170 | + ); |
| 171 | + name = Frameworks; |
| 172 | + sourceTree = "<group>"; |
| 173 | + }; |
| 174 | + C4B8AE05DF119E8D24905B78 /* Pods */ = { |
| 175 | + isa = PBXGroup; |
| 176 | + children = ( |
| 177 | + FCA2CF1D4D938F3BBC706D28 /* Pods-AXAttributedLabel.debug.xcconfig */, |
| 178 | + B4F07CA6E9515DBB9753D9C2 /* Pods-AXAttributedLabel.release.xcconfig */, |
| 179 | + ); |
| 180 | + name = Pods; |
| 181 | + sourceTree = "<group>"; |
| 182 | + }; |
143 | 183 | /* End PBXGroup section */
|
144 | 184 |
|
145 | 185 | /* Begin PBXNativeTarget section */
|
146 | 186 | 0189A1A01CDC465100D0F0D8 /* AXAttributedLabel */ = {
|
147 | 187 | isa = PBXNativeTarget;
|
148 | 188 | buildConfigurationList = 0189A1CE1CDC465200D0F0D8 /* Build configuration list for PBXNativeTarget "AXAttributedLabel" */;
|
149 | 189 | buildPhases = (
|
| 190 | + 48A3F656A14ADCCC62B7153D /* 📦 Check Pods Manifest.lock */, |
150 | 191 | 0189A19D1CDC465100D0F0D8 /* Sources */,
|
151 | 192 | 0189A19E1CDC465100D0F0D8 /* Frameworks */,
|
152 | 193 | 0189A19F1CDC465100D0F0D8 /* Resources */,
|
| 194 | + 10B79308C92710A357CF2310 /* 📦 Embed Pods Frameworks */, |
| 195 | + 6CF1E06123D6F092A985B393 /* 📦 Copy Pods Resources */, |
153 | 196 | );
|
154 | 197 | buildRules = (
|
155 | 198 | );
|
|
244 | 287 | buildActionMask = 2147483647;
|
245 | 288 | files = (
|
246 | 289 | 0189A1B41CDC465100D0F0D8 /* LaunchScreen.storyboard in Resources */,
|
| 290 | + 0189A1EA1CE1E78300D0F0D8 /* avatar.jpg in Resources */, |
247 | 291 | 0189A1B11CDC465100D0F0D8 /* Assets.xcassets in Resources */,
|
248 | 292 | 0189A1AF1CDC465100D0F0D8 /* Main.storyboard in Resources */,
|
249 | 293 | );
|
|
265 | 309 | };
|
266 | 310 | /* End PBXResourcesBuildPhase section */
|
267 | 311 |
|
| 312 | +/* Begin PBXShellScriptBuildPhase section */ |
| 313 | + 10B79308C92710A357CF2310 /* 📦 Embed Pods Frameworks */ = { |
| 314 | + isa = PBXShellScriptBuildPhase; |
| 315 | + buildActionMask = 2147483647; |
| 316 | + files = ( |
| 317 | + ); |
| 318 | + inputPaths = ( |
| 319 | + ); |
| 320 | + name = "📦 Embed Pods Frameworks"; |
| 321 | + outputPaths = ( |
| 322 | + ); |
| 323 | + runOnlyForDeploymentPostprocessing = 0; |
| 324 | + shellPath = /bin/sh; |
| 325 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AXAttributedLabel/Pods-AXAttributedLabel-frameworks.sh\"\n"; |
| 326 | + showEnvVarsInLog = 0; |
| 327 | + }; |
| 328 | + 48A3F656A14ADCCC62B7153D /* 📦 Check Pods Manifest.lock */ = { |
| 329 | + isa = PBXShellScriptBuildPhase; |
| 330 | + buildActionMask = 2147483647; |
| 331 | + files = ( |
| 332 | + ); |
| 333 | + inputPaths = ( |
| 334 | + ); |
| 335 | + name = "📦 Check Pods Manifest.lock"; |
| 336 | + outputPaths = ( |
| 337 | + ); |
| 338 | + runOnlyForDeploymentPostprocessing = 0; |
| 339 | + shellPath = /bin/sh; |
| 340 | + 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"; |
| 341 | + showEnvVarsInLog = 0; |
| 342 | + }; |
| 343 | + 6CF1E06123D6F092A985B393 /* 📦 Copy Pods Resources */ = { |
| 344 | + isa = PBXShellScriptBuildPhase; |
| 345 | + buildActionMask = 2147483647; |
| 346 | + files = ( |
| 347 | + ); |
| 348 | + inputPaths = ( |
| 349 | + ); |
| 350 | + name = "📦 Copy Pods Resources"; |
| 351 | + outputPaths = ( |
| 352 | + ); |
| 353 | + runOnlyForDeploymentPostprocessing = 0; |
| 354 | + shellPath = /bin/sh; |
| 355 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AXAttributedLabel/Pods-AXAttributedLabel-resources.sh\"\n"; |
| 356 | + showEnvVarsInLog = 0; |
| 357 | + }; |
| 358 | +/* End PBXShellScriptBuildPhase section */ |
| 359 | + |
268 | 360 | /* Begin PBXSourcesBuildPhase section */
|
269 | 361 | 0189A19D1CDC465100D0F0D8 /* Sources */ = {
|
270 | 362 | isa = PBXSourcesBuildPhase;
|
|
273 | 365 | 0189A1AC1CDC465100D0F0D8 /* ViewController.m in Sources */,
|
274 | 366 | 0189A1A91CDC465100D0F0D8 /* AppDelegate.m in Sources */,
|
275 | 367 | 0189A1A61CDC465100D0F0D8 /* main.m in Sources */,
|
| 368 | + 0189A1D91CDC662000D0F0D8 /* AXAttributedLabel.m in Sources */, |
276 | 369 | );
|
277 | 370 | runOnlyForDeploymentPostprocessing = 0;
|
278 | 371 | };
|
|
411 | 504 | };
|
412 | 505 | 0189A1CF1CDC465200D0F0D8 /* Debug */ = {
|
413 | 506 | isa = XCBuildConfiguration;
|
| 507 | + baseConfigurationReference = FCA2CF1D4D938F3BBC706D28 /* Pods-AXAttributedLabel.debug.xcconfig */; |
414 | 508 | buildSettings = {
|
415 | 509 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
416 | 510 | INFOPLIST_FILE = AXAttributedLabel/Info.plist;
|
|
422 | 516 | };
|
423 | 517 | 0189A1D01CDC465200D0F0D8 /* Release */ = {
|
424 | 518 | isa = XCBuildConfiguration;
|
| 519 | + baseConfigurationReference = B4F07CA6E9515DBB9753D9C2 /* Pods-AXAttributedLabel.release.xcconfig */; |
425 | 520 | buildSettings = {
|
426 | 521 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
427 | 522 | INFOPLIST_FILE = AXAttributedLabel/Info.plist;
|
|
496 | 591 | 0189A1D01CDC465200D0F0D8 /* Release */,
|
497 | 592 | );
|
498 | 593 | defaultConfigurationIsVisible = 0;
|
| 594 | + defaultConfigurationName = Release; |
499 | 595 | };
|
500 | 596 | 0189A1D11CDC465200D0F0D8 /* Build configuration list for PBXNativeTarget "AXAttributedLabelTests" */ = {
|
501 | 597 | isa = XCConfigurationList;
|
|
504 | 600 | 0189A1D31CDC465200D0F0D8 /* Release */,
|
505 | 601 | );
|
506 | 602 | defaultConfigurationIsVisible = 0;
|
| 603 | + defaultConfigurationName = Release; |
507 | 604 | };
|
508 | 605 | 0189A1D41CDC465200D0F0D8 /* Build configuration list for PBXNativeTarget "AXAttributedLabelUITests" */ = {
|
509 | 606 | isa = XCConfigurationList;
|
|
512 | 609 | 0189A1D61CDC465200D0F0D8 /* Release */,
|
513 | 610 | );
|
514 | 611 | defaultConfigurationIsVisible = 0;
|
| 612 | + defaultConfigurationName = Release; |
515 | 613 | };
|
516 | 614 | /* End XCConfigurationList section */
|
517 | 615 | };
|
|
0 commit comments