Exposes Documents directory in Files app

This commit is contained in:
Riley Testut 2020-04-23 18:02:02 -07:00
parent 0b6567d98f
commit 0e8c9fbc5c
11 changed files with 1371 additions and 1341 deletions

@ -1 +1 @@
Subproject commit d180057161e2fb378f36a71b461de49c6c879b7f
Subproject commit d92746745d52ea255579c707e005cfd57c4c85b7

View File

@ -955,7 +955,7 @@
"${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle",
"${PODS_ROOT}/../External/Harmony/Harmony/Model/Core Data/Harmony.xcdatamodeld",
"${PODS_CONFIGURATION_BUILD_DIR}/MelonDSDeltaCore/melonDS.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/N64DeltaCore/N64DeltaCore.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/N64DeltaCore/Mupen64Plus.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/NESDeltaCore/NESDeltaCore.bundle",
"${PODS_ROOT}/../External/Roxas/Roxas/RSTCollectionViewCell.xib",
"${PODS_ROOT}/../External/Roxas/Roxas/RSTPlaceholderView.xib",
@ -970,7 +970,7 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleSignIn.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Harmony.momd",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/melonDS.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/N64DeltaCore.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Mupen64Plus.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/NESDeltaCore.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RSTCollectionViewCell.nib",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RSTPlaceholderView.nib",

View File

@ -207,6 +207,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportsDocumentBrowser</key>
<true/>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UTExportedTypeDeclarations</key>

View File

@ -138,7 +138,7 @@ SPEC CHECKSUMS:
GTMSessionFetcher: cea130bbfe5a7edc8d06d3f0d17288c32ffe9925
Harmony: 1978345dcf69ce6cf4c94c07405ebf01b7d6fe28
MelonDSDeltaCore: d6e0953bd475a17848964b4fc48bf0e838617984
N64DeltaCore: fd4823c300feae8d93ceea8aca2024a0be13c1d5
N64DeltaCore: 7d176e01443fa138bdfc79ad908c78f271f3e0a7
NESDeltaCore: 41ab438dd78d51d4636aacb7d9a7336ea3d4728c
Roxas: 1990039f843f5dc284918dc82375feb80020ef62
SDWebImage: a72e880a8fe0f7fc31efe15aaed443c074d2a80c

View File

@ -0,0 +1 @@
../../../../../Cores/N64DeltaCore/N64DeltaCore/N64DeltaCore.h

View File

@ -16,6 +16,7 @@
"social_media_url": "https://twitter.com/rileytestut",
"source_files": [
"N64DeltaCore/**/*.{h,m,mm,cpp,swift}",
"N64DeltaCore/N64DeltaCore.h",
"Mupen64Plus/mupen64plus-core/src/backends/api/video_capture_backend.c",
"Mupen64Plus/mupen64plus-core/src/device/dd/dd_controller.c",
"Mupen64Plus/mupen64plus-core/src/device/controllers/paks/biopak.c",
@ -33,11 +34,12 @@
"exclude_files": "Mupen64Plus/mupen64plus-core/src/api/config.h",
"public_header_files": [
"N64DeltaCore/Types/N64Types.h",
"N64DeltaCore/Bridge/N64EmulatorBridge.h"
"N64DeltaCore/Bridge/N64EmulatorBridge.h",
"N64DeltaCore/N64DeltaCore.h"
],
"header_mappings_dir": "",
"resource_bundles": {
"N64DeltaCore": [
"Mupen64Plus": [
"N64DeltaCore/**/*.deltamapping",
"N64DeltaCore/**/*.deltaskin",
"Mupen64Plus/**/*.ini"

2
Pods/Manifest.lock generated
View File

@ -138,7 +138,7 @@ SPEC CHECKSUMS:
GTMSessionFetcher: cea130bbfe5a7edc8d06d3f0d17288c32ffe9925
Harmony: 1978345dcf69ce6cf4c94c07405ebf01b7d6fe28
MelonDSDeltaCore: d6e0953bd475a17848964b4fc48bf0e838617984
N64DeltaCore: fd4823c300feae8d93ceea8aca2024a0be13c1d5
N64DeltaCore: 7d176e01443fa138bdfc79ad908c78f271f3e0a7
NESDeltaCore: 41ab438dd78d51d4636aacb7d9a7336ea3d4728c
Roxas: 1990039f843f5dc284918dc82375feb80020ef62
SDWebImage: a72e880a8fe0f7fc31efe15aaed443c074d2a80c

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@
#import "N64DeltaCore/Types/N64Types.h"
#import "N64DeltaCore/Bridge/N64EmulatorBridge.h"
#import "N64DeltaCore/N64DeltaCore.h"
FOUNDATION_EXPORT double N64DeltaCoreVersionNumber;
FOUNDATION_EXPORT const unsigned char N64DeltaCoreVersionString[];

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View File

@ -104,7 +104,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then
install_resource "${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle"
install_resource "${PODS_ROOT}/../External/Harmony/Harmony/Model/Core Data/Harmony.xcdatamodeld"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/MelonDSDeltaCore/melonDS.bundle"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/N64DeltaCore/N64DeltaCore.bundle"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/N64DeltaCore/Mupen64Plus.bundle"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/NESDeltaCore/NESDeltaCore.bundle"
install_resource "${PODS_ROOT}/../External/Roxas/Roxas/RSTCollectionViewCell.xib"
install_resource "${PODS_ROOT}/../External/Roxas/Roxas/RSTPlaceholderView.xib"
@ -118,7 +118,7 @@ if [[ "$CONFIGURATION" == "Release" ]]; then
install_resource "${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle"
install_resource "${PODS_ROOT}/../External/Harmony/Harmony/Model/Core Data/Harmony.xcdatamodeld"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/MelonDSDeltaCore/melonDS.bundle"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/N64DeltaCore/N64DeltaCore.bundle"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/N64DeltaCore/Mupen64Plus.bundle"
install_resource "${PODS_CONFIGURATION_BUILD_DIR}/NESDeltaCore/NESDeltaCore.bundle"
install_resource "${PODS_ROOT}/../External/Roxas/Roxas/RSTCollectionViewCell.xib"
install_resource "${PODS_ROOT}/../External/Roxas/Roxas/RSTPlaceholderView.xib"