Giter Site home page Giter Site logo

study-xcframework's Introduction

See also

https://help.apple.com/xcode/mac/11.4/#/dev544efab96

installing

$ make install

build

$ make build

Build Directories

Output
├── Release-archive
│   ├── ios.xcarchive
│   │   ├── BCSymbolMaps
│   │   │   └── DF8D2E04-B9CD-3707-961D-E8EA81294BD8.bcsymbolmap
│   │   ├── Info.plist
│   │   ├── Products
│   │   │   └── Library
│   │   │       └── Frameworks
│   │   │           └── Study_XCFramework.framework
│   │   │               ├── Headers
│   │   │               │   ├── Study_XCFramework-Swift.h
│   │   │               │   └── Study_XCFramework.h
│   │   │               ├── Info.plist
│   │   │               ├── Modules
│   │   │               │   ├── Study_XCFramework.swiftmodule
│   │   │               │   │   ├── arm64-apple-ios.swiftdoc
│   │   │               │   │   ├── arm64-apple-ios.swiftinterface
│   │   │               │   │   ├── arm64-apple-ios.swiftmodule
│   │   │               │   │   ├── arm64.swiftdoc
│   │   │               │   │   ├── arm64.swiftinterface
│   │   │               │   │   └── arm64.swiftmodule
│   │   │               │   └── module.modulemap
│   │   │               ├── Study_XCFramework
│   │   │               └── _CodeSignature
│   │   │                   └── CodeResources
│   │   └── dSYMs
│   │       └── Study_XCFramework.framework.dSYM
│   │           └── Contents
│   │               ├── Info.plist
│   │               └── Resources
│   │                   └── DWARF
│   │                       └── Study_XCFramework
│   └── iossimulator.xcarchive
│       ├── Info.plist
│       ├── Products
│       │   └── Library
│       │       └── Frameworks
│       │           └── Study_XCFramework.framework
│       │               ├── Headers
│       │               │   ├── Study_XCFramework-Swift.h
│       │               │   └── Study_XCFramework.h
│       │               ├── Info.plist
│       │               ├── Modules
│       │               │   ├── Study_XCFramework.swiftmodule
│       │               │   │   ├── x86_64-apple-ios-simulator.swiftdoc
│       │               │   │   ├── x86_64-apple-ios-simulator.swiftinterface
│       │               │   │   ├── x86_64-apple-ios-simulator.swiftmodule
│       │               │   │   ├── x86_64.swiftdoc
│       │               │   │   ├── x86_64.swiftinterface
│       │               │   │   └── x86_64.swiftmodule
│       │               │   └── module.modulemap
│       │               ├── Study_XCFramework
│       │               └── _CodeSignature
│       │                   └── CodeResources
│       └── dSYMs
│           └── Study_XCFramework.framework.dSYM
│               └── Contents
│                   ├── Info.plist
│                   └── Resources
│                       └── DWARF
│                           └── Study_XCFramework
└── Release-xcframework
    └── Study_XCFramework.xcframework
        ├── Info.plist
        ├── ios-arm64
        │   └── Study_XCFramework.framework
        │       ├── Headers
        │       │   ├── Study_XCFramework-Swift.h
        │       │   └── Study_XCFramework.h
        │       ├── Info.plist
        │       ├── Modules
        │       │   ├── Study_XCFramework.swiftmodule
        │       │   │   ├── arm64-apple-ios.swiftdoc
        │       │   │   ├── arm64-apple-ios.swiftinterface
        │       │   │   ├── arm64.swiftdoc
        │       │   │   └── arm64.swiftinterface
        │       │   └── module.modulemap
        │       ├── Study_XCFramework
        │       └── _CodeSignature
        │           └── CodeResources
        └── ios-x86_64-simulator
            └── Study_XCFramework.framework
                ├── Headers
                │   ├── Study_XCFramework-Swift.h
                │   └── Study_XCFramework.h
                ├── Info.plist
                ├── Modules
                │   ├── Study_XCFramework.swiftmodule
                │   │   ├── x86_64-apple-ios-simulator.swiftdoc
                │   │   ├── x86_64-apple-ios-simulator.swiftinterface
                │   │   ├── x86_64.swiftdoc
                │   │   └── x86_64.swiftinterface
                │   └── module.modulemap
                ├── Study_XCFramework
                └── _CodeSignature
                    └── CodeResources

study-xcframework's People

Watchers

James Cloos avatar Takayuki_Sei avatar

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.