diff --git a/shell/apple/emulator-osx/emulator-osx/Base.lproj/MainMenu.xib b/shell/apple/emulator-osx/emulator-osx/Base.lproj/MainMenu.xib index ba45f4d6f..22ff26be2 100644 --- a/shell/apple/emulator-osx/emulator-osx/Base.lproj/MainMenu.xib +++ b/shell/apple/emulator-osx/emulator-osx/Base.lproj/MainMenu.xib @@ -21,11 +21,11 @@ - + - + - + @@ -39,7 +39,7 @@ - + @@ -158,7 +158,7 @@ - + @@ -168,11 +168,11 @@ - + - + diff --git a/shell/apple/emulator-osx/emulator-osx/DreamcastConfig.xcconfig b/shell/apple/emulator-osx/emulator-osx/DreamcastConfig.xcconfig index 355eb64af..e5ebfd333 100644 --- a/shell/apple/emulator-osx/emulator-osx/DreamcastConfig.xcconfig +++ b/shell/apple/emulator-osx/emulator-osx/DreamcastConfig.xcconfig @@ -4,8 +4,8 @@ // // Created by flyinghead on 21/05/2019. // -REI_APP_NAME = Reicast -PRODUCT_NAME = Reicast +REI_APP_NAME = Flycast +PRODUCT_NAME = Flycast CFLAGS = diff --git a/shell/apple/emulator-osx/emulator-osx/Info.plist b/shell/apple/emulator-osx/emulator-osx/Info.plist index b42ba3893..5984f6c4b 100644 --- a/shell/apple/emulator-osx/emulator-osx/Info.plist +++ b/shell/apple/emulator-osx/emulator-osx/Info.plist @@ -27,7 +27,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2015 reicast. All rights reserved. + Copyright © 2019 reicast contributors. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/shell/apple/emulator-osx/emulator-osx/NaomiConfig.xcconfig b/shell/apple/emulator-osx/emulator-osx/NaomiConfig.xcconfig index 551b2b6bb..04398ec3a 100644 --- a/shell/apple/emulator-osx/emulator-osx/NaomiConfig.xcconfig +++ b/shell/apple/emulator-osx/emulator-osx/NaomiConfig.xcconfig @@ -4,7 +4,7 @@ // // Created by flyinghead on 21/05/2019. // -REI_APP_NAME = Reicast Naomi -PRODUCT_NAME = Reicast Naomi +REI_APP_NAME = Flycast Naomi +PRODUCT_NAME = Flycast Naomi CFLAGS = DC_PLATFORM=2 diff --git a/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj b/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj index d74188c40..2c365a1ad 100644 --- a/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj +++ b/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj @@ -329,7 +329,7 @@ 84967CBA1B8F49EE005F1140 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = ""; }; 84967CBB1B8F49EE005F1140 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = ""; }; 84967CBC1B8F49EE005F1140 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = ""; }; - 84A388B31B1CDD3E000166C0 /* Reicast.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Reicast.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 84A388B31B1CDD3E000166C0 /* Flycast.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Flycast.app; sourceTree = BUILT_PRODUCTS_DIR; }; 84A388B71B1CDD3E000166C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 84A388B81B1CDD3E000166C0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 84A388BA1B1CDD3E000166C0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; @@ -930,7 +930,7 @@ 84A388B41B1CDD3E000166C0 /* Products */ = { isa = PBXGroup; children = ( - 84A388B31B1CDD3E000166C0 /* Reicast.app */, + 84A388B31B1CDD3E000166C0 /* Flycast.app */, 84A388C31B1CDD3F000166C0 /* reicast-osxTests.xctest */, ); name = Products; @@ -2097,7 +2097,7 @@ ); name = "reicast-osx"; productName = "reicast-osx"; - productReference = 84A388B31B1CDD3E000166C0 /* Reicast.app */; + productReference = 84A388B31B1CDD3E000166C0 /* Flycast.app */; productType = "com.apple.product-type.application"; }; 84A388C21B1CDD3F000166C0 /* reicast-osxTests */ = { @@ -2654,6 +2654,7 @@ ); INFOPLIST_FILE = "emulator-osx/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.flyinghead.Flycast; PRODUCT_NAME = "$(REI_APP_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "emulator-osx/emulator-osx-Bridging-Header.h"; SWIFT_VERSION = 3.0; @@ -2822,6 +2823,7 @@ ); INFOPLIST_FILE = "emulator-osx/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.flyinghead.Flycast; PRODUCT_NAME = "$(REI_APP_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "emulator-osx/emulator-osx-Bridging-Header.h"; SWIFT_VERSION = 3.0; diff --git a/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx-naomi.xcscheme b/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx-naomi.xcscheme index d84d006af..4b1af4cc1 100644 --- a/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx-naomi.xcscheme +++ b/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx-naomi.xcscheme @@ -15,7 +15,7 @@ @@ -34,7 +34,7 @@ @@ -58,7 +58,7 @@ @@ -77,7 +77,7 @@ diff --git a/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx.xcscheme b/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx.xcscheme index f5b44b43d..6afe3077d 100644 --- a/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx.xcscheme +++ b/shell/apple/emulator-osx/reicast-osx.xcodeproj/xcshareddata/xcschemes/reicast-osx.xcscheme @@ -15,7 +15,7 @@ @@ -58,7 +58,7 @@ @@ -82,7 +82,7 @@ @@ -101,7 +101,7 @@