|
6 | 6 | objectVersion = 46; |
7 | 7 | objects = { |
8 | 8 |
|
9 | | -/* Begin PBXAggregateTarget section */ |
10 | | - 4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */ = { |
11 | | - isa = PBXAggregateTarget; |
12 | | - buildConfigurationList = 4C37A5731D45CA7100FC20A4 /* Build configuration list for PBXAggregateTarget "Cleanup Whitespace" */; |
13 | | - buildPhases = ( |
14 | | - 4C37A5741D45CA7600FC20A4 /* Cleanup Whitespace */, |
15 | | - ); |
16 | | - dependencies = ( |
17 | | - ); |
18 | | - name = "Cleanup Whitespace"; |
19 | | - productName = "Cleanup Whitespace"; |
20 | | - }; |
21 | | -/* End PBXAggregateTarget section */ |
22 | | - |
23 | 9 | /* Begin PBXBuildFile section */ |
24 | 10 | 4CB928441C66E1A700CE5F08 /* AlamofireNetworkActivityIndicator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CB928391C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator.framework */; }; |
25 | 11 | 4CB928581C66E20600CE5F08 /* AlamofireNetworkActivityIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CB928561C66E20600CE5F08 /* AlamofireNetworkActivityIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
282 | 268 | LastUpgradeCheck = 1020; |
283 | 269 | ORGANIZATIONNAME = Alamofire; |
284 | 270 | TargetAttributes = { |
285 | | - 4C37A5691D45CA7100FC20A4 = { |
286 | | - CreatedOnToolsVersion = 7.3.1; |
287 | | - }; |
288 | 271 | 4CB928381C66E1A600CE5F08 = { |
289 | 272 | CreatedOnToolsVersion = 7.2; |
290 | 273 | LastSwiftMigration = 1020; |
|
317 | 300 | targets = ( |
318 | 301 | 4CB928381C66E1A600CE5F08 /* AlamofireNetworkActivityIndicator */, |
319 | 302 | 4CB928421C66E1A700CE5F08 /* AlamofireNetworkActivityIndicatorTests */, |
320 | | - 4C37A5691D45CA7100FC20A4 /* Cleanup Whitespace */, |
321 | 303 | ); |
322 | 304 | }; |
323 | 305 | /* End PBXProject section */ |
|
391 | 373 | }; |
392 | 374 | /* End PBXResourcesBuildPhase section */ |
393 | 375 |
|
394 | | -/* Begin PBXShellScriptBuildPhase section */ |
395 | | - 4C37A5741D45CA7600FC20A4 /* Cleanup Whitespace */ = { |
396 | | - isa = PBXShellScriptBuildPhase; |
397 | | - buildActionMask = 2147483647; |
398 | | - files = ( |
399 | | - ); |
400 | | - inputPaths = ( |
401 | | - ); |
402 | | - name = "Cleanup Whitespace"; |
403 | | - outputPaths = ( |
404 | | - ); |
405 | | - runOnlyForDeploymentPostprocessing = 0; |
406 | | - shellPath = /bin/sh; |
407 | | - shellScript = "#!/bin/sh\ndirectories=(Source Tests)\n\nfor directory in \"${directories[@]}\"\ndo\necho \"Cleaning whitespace in directory: $directory\"\nfind $directory -iregex '.*\\.swift' -exec sed -E -i '' -e 's/[[:blank:]]*$//' {} \\;\ndone\n"; |
408 | | - }; |
409 | | -/* End PBXShellScriptBuildPhase section */ |
410 | | - |
411 | 376 | /* Begin PBXSourcesBuildPhase section */ |
412 | 377 | 4CB928341C66E1A600CE5F08 /* Sources */ = { |
413 | 378 | isa = PBXSourcesBuildPhase; |
|
441 | 406 | /* End PBXTargetDependency section */ |
442 | 407 |
|
443 | 408 | /* Begin XCBuildConfiguration section */ |
444 | | - 4C37A56A1D45CA7100FC20A4 /* Debug */ = { |
445 | | - isa = XCBuildConfiguration; |
446 | | - buildSettings = { |
447 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
448 | | - }; |
449 | | - name = Debug; |
450 | | - }; |
451 | | - 4C37A56B1D45CA7100FC20A4 /* Release */ = { |
452 | | - isa = XCBuildConfiguration; |
453 | | - buildSettings = { |
454 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
455 | | - }; |
456 | | - name = Release; |
457 | | - }; |
458 | 409 | 4CB9284B1C66E1A700CE5F08 /* Debug */ = { |
459 | 410 | isa = XCBuildConfiguration; |
460 | 411 | buildSettings = { |
|
592 | 543 | INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist"; |
593 | 544 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
594 | 545 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 546 | + MARKETING_VERSION = 3.0.1; |
595 | 547 | PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator; |
596 | 548 | PRODUCT_NAME = "$(TARGET_NAME)"; |
597 | 549 | SKIP_INSTALL = YES; |
|
612 | 564 | INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist"; |
613 | 565 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
614 | 566 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 567 | + MARKETING_VERSION = 3.0.1; |
615 | 568 | PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireNetworkActivityIndicator; |
616 | 569 | PRODUCT_NAME = "$(TARGET_NAME)"; |
617 | 570 | SKIP_INSTALL = YES; |
|
643 | 596 | /* End XCBuildConfiguration section */ |
644 | 597 |
|
645 | 598 | /* Begin XCConfigurationList section */ |
646 | | - 4C37A5731D45CA7100FC20A4 /* Build configuration list for PBXAggregateTarget "Cleanup Whitespace" */ = { |
647 | | - isa = XCConfigurationList; |
648 | | - buildConfigurations = ( |
649 | | - 4C37A56A1D45CA7100FC20A4 /* Debug */, |
650 | | - 4C37A56B1D45CA7100FC20A4 /* Release */, |
651 | | - ); |
652 | | - defaultConfigurationIsVisible = 0; |
653 | | - defaultConfigurationName = Release; |
654 | | - }; |
655 | 599 | 4CB928331C66E1A600CE5F08 /* Build configuration list for PBXProject "AlamofireNetworkActivityIndicator" */ = { |
656 | 600 | isa = XCConfigurationList; |
657 | 601 | buildConfigurations = ( |
|
0 commit comments