diff --git a/HexUploader.xcodeproj/project.pbxproj b/HexUploader.xcodeproj/project.pbxproj index 50676a0..ef8d75f 100644 --- a/HexUploader.xcodeproj/project.pbxproj +++ b/HexUploader.xcodeproj/project.pbxproj @@ -308,7 +308,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_ARC = YES; - CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_IDENTITY = "Mac Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -326,7 +326,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_OBJC_ARC = YES; - CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_IDENTITY = "Mac Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/HexUploader.xcodeproj/project.xcworkspace/xcuserdata/plkap74.xcuserdatad/UserInterfaceState.xcuserstate b/HexUploader.xcodeproj/project.xcworkspace/xcuserdata/plkap74.xcuserdatad/UserInterfaceState.xcuserstate index 5d871c0..c08cab5 100644 Binary files a/HexUploader.xcodeproj/project.xcworkspace/xcuserdata/plkap74.xcuserdatad/UserInterfaceState.xcuserstate and b/HexUploader.xcodeproj/project.xcworkspace/xcuserdata/plkap74.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Resources/HexUploader-Info.plist b/Resources/HexUploader-Info.plist index 259ef14..3586f48 100644 --- a/Resources/HexUploader-Info.plist +++ b/Resources/HexUploader-Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 1.1 CFBundleSignature ???? CFBundleVersion - 2 + 3 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/Sources/HexLoaderController.m b/Sources/HexLoaderController.m index c70f6bf..1406996 100644 --- a/Sources/HexLoaderController.m +++ b/Sources/HexLoaderController.m @@ -213,8 +213,8 @@ - (IBAction)sendFileButtonAction:(id)sender{ NSLog(@""); - [task setLaunchPath:@"/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude"]; - [task setCurrentDirectoryPath:@"/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc"]; + [task setLaunchPath:@"/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude"]; + [task setCurrentDirectoryPath:@"/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc"]; NSArray *args = [NSArray arrayWithObjects: @"-F",