Skip to content

Commit cb46c17

Browse files
committed
This is vAmiga 0.56
1 parent 370e674 commit cb46c17

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>0.55</string>
41+
<string>0.56</string>
4242
<key>CFBundleVersion</key>
43-
<string>0.55</string>
43+
<string>0.56</string>
4444
<key>LSApplicationCategoryType</key>
4545
<string>public.app-category.entertainment</string>
4646
<key>LSMinimumSystemVersion</key>

vAmiga.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,7 @@
13221322
ONLY_ACTIVE_ARCH = YES;
13231323
SDKROOT = macosx;
13241324
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1325+
SWIFT_COMPILATION_MODE = singlefile;
13251326
SWIFT_OBJC_BRIDGING_HEADER = "GUI/Proxy/VirtualC64-Bridging-Header.h";
13261327
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13271328
};
@@ -1377,8 +1378,9 @@
13771378
MTL_ENABLE_DEBUG_INFO = NO;
13781379
MTL_FAST_MATH = YES;
13791380
SDKROOT = macosx;
1381+
SWIFT_COMPILATION_MODE = singlefile;
13801382
SWIFT_OBJC_BRIDGING_HEADER = "GUI/Proxy/VirtualC64-Bridging-Header.h";
1381-
SWIFT_OPTIMIZATION_LEVEL = "-O";
1383+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13821384
};
13831385
name = Release;
13841386
};

0 commit comments

Comments
 (0)