Giter Site home page Giter Site logo

willowtreeapps / hyperion-ios Goto Github PK

View Code? Open in Web Editor NEW
2.0K 43.0 93.0 43.39 MB

In-app design review tool to inspect measurements, attributes, and animations.

License: MIT License

Objective-C 97.91% Ruby 0.89% Shell 0.61% C 0.59%
design review hyperion ios debug drawer framework library measure inspect

hyperion-ios's People

Contributors

chrsmys avatar ecompton3 avatar eriklamanna avatar imachumphries avatar kconner avatar mshibanami avatar revolter 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hyperion-ios's Issues

How to disable active plugins programmatically?

Hi.

I tried to disable enabled plugins of Hyperion.
So I thought HYPPluginModule's active property is what I want for that.
But It seems I'm misunderstanding because the property is readonly.

Can I disable plugins programmaticaly?

Context

My app shows Hyperion programatically.
It's shown from a actionsheet shown by shakegesture.
But after enabling inspector plugins of Hyperion, It prevents touching actionsheet's items like this:

_2018_01_25_15_18

("Hyperionを起動" means "Launch Hyperion")

So I want to disable all plugins before showing the actionsheet.
BTW I tried this code, but of cource I couldn't compile it.

if let hplugins = HyperionManager.sharedInstance().retrievePluginModules() {
    for p in hplugins {
        p.active = false // compile error
    }
}

Thanks.

UIWindow doesn't get deallocated

Hi!

We have a custom UIWindow which displays an overlay fullscreen. But with Hyperion enabled, this window doesn't get deallocated, so navigation is not possible anymore. In the Debug Memory Graph the HYPSnapshotViewController has a strong reference to my custom UIWindow.

screen shot 2018-05-09 at 14 12 34

To fix it, a simple weak could help. I tried it locally with no problems:

HYPSnapshotViewController.m:52

Would be nice if you could fix this!

Greetings,
Fabian

XCFramework issue

How do I install the framework only on Release environment using xcframework?

Allow static libraries for CocoaPods.

Currently we require use_frameworks! for our pods. This is inconvenient for some and can likely be cleaned up by using the resources correctly in the podspec.

Problems with building Hyperion on CI machines

Hello.
We really enjoy Hyperion and would like to use it for our app, but we are experiencing issues with building it on our Jenkins setup.

I have added Hyperion and 3 default plugins via Podfile for Debug and Beta builds. Both work fine locally, but for some reason they are failing at Jenkins on fastlane build_app action (running the same action locally works fine).

It's failing on CopyPNGFile step, with random resources (both images and pngs) from Hyperion, e.g.:
CopyPNGFile /Users/<redacted>/derivedData/Build/Intermediates.noindex/ArchiveIntermediates/<redacted>/iphoneos/HyperioniOS.framework/fontSize.png HyperioniOS/AttributesInspector/Resources/fontSize.png

We had idea that it might be because your podspec makes both sources and resources bundled via source_files and not using resources key.

Do you have any ideas why this might be happening? May be someone has experienced this issue as well?

CocoaPod / Carthage framework targets are incompatible

Working on making a plugin that can stand outside the repository, I've discovered that the CocoaPod framework target and the Carthage framework target have different names. Carthage generates a framework called "HyperionCore", while CocoaPods creates a framework called HyperioniOS.

These need to be brought into sync so that plugins that want to support installation via either CocoaPods or Carthage can use the same @import statements.

I'm recommending CocoaPods change it's module_name at the spec level to "HyperionCore". I'm testing that change now.

Inspect Color with Hex Code Format

Hi!

Is there any way to show color inspection in HEX code format? I think HEX code format is often used to represent color by almost designer (in Figma or Sketch for example).

If currently there's no way to show color in HEX code format, it would be nice if I can contribute to add a new feature so that Hyperion can show color representation in both RGBA decimal values and HEX code format. Those two formats can be toggled by tapping on it. I've made a demo below.

Screen.Recording.2023-06-28.at.01.09.13.mov

Greetings,
Ricki

Update Jazzy

Currently Github is flagging a security Issue with ffi which is dependency of jazzy. Upgrading jazzy should resolve this security issue.

Swift Package?

Hi, I am using SPM and not the other 2, will this be possible?

Not Detecting TableViews

I have added Hyperion and mentioned three plugins to the app and I can see all the three plugins when i shake the phone , I am able to measure and inspect everything outside of UItableview like Navigation bar etc but I am not able to inspect anything inside UITableView, on which ever row I clicks is shows attributes for table view instead of cells. Is there any setting required to make table view work

Can't Run Example Apps

Hi!

I've followed instruction to run the Example apps: doing pod install inside Example folder and run the HyperioniOS-Example target.

But something that I got are two Errors: Duplicate interface definition for class 'HyperionManager' and Property has a previous declaration

Screenshot 2023-06-28 at 00 32 19

To fix it, we need to remove #import "HyperionManager.h" line on WTAAppDelegate.m and WTLandingPage.m.
Would be nice if I can contribute to fix it!

Greetings,
Ricki

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.