Skip to content

Commit

Permalink
- Update project settings to current minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnieda committed Oct 9, 2024
1 parent f73accd commit d3d6c5d
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 87 deletions.
13 changes: 9 additions & 4 deletions AVRFuses.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -190,7 +190,8 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1400;
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1600;
TargetAttributes = {
8D1107260486CEB800E47090 = {
DevelopmentTeam = KZ3MZ5JYNR;
Expand Down Expand Up @@ -270,6 +271,7 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = AVRFuses.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
Expand All @@ -293,7 +295,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = org.vonnieda.AVRFuses;
PRODUCT_NAME = AVRFuses;
Expand All @@ -307,6 +309,7 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = AVRFuses.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
Expand All @@ -328,7 +331,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = org.vonnieda.AVRFuses;
PRODUCT_NAME = AVRFuses;
Expand Down Expand Up @@ -364,6 +367,7 @@
DEVELOPMENT_TEAM = KZ3MZ5JYNR;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down Expand Up @@ -403,6 +407,7 @@
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = KZ3MZ5JYNR;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down
2 changes: 1 addition & 1 deletion AVRFusesController.m
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ - (void)loadAvrdudeConfigs
NSString *line = [lines objectAtIndex: i];
NSRange range;
if (!avrdudeVersion) {
range = [line rangeOfString: @"version" options:NSCaseInsensitiveSearch];
range = [line rangeOfString: @"version" options:NSCaseInsensitiveSearch];
if (range.location != NSNotFound) {
NSString *substr = [line substringFromIndex: range.location];
NSArray *comps = [substr componentsSeparatedByString: @" "];
Expand Down
160 changes: 80 additions & 80 deletions Base.lproj/MainMenu.nib/designable.nib

Large diffs are not rendered by default.

Binary file modified Base.lproj/MainMenu.nib/keyedobjects-101300.nib
Binary file not shown.
Binary file modified Base.lproj/MainMenu.nib/keyedobjects-110000.nib
Binary file not shown.
Binary file modified Base.lproj/MainMenu.nib/keyedobjects.nib
Binary file not shown.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>NSAppTransportSecurity</key>
Expand All @@ -39,7 +39,7 @@
<key>SUFeedURL</key>
<string>http://www.vonnieda.org/AVRFuses/appcast.xml</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
Expand Down

0 comments on commit d3d6c5d

Please sign in to comment.