Git Product home page Git Product logo

Comments (25)

matrejek avatar matrejek commented on September 17, 2024 5

@jdg would there be a chance to add new version tag on this change? It's obviously possible to target specific revision but targeting tag/version seems way cleaner :)

from mbprogresshud.

CH3COOH avatar CH3COOH commented on September 17, 2024 2

Hello!
Does anyone know which API used in MBProgressHUD is problematic?

from mbprogresshud.

jdg avatar jdg commented on September 17, 2024 1

merged, thanks!

from mbprogresshud.

LionWY avatar LionWY commented on September 17, 2024

+1

from mbprogresshud.

zeroskylian avatar zeroskylian commented on September 17, 2024

https://developer.apple.com/support/third-party-SDK-requirements/

from mbprogresshud.

brendand avatar brendand commented on September 17, 2024

+1

from mbprogresshud.

zziazm avatar zziazm commented on September 17, 2024

+1

from mbprogresshud.

379800792 avatar 379800792 commented on September 17, 2024

+1

from mbprogresshud.

threema-matteo avatar threema-matteo commented on September 17, 2024

Hey @jdg , are there any updates on this?

from mbprogresshud.

liam-i avatar liam-i commented on September 17, 2024

I made a Swift version of the HUD.
https://github.com/liam-i/FlyHUD

Thanks a lot to Jonathan George for building MBProgressHUD - all my ideas and many implementation details were provided by his library.

This HUD does not use any data or API from the privacy manifest. And it's not on this list either.

If you are interested, please browse and provide valuable feedback.

from mbprogresshud.

adrianosouzapd avatar adrianosouzapd commented on September 17, 2024

+1

from mbprogresshud.

brendand avatar brendand commented on September 17, 2024

@liam-i Will your Swift implementation also work from Objective-C?

from mbprogresshud.

liam-i avatar liam-i commented on September 17, 2024

@liam-i Will your Swift implementation also work from Objective-C?

Cannot run directly on Objective-C. But bridging is possible, please refer to the HUD-Bridging-OC and OCPresentViewController.m files.

from mbprogresshud.

nmendiratta89 avatar nmendiratta89 commented on September 17, 2024

+1

from mbprogresshud.

frankiebarrios avatar frankiebarrios commented on September 17, 2024

+1

from mbprogresshud.

theLittleApps avatar theLittleApps commented on September 17, 2024

+1

from mbprogresshud.

percival888 avatar percival888 commented on September 17, 2024

+1

from mbprogresshud.

shsw228 avatar shsw228 commented on September 17, 2024

+1

from mbprogresshud.

RideShi avatar RideShi commented on September 17, 2024

+1

from mbprogresshud.

MrMage avatar MrMage commented on September 17, 2024

Instead of replying with +1, could everyone please just press the "thumbs up" emoji on the original post and subscribe to notifications in the sidebar? If you post a "+1", everyone who is already subscribed to this thread gets an unneccessary notification.

from mbprogresshud.

manahilov avatar manahilov commented on September 17, 2024

I made a Swift version of the HUD. https://github.com/liam-i/FlyHUD

Thanks a lot to Jonathan George for building MBProgressHUD - all my ideas and many implementation details were provided by his library.

This HUD does not use any data or API from the privacy manifest. And it's not on this list either.

If you are interested, please browse and provide valuable feedback.

Actually it is on the list - https://developer.apple.com/support/third-party-SDK-requirements, why I don't know. Just went trough the source and indeed it is not using any of the described APIs..

from mbprogresshud.

percival888 avatar percival888 commented on September 17, 2024

According to Apple's requirements, even if the APIs that needs to be explained are not used, it's need to include a manifest to declare that they're not using any of the affected APIs or tracking anything. However, they must include such a file regardless.

from mbprogresshud.

manahilov avatar manahilov commented on September 17, 2024

Thank you for the PR @CH3COOH, anyone with write permissions that can merge it? cc: @jdg

from mbprogresshud.

manahilov avatar manahilov commented on September 17, 2024

Can someone open a PR with updated Swift package?

// swift-tools-version:5.9
import PackageDescription

let package = Package(
    name: "MBProgressHUD",
    products: [
        .library(name: "MBProgressHUD", targets: ["MBProgressHUD"])
    ],
    targets: [
        .target(
            name: "MBProgressHUD",
            dependencies: [],
            path: ".",
            exclude: ["Demo"],
            sources: ["MBProgressHUD.h", "MBProgressHUD.m"],
            resources: [.copy("PrivacyInfo.xcprivacy")],
            publicHeadersPath: "include"
        )
    ]
)

That should include the Privacy manifest when consuming the framework via SPM.
I don't have permissions to create a PR.

Thank you in advance.

from mbprogresshud.

matrejek avatar matrejek commented on September 17, 2024

I have opened #653 with the change as suggested by @manahilov - @jdg - could you have a look?

from mbprogresshud.

Related Issues (20)

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.