GithubHelp home page GithubHelp logo

santander's Introduction

Santander

A new, enhanced File Manager for iOS devices

Screenshot 2022-08-04 at 3 26 56 PM

Santander aims to enhance the experience of a file manager on an iOS device, using modern and familiar UI alongside new APIs.

Notice

The project is still in beta, and there still quite a lot of bugs to fix & enhancements to make.

santander's People

Contributors

alfiecg24 avatar asdfugil avatar itsnebulalol avatar nsantoine avatar therealketo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

santander's Issues

Github actions failing??

Github actions have been failing for the last month or so. I think it has smth to do with setting up procursus, but im not sure.

It's not working...

Hi, I installed Santander escaped via Altstore for game hack on iPhone. But this is saying it requires permission and it is not being able to edit the game file. The model is iPhone 13 Pro and has iOS 16.3.1 installed. As far as I know, I heard that you have to jailbreak to use file editing, right? Or is it not compatible with iOS 16.3.1?

Build Error in Extensions.swift

Get error "Constrained extension must be declared on the unspecialized generic type 'Dictionary' with constraints specified by a 'where' clause".

extension Dictionary<String, SerializedItemType> {
    func asAnyDictionary() -> [String: Any] {
        var dict: [String: Any] = [:]
        for (key, value) in self {
            dict[key] = value.representedObject
        }
        
        return dict
    }
}

extension Dictionary<String, Any> {
    func asSerializedDictionary() -> SerializedDictionaryType {
        var dict: SerializedDictionaryType = [:]
        for (key, value) in self {
            dict[key] = SerializedItemType(item: value)
        }
        
        return dict
    }
}

Works after the following modifications

extension Dictionary where Key == String, Value == SerializedItemType {
    func asAnyDictionary() -> [String: Any] {
        var dict: [String: Any] = [:]
        for (key, value) in self {
            dict[key] = value.representedObject
        }
        
        return dict
    }
}

extension Dictionary where Key == String {
    func asSerializedDictionary() -> SerializedDictionaryType {
        var dict: SerializedDictionaryType = [:]
        for (key, value) in self {
            dict[key] = SerializedItemType(item: value)
        }
        
        return dict
    }
}

IOS17 Support

We need iOS 17 support. I tested on ios17 beta 2 but it doesn’t seem to verify the app.

Dependencies problem

I am using Xcode version 12.5.1. An error occurred when I tried to pull the swift dependent package

Dependencies could not be resolved because 'Runestone' contains incompatible tools version (5.5.0) and root depends on 'Runestone' 0.2.1..<1.0.0.

santander hashes

So it looks like the author of this program doesn't upload builds and it seems you can only download this file system from third parties. Does anyone have a hash or something that can be used to verify it's authenticity?

Serve support

Add support to serve the files in the root, or a specific folder over HTTP (Open Directory), FTP, WebDAV, or DLNA. You may choose authentication or if the access is read only.

xcodebuild: error: Found no destinations for the scheme 'Santander' and action build

When I try running make package, I get this error:

Santander % make package
2024-02-29 01:57:18.259 xcodebuild[27896:1392326] Writing error result bundle to /var/folders/qc/t7hnrmns6rj9gsq1mygm6mx80000gn/T/ResultBundle_2024-29-02_01-57-0018.xcresult
xcodebuild: error: Found no destinations for the scheme 'Santander' and action build.
make: *** [package] Error 70

SFTP support

Would be nice if I could SSHFS mount my servers on (jailbroken) iOS, but since that's not really a thing, SFTP support in a file manager would come somewhat close.

Artifact Expired

Hi, I’m trying to redownload Santander but the latest workflow in Action has artifacts that are expired. Anyway I can download Santander? Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.