diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.pbxproj b/DUREX Vendor Control/BT Vendor.xcodeproj/project.pbxproj index ce4c6fc..4d086f9 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.pbxproj +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/project.pbxproj @@ -63,7 +63,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 3471865D18070D9300FA0FB2 /* DUREX Vendor Control.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DUREX Vendor Control.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3471865D18070D9300FA0FB2 /* BT Vendor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BT Vendor.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 3471866018070D9300FA0FB2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 3471866218070D9300FA0FB2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 3471866418070D9300FA0FB2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; @@ -88,8 +88,8 @@ 34AAB877189804FF0019860D /* DUREXAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DUREXAppDelegate.m; path = FirstAppExample/DUREXAppDelegate.m; sourceTree = SOURCE_ROOT; }; 34AAB879189804FF0019860D /* EMDevicePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EMDevicePickerViewController.h; path = FirstAppExample/EMDevicePickerViewController.h; sourceTree = SOURCE_ROOT; }; 34AAB87A189804FF0019860D /* EMDevicePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EMDevicePickerViewController.m; path = FirstAppExample/EMDevicePickerViewController.m; sourceTree = SOURCE_ROOT; }; - 34AAB87E189804FF0019860D /* DUREX Vendor Control-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "DUREX Vendor Control-Info.plist"; path = "FirstAppExample/DUREX Vendor Control-Info.plist"; sourceTree = SOURCE_ROOT; }; - 34AAB87F189804FF0019860D /* DUREX Vendor Control-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "DUREX Vendor Control-Prefix.pch"; path = "FirstAppExample/DUREX Vendor Control-Prefix.pch"; sourceTree = SOURCE_ROOT; }; + 34AAB87E189804FF0019860D /* BT Vendor-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "BT Vendor-Info.plist"; path = "FirstAppExample/BT Vendor-Info.plist"; sourceTree = SOURCE_ROOT; }; + 34AAB87F189804FF0019860D /* BT Vendor-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "BT Vendor-Prefix.pch"; path = "FirstAppExample/BT Vendor-Prefix.pch"; sourceTree = SOURCE_ROOT; }; 34AAB880189804FF0019860D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FirstAppExample/main.m; sourceTree = SOURCE_ROOT; }; 34AAB88C189805300019860D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FirstAppExample/Images.xcassets; sourceTree = SOURCE_ROOT; }; F9015D9119B73052006C7882 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DatePickerViewController.xib; sourceTree = ""; }; @@ -227,7 +227,7 @@ 3471865E18070D9300FA0FB2 /* Products */ = { isa = PBXGroup; children = ( - 3471865D18070D9300FA0FB2 /* DUREX Vendor Control.app */, + 3471865D18070D9300FA0FB2 /* BT Vendor.app */, ); name = Products; sourceTree = ""; @@ -280,8 +280,8 @@ children = ( F9ED745719B89EF000C7298D /* Images */, F961D814199A5FA000E9282C /* Localizable.strings */, - 34AAB87E189804FF0019860D /* DUREX Vendor Control-Info.plist */, - 34AAB87F189804FF0019860D /* DUREX Vendor Control-Prefix.pch */, + 34AAB87E189804FF0019860D /* BT Vendor-Info.plist */, + 34AAB87F189804FF0019860D /* BT Vendor-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; @@ -410,9 +410,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 3471865C18070D9300FA0FB2 /* DUREX Vendor Control */ = { + 3471865C18070D9300FA0FB2 /* BT Vendor */ = { isa = PBXNativeTarget; - buildConfigurationList = 3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "DUREX Vendor Control" */; + buildConfigurationList = 3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "BT Vendor" */; buildPhases = ( 3471865918070D9300FA0FB2 /* Sources */, 3471865A18070D9300FA0FB2 /* Frameworks */, @@ -422,9 +422,9 @@ ); dependencies = ( ); - name = "DUREX Vendor Control"; + name = "BT Vendor"; productName = TestAppExample; - productReference = 3471865D18070D9300FA0FB2 /* DUREX Vendor Control.app */; + productReference = 3471865D18070D9300FA0FB2 /* BT Vendor.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -437,7 +437,7 @@ LastUpgradeCheck = 0510; ORGANIZATIONNAME = Emmoco; }; - buildConfigurationList = 3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "DUREX Vendor Control" */; + buildConfigurationList = 3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "BT Vendor" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -451,7 +451,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 3471865C18070D9300FA0FB2 /* DUREX Vendor Control */, + 3471865C18070D9300FA0FB2 /* BT Vendor */, ); }; /* End PBXProject section */ @@ -842,14 +842,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "FirstAppExample/DUREX Vendor Control-Prefix.pch"; - INFOPLIST_FILE = "FirstAppExample/DUREX Vendor Control-Info.plist"; + GCC_PREFIX_HEADER = "FirstAppExample/BT Vendor-Prefix.pch"; + INFOPLIST_FILE = "FirstAppExample/BT Vendor-Info.plist"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", EmmocoMobileFramework/Framework, ); OTHER_LDFLAGS = "-all_load"; - PRODUCT_NAME = "DUREX Vendor Control"; + PRODUCT_NAME = "BT Vendor"; WRAPPER_EXTENSION = app; }; name = Debug; @@ -860,14 +860,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "FirstAppExample/DUREX Vendor Control-Prefix.pch"; - INFOPLIST_FILE = "FirstAppExample/DUREX Vendor Control-Info.plist"; + GCC_PREFIX_HEADER = "FirstAppExample/BT Vendor-Prefix.pch"; + INFOPLIST_FILE = "FirstAppExample/BT Vendor-Info.plist"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", EmmocoMobileFramework/Framework, ); OTHER_LDFLAGS = "-all_load"; - PRODUCT_NAME = "DUREX Vendor Control"; + PRODUCT_NAME = "BT Vendor"; WRAPPER_EXTENSION = app; }; name = Release; @@ -875,7 +875,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "DUREX Vendor Control" */ = { + 3471865818070D9300FA0FB2 /* Build configuration list for PBXProject "BT Vendor" */ = { isa = XCConfigurationList; buildConfigurations = ( 3471868718070D9300FA0FB2 /* Debug */, @@ -884,7 +884,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "DUREX Vendor Control" */ = { + 3471868918070D9300FA0FB2 /* Build configuration list for PBXNativeTarget "BT Vendor" */ = { isa = XCConfigurationList; buildConfigurations = ( 3471868A18070D9300FA0FB2 /* Debug */, diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/contents.xcworkspacedata index ce14309..e7ac746 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:BT Vendor.xcodeproj"> diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcshareddata/DUREX Vendor Control.xccheckout b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcshareddata/DUREX Vendor Control.xccheckout index cde8688..cde8688 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcshareddata/DUREX Vendor Control.xccheckout +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcshareddata/DUREX Vendor Control.xccheckout diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcshareddata/FirstApp.xccheckout b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcshareddata/FirstApp.xccheckout index ad60022..ad60022 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcshareddata/FirstApp.xccheckout +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcshareddata/FirstApp.xccheckout diff --git a/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..1dd9a0e --- /dev/null +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/WorkspaceSettings.xcsettings b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/WorkspaceSettings.xcsettings index 659c876..659c876 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/WorkspaceSettings.xcsettings +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/WorkspaceSettings.xcsettings diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index f1c23a0..f1c23a0 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/DUREX Vendor Control.xcscheme b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/BT Vendor.xcscheme index 4fdaf38..21d0961 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/DUREX Vendor Control.xcscheme +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/BT Vendor.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "BT Vendor.app" + BlueprintName = "BT Vendor" + ReferencedContainer = "container:BT Vendor.xcodeproj"> @@ -35,7 +35,7 @@ BlueprintIdentifier = "3471867718070D9300FA0FB2" BuildableName = "DUREX Vendor ControlTests.xctest" BlueprintName = "DUREX Vendor ControlTests" - ReferencedContainer = "container:DUREX Vendor Control.xcodeproj"> + ReferencedContainer = "container:BT Vendor.xcodeproj"> @@ -43,9 +43,9 @@ + BuildableName = "BT Vendor.app" + BlueprintName = "BT Vendor" + ReferencedContainer = "container:BT Vendor.xcodeproj"> @@ -62,9 +62,9 @@ + BuildableName = "BT Vendor.app" + BlueprintName = "BT Vendor" + ReferencedContainer = "container:BT Vendor.xcodeproj"> @@ -80,9 +80,9 @@ + BuildableName = "BT Vendor.app" + BlueprintName = "BT Vendor" + ReferencedContainer = "container:BT Vendor.xcodeproj"> diff --git a/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/DUREX Vendor Control.xcscheme b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/DUREX Vendor Control.xcscheme new file mode 100644 index 0000000..21d0961 --- /dev/null +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/DUREX Vendor Control.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/xcschememanagement.plist b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/xcschememanagement.plist index 4351a92..7d118c8 100644 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/DUREX Vendor Control/BT Vendor.xcodeproj/xcuserdata/imanol.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,8 +4,15 @@ SchemeUserState + BT Vendor.xcscheme + + orderHint + 1 + DUREX Vendor Control.xcscheme + isShown + orderHint 0 diff --git a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate b/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index b8b1c21..0000000 --- a/DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate +++ /dev/null diff --git a/DUREX Vendor Control/FirstAppExample/DUREX Vendor Control-Info.plist b/DUREX Vendor Control/FirstAppExample/BT Vendor-Info.plist index 6d98a63..c2dd093 100644 --- a/DUREX Vendor Control/FirstAppExample/DUREX Vendor Control-Info.plist +++ b/DUREX Vendor Control/FirstAppExample/BT Vendor-Info.plist @@ -6,6 +6,23 @@ en CFBundleDisplayName ${PRODUCT_NAME} + CFBundleDocumentTypes + + + CFBundleTypeIconFiles + + CFBundleTypeName + BT Vendor batch command file + CFBundleTypeRole + Editor + LSHandlerRank + Owner + LSItemContentTypes + + com.emmoco.BT-Vendor.batchfile + + + CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier @@ -37,5 +54,29 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.data + + UTTypeDescription + BT Vendor batch command file + UTTypeIdentifier + com.emmoco.BT-Vendor.batchfile + UTTypeTagSpecification + + public.filename-extension + + btvb + + public.mime-type + + application/btvendor + + + + diff --git a/DUREX Vendor Control/FirstAppExample/DUREX Vendor Control-Prefix.pch b/DUREX Vendor Control/FirstAppExample/BT Vendor-Prefix.pch index 743435c..743435c 100644 --- a/DUREX Vendor Control/FirstAppExample/DUREX Vendor Control-Prefix.pch +++ b/DUREX Vendor Control/FirstAppExample/BT Vendor-Prefix.pch