Skip to content

Commit e424ef0

Browse files
committed
Updated for Catalina build
1 parent 8ea2fd3 commit e424ef0

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

Credits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
for the icon!</a></p>
77

88
<font size="-1">
9-
<p>Copyright © 2003-2008 Peter Yandell</p>
9+
<p>Copyright 2003-2008 Peter Yandell</p>
1010

1111
<p>Permission is hereby granted, free of charge, to any person
1212
obtaining a copy of this software and associated documentation
@@ -30,4 +30,4 @@
3030
OTHER DEALINGS IN THE SOFTWARE.</p>
3131
</font>
3232
</font>
33-
</center>
33+
</center>

English.lproj/InfoPlist.strings

72 Bytes
Binary file not shown.

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
<key>CFBundlePackageType</key>
5555
<string>APPL</string>
5656
<key>CFBundleShortVersionString</key>
57-
<string>1.1</string>
57+
<string>1.2</string>
5858
<key>CFBundleSignature</key>
5959
<string>????</string>
6060
<key>CFBundleVersion</key>
61-
<string>1.1</string>
61+
<string>1.2</string>
6262
<key>NSMainNibFile</key>
6363
<string>MainMenu</string>
6464
<key>NSPrincipalClass</key>

SimpleSynth.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
29B97313FDCFA39411CA2CEA /* Project object */ = {
273273
isa = PBXProject;
274274
attributes = {
275-
LastUpgradeCheck = 0930;
275+
LastUpgradeCheck = 1130;
276276
};
277277
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleSynth" */;
278278
compatibilityVersion = "Xcode 3.2";
@@ -375,10 +375,10 @@
375375
isa = XCBuildConfiguration;
376376
buildSettings = {
377377
CLANG_ENABLE_OBJC_WEAK = YES;
378+
CODE_SIGN_IDENTITY = "-";
378379
COMBINE_HIDPI_IMAGES = YES;
379380
COPY_PHASE_STRIP = NO;
380381
GCC_DYNAMIC_NO_PIC = NO;
381-
GCC_ENABLE_FIX_AND_CONTINUE = YES;
382382
GCC_MODEL_TUNING = G5;
383383
GCC_OPTIMIZATION_LEVEL = 0;
384384
INFOPLIST_FILE = Info.plist;
@@ -395,6 +395,7 @@
395395
isa = XCBuildConfiguration;
396396
buildSettings = {
397397
CLANG_ENABLE_OBJC_WEAK = YES;
398+
CODE_SIGN_IDENTITY = "-";
398399
COMBINE_HIDPI_IMAGES = YES;
399400
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
400401
GCC_MODEL_TUNING = G5;
@@ -449,7 +450,7 @@
449450
"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = "";
450451
"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.3;
451452
ONLY_ACTIVE_ARCH = YES;
452-
PREBINDING = NO;
453+
PRODUCT_NAME = SimpleSynth;
453454
SDKROOT = macosx;
454455
"SDKROOT[arch=i386]" = macosx;
455456
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
@@ -493,7 +494,7 @@
493494
HEADER_SEARCH_PATHS = .;
494495
"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = "";
495496
"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.3;
496-
PREBINDING = NO;
497+
PRODUCT_NAME = SimpleSynth;
497498
SDKROOT = macosx;
498499
"SDKROOT[arch=i386]" = macosx;
499500
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";

0 commit comments

Comments
 (0)