All Projects → mythkiven → mkBox

mythkiven / mkBox

Licence: MIT license
MacApp、PythonPackage、Scripts ..

Programming Languages

objective c
16641 projects - #2 most used programming language
Objective-C++
1391 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
assembly
5116 projects
swift
15916 projects

Projects that are alternatives of or similar to mkBox

Iosproject
iOS project of collected some demos for iOS App, use Objective-C
Stars: ✭ 5,357 (+8016.67%)
Mutual labels:  runtime, ios-app
poweruser
💪 Collection of tips, tricks and scripts for becoming a true poweruser
Stars: ✭ 21 (-68.18%)
Mutual labels:  scripts, tips
node-wasm-run
Run arbitrary WASM/WASI files
Stars: ✭ 65 (-1.52%)
Mutual labels:  runtime
Keepwords
📱🔐 Need an iOS password managing app with no pods? We got you covered!
Stars: ✭ 17 (-74.24%)
Mutual labels:  ios-app
PowerShellScripting
Repository for the Facebook Group PowerShell Scripting
Stars: ✭ 19 (-71.21%)
Mutual labels:  scripts
myths-and-facts-about-programming
No description or website provided.
Stars: ✭ 31 (-53.03%)
Mutual labels:  tips
weather app flutter
This is a sample Flutter Weather Forecast App for Android and iOS. Without using any state management packages.
Stars: ✭ 30 (-54.55%)
Mutual labels:  ios-app
Wasmtime Go
Go WebAssembly runtime powered by Wasmtime
Stars: ✭ 239 (+262.12%)
Mutual labels:  runtime
vite-node
Vite as Node.js runtime
Stars: ✭ 422 (+539.39%)
Mutual labels:  runtime
MRTScheduleSwiftUI
MRT Schedule & Locator iOS App built using SwiftUI
Stars: ✭ 32 (-51.52%)
Mutual labels:  ios-app
iOS-Daily-Tips
Daily Tips From iOS World 🔥
Stars: ✭ 42 (-36.36%)
Mutual labels:  tips
Termux url opener all in one downloader
All-in-one Download Script for Termux URL Opener
Stars: ✭ 112 (+69.7%)
Mutual labels:  scripts
objc-runtime-CN
Objective-C Runtime Analysis (Objective-C运行时分析)
Stars: ✭ 28 (-57.58%)
Mutual labels:  runtime
webpack-extract-translation-keys
This plugin extracts translation keys for applications requiring runtime translations
Stars: ✭ 35 (-46.97%)
Mutual labels:  runtime
iOS-CreditCardForm
Small credit card form demo app
Stars: ✭ 33 (-50%)
Mutual labels:  ios-app
MADBike
This is the public repository of the MADBike app for iOS. Public bike rental service for BiciMAD.
Stars: ✭ 23 (-65.15%)
Mutual labels:  ios-app
Node
Node.js JavaScript runtime ✨🐢🚀✨
Stars: ✭ 83,731 (+126765.15%)
Mutual labels:  runtime
orion
Elegant tweak development in pure Swift
Stars: ✭ 149 (+125.76%)
Mutual labels:  runtime
scripts
Scripts for managing my Ubuntu / Rclone / Plex Server
Stars: ✭ 20 (-69.7%)
Mutual labels:  scripts
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+839.39%)
Mutual labels:  ios-app

MacApp

App Des Remark
MKAppTool Analysis tools for .dSYM files, .xcarchive files, and Link Map files -

Script

Script Des Remark
mkTranslate Analysis tools for .dSYM files, .xcarchive files, and Link Map files -
mkAppleOpenSourceDownload Can search and download the source code on "opensource.apple.com" based on keywords support for fuzzy matching

小程序

实用性小工具,主要功能:

  • 1、搜索垃圾种类、拍照识别垃圾、上传新的垃圾数据,垃圾分类贡献榜;
  • 2、AI颜值分析、AI识别物体;
  • 3、AI智能闲聊;
  • 4、搜索附近;
  • 5、单词查询等功能。 更多戳这里

扫码体验

*** Mac App


1. MKAppTool : .dSYM 文件、.xcarchive 文件和 Link Map 文件的分析工具

PKG 安装文件下载地址

目前升级到 2.0 版本,在 1.0 版本 linkmap 文件分析的基础之上,支持 dSYM 和. xcarchive 文件的分析。

下一步,将优化大文件分析和增强分析功能。

1、dSYM 文件分析:实现根据错误地址进行代码定位等功能

打开本工具,会自动检索本地的 .xcarchive 文件。然后可进行详细的错误定位,从而找到 crash 点。

2、LinkMap 文件分析:实现统计代码使用情况及大小等功能。

  1. 在 XCode 中开启编译选项 Write Link Map File : XCode -> Project -> Build Settings -> Write Link Map File 设为 yes,并指定好 linkMap 的存储位置

  2. 工程编译完成后,在指定的位置找到 Link Map 文件(默认名称:$(PRODUCT_NAME)-LinkMap-$(CURRENT_VARIANT)-$(CURRENT_ARCH).txt) 默认的文件地址:~/Library/Developer/Xcode/DerivedData/xxxxxxxxxxxx/Build/Intermediates/XXX.build/Debug-iphoneos/XXX.build/

支持按关键字搜索、按库分组统计。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].