qidao123.com技术社区-IT企服评测·应用市场

标题: Unstoppable Wallet iOS 开源项目教程 [打印本页]

作者: 天空闲话    时间: 4 天前
标题: Unstoppable Wallet iOS 开源项目教程
Unstoppable Wallet iOS 开源项目教程

    unstoppable-wallet-ios Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.  
项目地点: https://gitcode.com/gh_mirrors/un/unstoppable-wallet-ios   
1. 项目目录结构及先容

Unstoppable Wallet iOS 的目录结构如下:
  1. UnstoppableWallet
  2. ├── .github/              # GitHub 工作流和配置文件
  3. │   └── workflows/
  4. ├── fastlane/             # Fastlane 配置文件,用于自动化构建和发布
  5. ├── .gitignore            # 指定 Git 忽略的文件和目录
  6. ├── Gemfile               # Ruby 依赖文件,用于 fastlane 等工具
  7. ├── Gemfile.lock          # Gemfile 的锁定文件
  8. ├── LICENSE               # 项目许可证文件
  9. ├── README.md             # 项目说明文件
  10. ├── RELEASE.md            # 项目发布说明文件
  11. ├── crowdin.yml           # Crowdin 配置文件,用于翻译管理
  12. └── UnstoppableWallet/    # 项目主目录
  13.     ├── Configuration/    # 配置文件目录
  14.     │   ├── Development.xcconfig
  15.     │   └── Production.xcconfig
  16.     │
  17.     ├── .template.xcconfig # 模板配置文件
  18.     │
  19.     └── ...                # 其他项目文件和目录
复制代码

2. 项目的启动文件先容

项目的启动文件是 UnstoppableWallet 目录下的 AppDelegate.swift 文件。这个文件负责设置和启动 iOS 应用步伐,包括:

3. 项目的配置文件先容

项目的配置文件位于 UnstoppableWallet/Configuration 目录下,主要包括:

这两个配置文件允许开发者在开发和生产情况中使用不同的设置,从而便于管理应用的不同版本和阶段。配置文件中通常包含以下内容:

在 Xcode 中,可以通过编辑 Info.plist 文件来指定不同的配置文件,以便在编译时使用正确的配置。
    unstoppable-wallet-ios Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.  
项目地点: https://gitcode.com/gh_mirrors/un/unstoppable-wallet-ios   

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。




欢迎光临 qidao123.com技术社区-IT企服评测·应用市场 (https://dis.qidao123.com/) Powered by Discuz! X3.4