diff --git a/Inkscape-wrapper.xcodeproj/project.pbxproj b/Inkscape-wrapper.xcodeproj/project.pbxproj new file mode 100644 index 0000000..ac3b22b --- /dev/null +++ b/Inkscape-wrapper.xcodeproj/project.pbxproj @@ -0,0 +1,328 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 5629E7301895FC4C0062E730 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5629E72F1895FC4C0062E730 /* Cocoa.framework */; }; + 5629E7321895FC4C0062E730 /* AppleScriptObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5629E7311895FC4C0062E730 /* AppleScriptObjC.framework */; }; + 5629E73C1895FC4C0062E730 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 5629E73A1895FC4C0062E730 /* InfoPlist.strings */; }; + 5629E73E1895FC4C0062E730 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5629E73D1895FC4C0062E730 /* main.m */; }; + 5629E7421895FC4C0062E730 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 5629E7401895FC4C0062E730 /* Credits.rtf */; }; + 5629E7441895FC4C0062E730 /* AppDelegate.applescript in Sources */ = {isa = PBXBuildFile; fileRef = 5629E7431895FC4C0062E730 /* AppDelegate.applescript */; }; + 5629E7471895FC4C0062E730 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5629E7451895FC4C0062E730 /* MainMenu.xib */; }; + 5629E7491895FC4C0062E730 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5629E7481895FC4C0062E730 /* Images.xcassets */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 5629E72C1895FC4C0062E730 /* Inkscape-wrapper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Inkscape-wrapper.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5629E72F1895FC4C0062E730 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + 5629E7311895FC4C0062E730 /* AppleScriptObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppleScriptObjC.framework; path = System/Library/Frameworks/AppleScriptObjC.framework; sourceTree = SDKROOT; }; + 5629E7341895FC4C0062E730 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; + 5629E7351895FC4C0062E730 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; + 5629E7361895FC4C0062E730 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 5629E7391895FC4C0062E730 /* Inkscape-wrapper-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Inkscape-wrapper-Info.plist"; sourceTree = ""; }; + 5629E73B1895FC4C0062E730 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 5629E73D1895FC4C0062E730 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 5629E73F1895FC4C0062E730 /* Inkscape-wrapper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Inkscape-wrapper-Prefix.pch"; sourceTree = ""; }; + 5629E7411895FC4C0062E730 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; + 5629E7431895FC4C0062E730 /* AppDelegate.applescript */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.applescript; path = AppDelegate.applescript; sourceTree = ""; }; + 5629E7461895FC4C0062E730 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; + 5629E7481895FC4C0062E730 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 5629E7291895FC4C0062E730 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5629E7321895FC4C0062E730 /* AppleScriptObjC.framework in Frameworks */, + 5629E7301895FC4C0062E730 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 5629E7231895FC4C0062E730 = { + isa = PBXGroup; + children = ( + 5629E7371895FC4C0062E730 /* Inkscape-wrapper */, + 5629E72E1895FC4C0062E730 /* Frameworks */, + 5629E72D1895FC4C0062E730 /* Products */, + ); + sourceTree = ""; + }; + 5629E72D1895FC4C0062E730 /* Products */ = { + isa = PBXGroup; + children = ( + 5629E72C1895FC4C0062E730 /* Inkscape-wrapper.app */, + ); + name = Products; + sourceTree = ""; + }; + 5629E72E1895FC4C0062E730 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5629E72F1895FC4C0062E730 /* Cocoa.framework */, + 5629E7311895FC4C0062E730 /* AppleScriptObjC.framework */, + 5629E7331895FC4C0062E730 /* Other Frameworks */, + ); + name = Frameworks; + sourceTree = ""; + }; + 5629E7331895FC4C0062E730 /* Other Frameworks */ = { + isa = PBXGroup; + children = ( + 5629E7341895FC4C0062E730 /* AppKit.framework */, + 5629E7351895FC4C0062E730 /* CoreData.framework */, + 5629E7361895FC4C0062E730 /* Foundation.framework */, + ); + name = "Other Frameworks"; + sourceTree = ""; + }; + 5629E7371895FC4C0062E730 /* Inkscape-wrapper */ = { + isa = PBXGroup; + children = ( + 5629E7431895FC4C0062E730 /* AppDelegate.applescript */, + 5629E7451895FC4C0062E730 /* MainMenu.xib */, + 5629E7481895FC4C0062E730 /* Images.xcassets */, + 5629E7381895FC4C0062E730 /* Supporting Files */, + ); + path = "Inkscape-wrapper"; + sourceTree = ""; + }; + 5629E7381895FC4C0062E730 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 5629E7391895FC4C0062E730 /* Inkscape-wrapper-Info.plist */, + 5629E73A1895FC4C0062E730 /* InfoPlist.strings */, + 5629E73D1895FC4C0062E730 /* main.m */, + 5629E73F1895FC4C0062E730 /* Inkscape-wrapper-Prefix.pch */, + 5629E7401895FC4C0062E730 /* Credits.rtf */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 5629E72B1895FC4C0062E730 /* Inkscape-wrapper */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5629E74C1895FC4C0062E730 /* Build configuration list for PBXNativeTarget "Inkscape-wrapper" */; + buildPhases = ( + 5629E7281895FC4C0062E730 /* Sources */, + 5629E7291895FC4C0062E730 /* Frameworks */, + 5629E72A1895FC4C0062E730 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Inkscape-wrapper"; + productName = "Inkscape-wrapper"; + productReference = 5629E72C1895FC4C0062E730 /* Inkscape-wrapper.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 5629E7241895FC4C0062E730 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Nigel Stanger"; + }; + buildConfigurationList = 5629E7271895FC4C0062E730 /* Build configuration list for PBXProject "Inkscape-wrapper" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 5629E7231895FC4C0062E730; + productRefGroup = 5629E72D1895FC4C0062E730 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 5629E72B1895FC4C0062E730 /* Inkscape-wrapper */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 5629E72A1895FC4C0062E730 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5629E73C1895FC4C0062E730 /* InfoPlist.strings in Resources */, + 5629E7491895FC4C0062E730 /* Images.xcassets in Resources */, + 5629E7421895FC4C0062E730 /* Credits.rtf in Resources */, + 5629E7471895FC4C0062E730 /* MainMenu.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 5629E7281895FC4C0062E730 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5629E7441895FC4C0062E730 /* AppDelegate.applescript in Sources */, + 5629E73E1895FC4C0062E730 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 5629E73A1895FC4C0062E730 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 5629E73B1895FC4C0062E730 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 5629E7401895FC4C0062E730 /* Credits.rtf */ = { + isa = PBXVariantGroup; + children = ( + 5629E7411895FC4C0062E730 /* en */, + ); + name = Credits.rtf; + sourceTree = ""; + }; + 5629E7451895FC4C0062E730 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + 5629E7461895FC4C0062E730 /* Base */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 5629E74A1895FC4C0062E730 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + 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_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.9; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 5629E74B1895FC4C0062E730 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.9; + SDKROOT = macosx; + }; + name = Release; + }; + 5629E74D1895FC4C0062E730 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + COMBINE_HIDPI_IMAGES = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Inkscape-wrapper/Inkscape-wrapper-Prefix.pch"; + INFOPLIST_FILE = "Inkscape-wrapper/Inkscape-wrapper-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 5629E74E1895FC4C0062E730 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + COMBINE_HIDPI_IMAGES = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Inkscape-wrapper/Inkscape-wrapper-Prefix.pch"; + INFOPLIST_FILE = "Inkscape-wrapper/Inkscape-wrapper-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 5629E7271895FC4C0062E730 /* Build configuration list for PBXProject "Inkscape-wrapper" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5629E74A1895FC4C0062E730 /* Debug */, + 5629E74B1895FC4C0062E730 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5629E74C1895FC4C0062E730 /* Build configuration list for PBXNativeTarget "Inkscape-wrapper" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5629E74D1895FC4C0062E730 /* Debug */, + 5629E74E1895FC4C0062E730 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 5629E7241895FC4C0062E730 /* Project object */; +}