Commit e2af8ed6172313a9d36490f63db2c4159ae34881
1 parent
9ff237e4
Exists in
master
and in
5 other branches
Ajustes para compilacao em macosx
Showing
4 changed files
with
18 additions
and
7 deletions
Show diff stats
pw3270.xcodeproj/project.pbxproj
... | ... | @@ -669,16 +669,17 @@ |
669 | 669 | /* End PBXGroup section */ |
670 | 670 | |
671 | 671 | /* Begin PBXLegacyTarget section */ |
672 | - C232306215D7F01F00E76E83 /* pw3270 */ = { | |
672 | + C232306215D7F01F00E76E83 /* Debug */ = { | |
673 | 673 | isa = PBXLegacyTarget; |
674 | - buildArgumentsString = "$(ACTION)"; | |
675 | - buildConfigurationList = C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "pw3270" */; | |
674 | + buildArgumentsString = Debug; | |
675 | + buildConfigurationList = C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "Debug" */; | |
676 | 676 | buildPhases = ( |
677 | 677 | ); |
678 | 678 | buildToolPath = /usr/bin/make; |
679 | + buildWorkingDirectory = ""; | |
679 | 680 | dependencies = ( |
680 | 681 | ); |
681 | - name = pw3270; | |
682 | + name = Debug; | |
682 | 683 | passBuildSettingsInEnvironment = 1; |
683 | 684 | productName = pw3270; |
684 | 685 | }; |
... | ... | @@ -702,7 +703,7 @@ |
702 | 703 | projectDirPath = ""; |
703 | 704 | projectRoot = ""; |
704 | 705 | targets = ( |
705 | - C232306215D7F01F00E76E83 /* pw3270 */, | |
706 | + C232306215D7F01F00E76E83 /* Debug */, | |
706 | 707 | ); |
707 | 708 | }; |
708 | 709 | /* End PBXProject section */ |
... | ... | @@ -788,7 +789,7 @@ |
788 | 789 | defaultConfigurationIsVisible = 0; |
789 | 790 | defaultConfigurationName = Release; |
790 | 791 | }; |
791 | - C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "pw3270" */ = { | |
792 | + C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "Debug" */ = { | |
792 | 793 | isa = XCConfigurationList; |
793 | 794 | buildConfigurations = ( |
794 | 795 | C232306615D7F01F00E76E83 /* Debug */, | ... | ... |
pw3270.xcodeproj/project.xcworkspace/xcuserdata/perry.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/pw3270.xcscheme
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | BuildableIdentifier = "primary" |
17 | 17 | BlueprintIdentifier = "C232306215D7F01F00E76E83" |
18 | 18 | BuildableName = "pw3270" |
19 | - BlueprintName = "pw3270" | |
19 | + BlueprintName = "Debug" | |
20 | 20 | ReferencedContainer = "container:pw3270.xcodeproj"> |
21 | 21 | </BuildableReference> |
22 | 22 | </BuildActionEntry> | ... | ... |
pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/xcschememanagement.plist
... | ... | @@ -4,6 +4,11 @@ |
4 | 4 | <dict> |
5 | 5 | <key>SchemeUserState</key> |
6 | 6 | <dict> |
7 | + <key>pw3270 copy.xcscheme</key> | |
8 | + <dict> | |
9 | + <key>orderHint</key> | |
10 | + <integer>1</integer> | |
11 | + </dict> | |
7 | 12 | <key>pw3270.xcscheme</key> |
8 | 13 | <dict> |
9 | 14 | <key>orderHint</key> |
... | ... | @@ -17,6 +22,11 @@ |
17 | 22 | <key>primary</key> |
18 | 23 | <true/> |
19 | 24 | </dict> |
25 | + <key>C272076E15D7FED400CCCD22</key> | |
26 | + <dict> | |
27 | + <key>primary</key> | |
28 | + <true/> | |
29 | + </dict> | |
20 | 30 | </dict> |
21 | 31 | </dict> |
22 | 32 | </plist> | ... | ... |