diff --git a/pw3270.xcodeproj/project.pbxproj b/pw3270.xcodeproj/project.pbxproj new file mode 100644 index 0000000..720db2d --- /dev/null +++ b/pw3270.xcodeproj/project.pbxproj @@ -0,0 +1,156 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXFileReference section */ + C206CED615D7F1060005A1F7 /* mkfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mkfb.c; path = src/lib3270/mkfb.c; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + C232305B15D7F01F00E76E83 = { + isa = PBXGroup; + children = ( + C206CED615D7F1060005A1F7 /* mkfb.c */, + ); + sourceTree = ""; + usesTabs = 1; + }; +/* End PBXGroup section */ + +/* Begin PBXLegacyTarget section */ + C232306215D7F01F00E76E83 /* pw3270 */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "$(ACTION)"; + buildConfigurationList = C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "pw3270" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + dependencies = ( + ); + name = pw3270; + passBuildSettingsInEnvironment = 1; + productName = pw3270; + }; +/* End PBXLegacyTarget section */ + +/* Begin PBXProject section */ + C232305D15D7F01F00E76E83 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0440; + ORGANIZATIONNAME = "Perry Werneck"; + }; + buildConfigurationList = C232306015D7F01F00E76E83 /* Build configuration list for PBXProject "pw3270" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = C232305B15D7F01F00E76E83; + projectDirPath = ""; + projectRoot = ""; + targets = ( + C232306215D7F01F00E76E83 /* pw3270 */, + ); + }; +/* End PBXProject section */ + +/* Begin XCBuildConfiguration section */ + C232306315D7F01F00E76E83 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.8; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + C232306415D7F01F00E76E83 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.8; + SDKROOT = macosx; + }; + name = Release; + }; + C232306615D7F01F00E76E83 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + C232306715D7F01F00E76E83 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C232306015D7F01F00E76E83 /* Build configuration list for PBXProject "pw3270" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C232306315D7F01F00E76E83 /* Debug */, + C232306415D7F01F00E76E83 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C232306515D7F01F00E76E83 /* Build configuration list for PBXLegacyTarget "pw3270" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C232306615D7F01F00E76E83 /* Debug */, + C232306715D7F01F00E76E83 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = C232305D15D7F01F00E76E83 /* Project object */; +} diff --git a/pw3270.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/pw3270.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..176d3ef --- /dev/null +++ b/pw3270.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/pw3270.xcodeproj/project.xcworkspace/xcuserdata/perry.xcuserdatad/UserInterfaceState.xcuserstate b/pw3270.xcodeproj/project.xcworkspace/xcuserdata/perry.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..e8d95e5 Binary files /dev/null and b/pw3270.xcodeproj/project.xcworkspace/xcuserdata/perry.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/pw3270.xcscheme b/pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/pw3270.xcscheme new file mode 100644 index 0000000..015cc12 --- /dev/null +++ b/pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/pw3270.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/xcschememanagement.plist b/pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..b729d76 --- /dev/null +++ b/pw3270.xcodeproj/xcuserdata/perry.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + pw3270.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + C232306215D7F01F00E76E83 + + primary + + + + + -- libgit2 0.21.2