Commit d802d3304f597ae2b7e6dc9ddcc6186d845375f1
1 parent
91f23d5f
Exists in
master
and in
5 other branches
Criando projeto mac
Showing
5 changed files
with
244 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,156 @@ |
1 | +// !$*UTF8*$! | |
2 | +{ | |
3 | + archiveVersion = 1; | |
4 | + classes = { | |
5 | + }; | |
6 | + objectVersion = 46; | |
7 | + objects = { | |
8 | + | |
9 | +/* Begin PBXFileReference section */ | |
10 | + C206CED615D7F1060005A1F7 /* mkfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mkfb.c; path = src/lib3270/mkfb.c; sourceTree = "<group>"; }; | |
11 | +/* End PBXFileReference section */ | |
12 | + | |
13 | +/* Begin PBXGroup section */ | |
14 | + C232305B15D7F01F00E76E83 = { | |
15 | + isa = PBXGroup; | |
16 | + children = ( | |
17 | + C206CED615D7F1060005A1F7 /* mkfb.c */, | |
18 | + ); | |
19 | + sourceTree = "<group>"; | |
20 | + usesTabs = 1; | |
21 | + }; | |
22 | +/* End PBXGroup section */ | |
23 | + | |
24 | +/* Begin PBXLegacyTarget section */ | |
25 | + C232306215D7F01F00E76E83 /* pw3270 */ = { | |
26 | + isa = PBXLegacyTarget; | |
27 | + buildArgumentsString = "$(ACTION)"; | |
28 | + buildConfigurationList = C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "pw3270" */; | |
29 | + buildPhases = ( | |
30 | + ); | |
31 | + buildToolPath = /usr/bin/make; | |
32 | + dependencies = ( | |
33 | + ); | |
34 | + name = pw3270; | |
35 | + passBuildSettingsInEnvironment = 1; | |
36 | + productName = pw3270; | |
37 | + }; | |
38 | +/* End PBXLegacyTarget section */ | |
39 | + | |
40 | +/* Begin PBXProject section */ | |
41 | + C232305D15D7F01F00E76E83 /* Project object */ = { | |
42 | + isa = PBXProject; | |
43 | + attributes = { | |
44 | + LastUpgradeCheck = 0440; | |
45 | + ORGANIZATIONNAME = "Perry Werneck"; | |
46 | + }; | |
47 | + buildConfigurationList = C232306015D7F01F00E76E83 /* Build configuration list for PBXProject "pw3270" */; | |
48 | + compatibilityVersion = "Xcode 3.2"; | |
49 | + developmentRegion = English; | |
50 | + hasScannedForEncodings = 0; | |
51 | + knownRegions = ( | |
52 | + en, | |
53 | + ); | |
54 | + mainGroup = C232305B15D7F01F00E76E83; | |
55 | + projectDirPath = ""; | |
56 | + projectRoot = ""; | |
57 | + targets = ( | |
58 | + C232306215D7F01F00E76E83 /* pw3270 */, | |
59 | + ); | |
60 | + }; | |
61 | +/* End PBXProject section */ | |
62 | + | |
63 | +/* Begin XCBuildConfiguration section */ | |
64 | + C232306315D7F01F00E76E83 /* Debug */ = { | |
65 | + isa = XCBuildConfiguration; | |
66 | + buildSettings = { | |
67 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
68 | + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | |
69 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
70 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
71 | + COPY_PHASE_STRIP = NO; | |
72 | + GCC_C_LANGUAGE_STANDARD = gnu99; | |
73 | + GCC_DYNAMIC_NO_PIC = NO; | |
74 | + GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
75 | + GCC_OPTIMIZATION_LEVEL = 0; | |
76 | + GCC_PREPROCESSOR_DEFINITIONS = ( | |
77 | + "DEBUG=1", | |
78 | + "$(inherited)", | |
79 | + ); | |
80 | + GCC_SYMBOLS_PRIVATE_EXTERN = NO; | |
81 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
82 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
83 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
84 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
85 | + MACOSX_DEPLOYMENT_TARGET = 10.8; | |
86 | + ONLY_ACTIVE_ARCH = YES; | |
87 | + SDKROOT = macosx; | |
88 | + }; | |
89 | + name = Debug; | |
90 | + }; | |
91 | + C232306415D7F01F00E76E83 /* Release */ = { | |
92 | + isa = XCBuildConfiguration; | |
93 | + buildSettings = { | |
94 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
95 | + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | |
96 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
97 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
98 | + COPY_PHASE_STRIP = YES; | |
99 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
100 | + GCC_C_LANGUAGE_STANDARD = gnu99; | |
101 | + GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
102 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
103 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
104 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
105 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
106 | + MACOSX_DEPLOYMENT_TARGET = 10.8; | |
107 | + SDKROOT = macosx; | |
108 | + }; | |
109 | + name = Release; | |
110 | + }; | |
111 | + C232306615D7F01F00E76E83 /* Debug */ = { | |
112 | + isa = XCBuildConfiguration; | |
113 | + buildSettings = { | |
114 | + DEBUGGING_SYMBOLS = YES; | |
115 | + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; | |
116 | + GCC_OPTIMIZATION_LEVEL = 0; | |
117 | + OTHER_CFLAGS = ""; | |
118 | + OTHER_LDFLAGS = ""; | |
119 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
120 | + }; | |
121 | + name = Debug; | |
122 | + }; | |
123 | + C232306715D7F01F00E76E83 /* Release */ = { | |
124 | + isa = XCBuildConfiguration; | |
125 | + buildSettings = { | |
126 | + OTHER_CFLAGS = ""; | |
127 | + OTHER_LDFLAGS = ""; | |
128 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
129 | + }; | |
130 | + name = Release; | |
131 | + }; | |
132 | +/* End XCBuildConfiguration section */ | |
133 | + | |
134 | +/* Begin XCConfigurationList section */ | |
135 | + C232306015D7F01F00E76E83 /* Build configuration list for PBXProject "pw3270" */ = { | |
136 | + isa = XCConfigurationList; | |
137 | + buildConfigurations = ( | |
138 | + C232306315D7F01F00E76E83 /* Debug */, | |
139 | + C232306415D7F01F00E76E83 /* Release */, | |
140 | + ); | |
141 | + defaultConfigurationIsVisible = 0; | |
142 | + defaultConfigurationName = Release; | |
143 | + }; | |
144 | + C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "pw3270" */ = { | |
145 | + isa = XCConfigurationList; | |
146 | + buildConfigurations = ( | |
147 | + C232306615D7F01F00E76E83 /* Debug */, | |
148 | + C232306715D7F01F00E76E83 /* Release */, | |
149 | + ); | |
150 | + defaultConfigurationIsVisible = 0; | |
151 | + defaultConfigurationName = Release; | |
152 | + }; | |
153 | +/* End XCConfigurationList section */ | |
154 | + }; | |
155 | + rootObject = C232305D15D7F01F00E76E83 /* Project object */; | |
156 | +} | ... | ... |
pw3270.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
pw3270.xcodeproj/project.xcworkspace/xcuserdata/perry.xcuserdatad/UserInterfaceState.xcuserstate
0 → 100644
No preview for this file type
pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/pw3270.xcscheme
0 → 100644
... | ... | @@ -0,0 +1,59 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Scheme | |
3 | + LastUpgradeVersion = "0440" | |
4 | + version = "1.3"> | |
5 | + <BuildAction | |
6 | + parallelizeBuildables = "YES" | |
7 | + buildImplicitDependencies = "YES"> | |
8 | + <BuildActionEntries> | |
9 | + <BuildActionEntry | |
10 | + buildForTesting = "YES" | |
11 | + buildForRunning = "YES" | |
12 | + buildForProfiling = "YES" | |
13 | + buildForArchiving = "YES" | |
14 | + buildForAnalyzing = "YES"> | |
15 | + <BuildableReference | |
16 | + BuildableIdentifier = "primary" | |
17 | + BlueprintIdentifier = "C232306215D7F01F00E76E83" | |
18 | + BuildableName = "pw3270" | |
19 | + BlueprintName = "pw3270" | |
20 | + ReferencedContainer = "container:pw3270.xcodeproj"> | |
21 | + </BuildableReference> | |
22 | + </BuildActionEntry> | |
23 | + </BuildActionEntries> | |
24 | + </BuildAction> | |
25 | + <TestAction | |
26 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
27 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
28 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
29 | + buildConfiguration = "Debug"> | |
30 | + <Testables> | |
31 | + </Testables> | |
32 | + </TestAction> | |
33 | + <LaunchAction | |
34 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
35 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
36 | + launchStyle = "0" | |
37 | + useCustomWorkingDirectory = "NO" | |
38 | + buildConfiguration = "Debug" | |
39 | + ignoresPersistentStateOnLaunch = "NO" | |
40 | + debugDocumentVersioning = "YES" | |
41 | + allowLocationSimulation = "YES"> | |
42 | + <AdditionalOptions> | |
43 | + </AdditionalOptions> | |
44 | + </LaunchAction> | |
45 | + <ProfileAction | |
46 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
47 | + savedToolIdentifier = "" | |
48 | + useCustomWorkingDirectory = "NO" | |
49 | + buildConfiguration = "Release" | |
50 | + debugDocumentVersioning = "YES"> | |
51 | + </ProfileAction> | |
52 | + <AnalyzeAction | |
53 | + buildConfiguration = "Debug"> | |
54 | + </AnalyzeAction> | |
55 | + <ArchiveAction | |
56 | + buildConfiguration = "Release" | |
57 | + revealArchiveInOrganizer = "YES"> | |
58 | + </ArchiveAction> | |
59 | +</Scheme> | ... | ... |
pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/xcschememanagement.plist
0 → 100644
... | ... | @@ -0,0 +1,22 @@ |
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>SchemeUserState</key> | |
6 | + <dict> | |
7 | + <key>pw3270.xcscheme</key> | |
8 | + <dict> | |
9 | + <key>orderHint</key> | |
10 | + <integer>0</integer> | |
11 | + </dict> | |
12 | + </dict> | |
13 | + <key>SuppressBuildableAutocreation</key> | |
14 | + <dict> | |
15 | + <key>C232306215D7F01F00E76E83</key> | |
16 | + <dict> | |
17 | + <key>primary</key> | |
18 | + <true/> | |
19 | + </dict> | |
20 | + </dict> | |
21 | +</dict> | |
22 | +</plist> | ... | ... |