mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
update iOS version number to 1.7.8, add assets.zip to Xcode project to add it to the application bundle if available
This commit is contained in:
parent
7ebeb6b572
commit
44dd704572
@ -26,6 +26,8 @@
|
||||
9204BE201D319EF300BD49DB /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96AFAE3116C1D4EA009DE44C /* OpenGLES.framework */; };
|
||||
9204BE231D319EF300BD49DB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 967894611788EBD800D6CA69 /* InfoPlist.strings */; };
|
||||
9204BE261D319EF300BD49DB /* iOS/modules in Resources */ = {isa = PBXBuildFile; fileRef = 83EB675F19EEAF050096F441 /* iOS/modules */; };
|
||||
9222F1FF2314BA7C0097C0FD /* assets.zip in Resources */ = {isa = PBXBuildFile; fileRef = 9222F1FE2314BA7C0097C0FD /* assets.zip */; };
|
||||
9222F2002314BA7C0097C0FD /* assets.zip in Resources */ = {isa = PBXBuildFile; fileRef = 9222F1FE2314BA7C0097C0FD /* assets.zip */; };
|
||||
926C77E321FD1E6700103EDE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 926C77E221FD1E6700103EDE /* Assets.xcassets */; };
|
||||
926C77EA21FD20C100103EDE /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 50521A431AA23BF500185CC9 /* griffin_objc.m */; };
|
||||
926C77EB21FD20C400103EDE /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 501232C9192E5FC40063A359 /* griffin.c */; };
|
||||
@ -82,6 +84,7 @@
|
||||
69D31DE31A547EC800EF4C92 /* iOS/Resources/Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = iOS/Resources/Media.xcassets; sourceTree = SOURCE_ROOT; };
|
||||
83EB675F19EEAF050096F441 /* iOS/modules */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iOS/modules; sourceTree = SOURCE_ROOT; };
|
||||
9204BE2B1D319EF300BD49DB /* RetroArchiOS11.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchiOS11.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9222F1FE2314BA7C0097C0FD /* assets.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = assets.zip; sourceTree = "<group>"; };
|
||||
926C77D721FD1E6500103EDE /* RetroArchTV.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArchTV.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
926C77E221FD1E6700103EDE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
926C77E421FD1E6700103EDE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
@ -274,6 +277,7 @@
|
||||
96AFAE1A16C1D4EA009DE44C = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9222F1FE2314BA7C0097C0FD /* assets.zip */,
|
||||
96AFAE9C16C1D976009DE44C /* core */,
|
||||
83D632D719ECFCC4009E3161 /* iOS */,
|
||||
926C77D821FD1E6500103EDE /* tvOS */,
|
||||
@ -436,6 +440,7 @@
|
||||
92CC05BC21FE3C1700FF79F0 /* GCDWebUploader.bundle in Resources */,
|
||||
929784502200EEE400989A60 /* iOS/Resources/Media.xcassets in Resources */,
|
||||
9204BE261D319EF300BD49DB /* iOS/modules in Resources */,
|
||||
9222F1FF2314BA7C0097C0FD /* assets.zip in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -445,6 +450,7 @@
|
||||
files = (
|
||||
927BD1A42203DA3A00ECF6C9 /* iOS/modules in Resources */,
|
||||
92CC05BD21FE3C1700FF79F0 /* GCDWebUploader.bundle in Resources */,
|
||||
9222F2002314BA7C0097C0FD /* assets.zip in Resources */,
|
||||
926C77E321FD1E6700103EDE /* Assets.xcassets in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@ -563,8 +569,8 @@
|
||||
GCC_PREFIX_HEADER = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../,
|
||||
../../libretro-common/include,
|
||||
../../libretro-common/include/compat/zlib,
|
||||
"../../libretro-common/include",
|
||||
"../../libretro-common/include/compat/zlib",
|
||||
../../deps/stb,
|
||||
../../deps/rcheevos/include,
|
||||
../../deps,
|
||||
@ -582,7 +588,7 @@
|
||||
"-DHAVE_NETWORKING",
|
||||
"-DHAVE_NETPLAYDISCOVERY",
|
||||
"-DHAVE_RUNAHEAD",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_VORBIS",
|
||||
"-DHAVE_MINIUPNPC",
|
||||
@ -653,8 +659,8 @@
|
||||
GCC_PREFIX_HEADER = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../,
|
||||
../../libretro-common/include,
|
||||
../../libretro-common/include/compat/zlib,
|
||||
"../../libretro-common/include",
|
||||
"../../libretro-common/include/compat/zlib",
|
||||
../../deps/stb,
|
||||
../../deps/rcheevos/include,
|
||||
../../deps,
|
||||
@ -673,7 +679,7 @@
|
||||
"-DHAVE_NETWORKING",
|
||||
"-DHAVE_NETPLAYDISCOVERY",
|
||||
"-DHAVE_RUNAHEAD",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_VORBIS",
|
||||
"-DHAVE_MINIUPNPC",
|
||||
@ -761,7 +767,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DEVELOPMENT_TEAM = R72X3BF4KE;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
@ -773,8 +779,8 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../,
|
||||
../../libretro-common/include,
|
||||
../../libretro-common/include/compat/zlib,
|
||||
"../../libretro-common/include",
|
||||
"../../libretro-common/include/compat/zlib",
|
||||
../../deps/stb,
|
||||
../../deps/rcheevos/include,
|
||||
../../deps,
|
||||
@ -792,7 +798,7 @@
|
||||
"-DHAVE_NETWORKING",
|
||||
"-DHAVE_NETPLAYDISCOVERY",
|
||||
"-DHAVE_RUNAHEAD",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_VORBIS",
|
||||
"-DHAVE_MINIUPNPC",
|
||||
@ -878,7 +884,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DEVELOPMENT_TEAM = R72X3BF4KE;
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
@ -890,8 +896,8 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../,
|
||||
../../libretro-common/include,
|
||||
../../libretro-common/include/compat/zlib,
|
||||
"../../libretro-common/include",
|
||||
"../../libretro-common/include/compat/zlib",
|
||||
../../deps/stb,
|
||||
../../deps/rcheevos/include,
|
||||
../../deps,
|
||||
@ -910,7 +916,7 @@
|
||||
"-DHAVE_NETWORKING",
|
||||
"-DHAVE_NETPLAYDISCOVERY",
|
||||
"-DHAVE_RUNAHEAD",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_VORBIS",
|
||||
"-DHAVE_MINIUPNPC",
|
||||
@ -1000,7 +1006,7 @@
|
||||
"-DHAVE_NETWORKING",
|
||||
"-DHAVE_NETPLAYDISCOVERY",
|
||||
"-DHAVE_RUNAHEAD",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_VORBIS",
|
||||
"-DHAVE_MINIUPNPC",
|
||||
@ -1074,7 +1080,7 @@
|
||||
"-DHAVE_NETWORKING",
|
||||
"-DHAVE_NETPLAYDISCOVERY",
|
||||
"-DHAVE_RUNAHEAD",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_TRANSLATE",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_VORBIS",
|
||||
"-DHAVE_MINIUPNPC",
|
||||
|
@ -33,11 +33,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.7.7</string>
|
||||
<string>1.7.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.7.7</string>
|
||||
<string>1.7.8</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user