• Stars
    star
    577
  • Rank 77,363 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac

ProfilesManager

iOS Provisioning Profiles, .mobileprovision files manager tool for mac

Features

2.4

  • Right-click Item Beautify Filename 右键美化物理文件名,通过双击安装的描述文件名都是UUID,美化过后与AppStore描述文件名一致。

2.3

  • onekey uninstall or install quicklook plug-in,support view the .ipa/.xcarchive/.appex/.mobileprovision/.provisionprofile files directly use the the blank space key. 点击左上角的快速预览按钮,安装插件。插件可以直接预览后缀为.ipa/.xcarchive/.appex/.mobileprovision/.provisionprofile的文件,在文件上空格即可.

2.2

  • click header sort 点击头部排序
  • multi-select opration such show in finder and delete 多选操作,例如在访达中显示和删除
  • click reset button,reset window frame and position 点击重置按钮重置window大小与位置

1.1

  • simple full text search filter 全文搜索后过滤描述文件

1.0

  • tree look all profiles 树形查看电脑中所有描述文件
  • Right-click DeveloperCertificates field item export cer from profile 右键DeveloperCertificates字段里的内容从描述文件中导出cer证书文件
  • Right-click Item move to trash 右键移动到废纸篓
  • Right-click Item show in finder 右键在finder中显示
  • drag muti files install 拖拽描述文件文件直接安装
  • Right-click Item export profile 右键导出描述文件
  • drag into and look ipa profile or plist directly 拖入ipa快速查看描述文件与info.plist信息

Download APP

https://github.com/shaojiankui/ProfilesManager/releases

Screenshot

Provisioning Profile 的构成

以下为典型供应配置文件*.mobileprovision的构成简析:

  1. Name:该mobileprovision的文件名。
  2. UUID:该mobileprovision文件的真实文件名。
  3. TeamName:Apple ID账号名。
  4. TeamIdentifier:Team Identity。
  5. AppIDName:explicit/wildcard App ID name(ApplicationIdentifierPrefix)。
  6. ApplicationIdentifierPrefix:完整App ID的前缀(TeamIdentifier.*)。
  7. DeveloperCertificates:包含了可以为使用该配置文件应用签名的所有证书。

证书是基于Base64编码,符合PEM(PrivacyEnhanced Mail, RFC 1848)格式的,可使用OpenSSL来处理(opensslx509 -text -in file.pem)。

从DeveloperCertificates提取之间的内容到文件cert.cer(cert.perm):

-----BEGIN CERTIFICATE-----

将之间的内容拷贝至此

-----END CERTIFICATE-----

Mac下右键QuickLook 查看cert.cer(cert.perm),在Keychain Access中右键Get Info查看对应证书ios_development.cer,正常情况(公私钥KeyPair配对)应吻合;Windows下没有足够信息 (WWDRCA.cer),无法验证该证书。

如果你用了一个不在这个列表中的证书进行签名,无论这个证书是否有效,这个应用都将CodeSign Fail。

  1. Entitlements键对应的:

keychain-access-groups:$(AppIdentifierPrefix),参见Code Signing Entitlements(*.entitlements)。

每个应用程序都有一个可以用于安全保存一些如密码、认证等信息的keychain,一般而言自己的程序只能访问自己的keychain。通过对应用签名时的一些设置,还可以利用keychain的方式实现同一开发者签证(就是相同bundle seed)下的不同应用之间共享信息的操作。比如你有一个开发者帐户,并开发了两个不同的应用A和B,然后通过对A和B的keychain access group这个东西指定共用的访问分组,就可以实现共享此keychain中的内容。

application-identifier:带前缀的全名,例如$(AppIdentifierPrefix)com.apple.garageband。

com.apple.security.application-groups:App Group ID(group. com.apple),参见Code Signing Entitlements(*.entitlements)。

com.apple.developer.team-identifier:同Team Identifier。

  1. ProvisionedDevices:该mobileprovision授权的开发设备的UDID 。

Provisioning Profile被配置到【XcodeTarget|Build Settings|Code Signing|Provisioning Profile】下,然后在Code Signing Identity下拉可选择Identities from Profile "..."(即Provisioning Profile中包含的Certificates)。

License

ProfilesManager is available under the MIT license.

More Repositories

1

JKCategories

JKCategories(iOS-Categories,Category), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.
Objective-C
3,340
star
2

SmartPush

SmartPush,一款iOS苹果远程推送测试程序,Mac OS下的APNS工具APP,iOS Push Notification Debug App
Objective-C
2,080
star
3

iOS-UDID-Safari

iOS-UDID-Safari,(不能上架Appstore!!!)通过Safari获取iOS设备真实UDID,use safari and mobileconfig get ios device real udid
Java
706
star
4

iOS-Route

iOS学习路线 Route to iOS
JavaScript
643
star
5

iOS-WebView-JavaScript

iOS UIWebView,WKWebView 与html5 JavaScript的深度交互,iOS和安卓同时与html5 JavaScript的深度交互
Objective-C
264
star
6

PanoramaGL

PanoramaGL 全景展示(Xcode7~), fixed some issues,share to someone need it,support arm64
Objective-C
145
star
7

JavaScriptCore-Demo

JavaScriptCore.framework :iOS7 中新加入的框架, JavaScript与Objective-C的互相调用 ,更多交互方法请查看:https://github.com/shaojiankui/iOS-WebView-JavaScript
Objective-C
145
star
8

JKNotifier

JKNotifier,when a notification pushed and app is UIApplicationStateActive,JKNotifier wiil show in statusbar like background push UIRemoteNotification
Objective-C
108
star
9

iOS-Cookie

iOS-Cookie,a demo for cookie opration
Objective-C
63
star
10

JKAlertDialog

AlertDialog,类似Android中的AlertDialog,可以指定任意的View显示在Alert弹出框中,样式和ios UIAlertView样式一致
Objective-C
63
star
11

Scanner

基于iOS AVFoundation框架的二维码,条形码,等各种码扫描器,浏览图片识别二维码
Objective-C
46
star
12

SmartOTA

SmartOTA,App for macOS ,一步生成使用https itms-services部署iOS App ipa需要的所有内容。
Objective-C
41
star
13

iSimulator

iSimulator,iOS Simulator Sandbox(模拟器沙盒),like simpholders,a macOS app to find simulator's sandbox and go.
Objective-C
40
star
14

GCDAsyncSocket-TCP-UDP-Python

GCDAsyncSocket-TCP-UDP-Python-Demo ,基于GCDAsyncSocket,GCDAsyncUdpSocket为客户端,Python做为服务端的socket通信
Objective-C
40
star
15

JKSideSlipView

JKSideSlipView IOS侧滑菜单,使用简单方便
Objective-C
39
star
16

iOS10-Runtime-Headers

iOS10 Runtime Headers
Objective-C
32
star
17

JKScreenRecorder

JKScreenRecorder(屏幕录制),use RPScreenRecorder of ReplayKit.framework supports iOS9 and later, use AVAssetWriter of AVFoundation.framework supports iOS8
Objective-C
32
star
18

AES-Java-iOS-Android

AES-Java-iOS-Android,兼容Java,iOS,Android三端的AES-128-ECB加密算法,附三端Demo
Java
29
star
19

JKSearchBar

JKSearchBar,Custom Easy to use SearchBar like UISearchBar with UIView and UITextField
Objective-C
29
star
20

SFVerificationCodeView

SFVerificationCodeView,实现iOS本地生成随机验证码, 从服务器读取并生成验证码 。 验证码其实主要用来防止机器人恶意注册与登陆,基本用于web网页端
Objective-C
28
star
21

SpeakHere

Apple Audio Queue Services Example,a copy SpeakHere from Apple, suppots Xcode5,6,7
C++
27
star
22

iOS-Debug-Database

iOS-Debug-Database,like Android-Debug-Database,A Library for Debugging iOS Databases with WebSite Console
Objective-C
26
star
23

ios-profile-service

iOS Profile Service, Based on Apple's Over-the-Air Profile Delivery and Configuration article.
Ruby
26
star
24

LightTableView

轻量级tableview 分离delegate datasource cell
Objective-C
23
star
25

JKScrollFocus

JKScrollFocus,iOS 焦点图轮播,UIScrollView图片无限循环滚动,不依赖第三方图片加载库,外部随便换随便换!!!!!!
Objective-C
23
star
26

Panorama-SceneKit

Panorama-SceneKit,(全景鱼眼图展示) Demo of using CoreMortion and SceneKit to view Panoramic Pictures
Objective-C
22
star
27

samba-iOS

samba for iOS,build the samba libsmbclient(4.0.26) on macOS based kxsmb rake file .the blog www.skyfox.org/ios-macos-kxsmb-smb-build.html
C
21
star
28

Panorama-OpenGL

Panorama-OpenGL,Spherical,Cubic(全景鱼眼图,六方图展示) Demo of using CoreMortion and OpenGL to view Panoramic Pictures ,(全景鱼眼图展示) Demo of using CoreMortion and SceneKit to view Panoramic Pictures
Objective-C
20
star
29

NSString-RemoveEmoji

NSString-RemoveEmoji,A category detecting or completely remove Emoji in NSString
Objective-C
18
star
30

JKCountDownLable

JKCountDownLable,子类化UILable实现iOS倒计时Lable,天,时,分,秒
Objective-C
18
star
31

NSDictionary-SafeAccess

非常有助于IOS字典读写的轻量级扩展,Very useful safe accessors for NSDictionary,a lightweight NSDictionary access category
Objective-C
17
star
32

FuckDouble-Demo

FuckDouble-Demo,double精度丢失问题,iOS开发NSDecimalNumber的使用,货币计算/精确数值计算/保留位数等
Objective-C
16
star
33

JKProgressLine

简易 实现时间线 时间轴效果
Objective-C
15
star
34

wechat-custom-tab-bar

微信小程序根据条件动态设置自定义tabbar示例,基于官方demo。
JavaScript
14
star
35

MultiSelectView

IOS基于tableview的多选控件封装,block回调
Objective-C
14
star
36

JS-Call-OC

javascript 调用objective-c 方法 及传参。 最全交互方法请查看:https://github.com/shaojiankui/iOS-WebView-JavaScript
Objective-C
14
star
37

FuckKeyboard-Demo

FuckKeyboard-Demo,遍历系统键盘“修改”任意按钮
Objective-C
13
star
38

AFNetworking-demo

AFNetworking3.1.0 的一个完整实现demo
Objective-C
12
star
39

BigBang

BigBang,轻松让任何iOS App都用上锤子科技大爆炸功能,通过集成本SDK可使App任意位置长按进行大爆炸系列操作,所有App产生的大爆炸数据通过系统级剪切板共享
Objective-C
12
star
40

35dir

35dir分类目录系统使用主流PHP开发语言,MVC框架,MYSQL轻量级数据库开发.支持无限级分类,自定义标签,自定义模板,文章系统,友情链接系统,第三方登录,自定义伪静态url,链接检测等强大功能!
PHP
12
star
41

iOS-Bonjour-And-Android-NSD

iOS-Bonjour-And-Android-NS,iOS与Android网络服务发现协议与兼容互通
Objective-C
11
star
42

HTML5-Plus-Explore

HTML5 Plus探索,HTML5+扩展了 JavaScript 对象 plus,使得 js 可以调用各种浏览器无法实现或实现不佳的系统能力,设备能力如摄像头、陀螺仪、文件系统等,业务能力如上传下载、二维码、地图、支付、语音输入、消息推送等
Objective-C
11
star
43

Paster

Paster,macOS ClipBoard/Pasteboard History App, mac剪切板历史管理应用
Objective-C
10
star
44

ProfileSigner-Ruby

ProfileSigner is a ruby script that will encrypt and sign a .mobileconfig profile with ssl cer
Ruby
10
star
45

awesome-xiaochengxu

微信小程序, 微信小程序应用号开发资源大全
10
star
46

SFCallManager

SFCallManager,iOS/iPhone 电话状态监听,通话时间计算。兼容iOS7及以上版本。
Objective-C
9
star
47

awesome-macos-command

awesome-macos-command, As developer use your macOS terminal command statements to do awesome things.
8
star
48

ListSelect-Demo

tableview 关联滚动,左侧列表跟随右侧列表滚动
Objective-C
7
star
49

libmp3lame.3.99.5.a

Mac OS X10.10 xcode6.1 ios8.1环境下,编译lame静态库libmp3lame.a,支持arm64 armv7s x86_64 i386 armv7指令集
Makefile
7
star
50

JKAlert

兼容 ios7 ios8的 ,UIAlertView and UIActionSheet,UIAlertViewController(ios8),Block实现回调,简单方便
Objective-C
7
star
51

ScaleAdaptUI

(废弃)ScaleAdaptUI IOS根据不同设备,缩放控件frame,达到适配IPhone5,IPhone6,IPhone6plus的效果
Objective-C
6
star
52

MacChanger

MacChanger,Mac Changer Tool for macOS,macOS的网卡地址修改器APP
Objective-C
6
star
53

IrregularButton

IrregularButton IOS下不规则形状的按钮
Objective-C
6
star
54

UIViewToImage-Demo

a high quality UIView Recursion Screenshot,高质量的可截任意尺寸的,View截图成图片Demo
Objective-C
6
star
55

DeveloperDiskImage

DeveloperDiskImage,Xcode真机调试支持库,Xcode real device debugging support library
6
star
56

DesignLayout

DesignLayout,让吹毛求疵的设计师不再逼逼!PSD,PNG等设计稿拖入DesignLayout,与模拟器上下重合对比UI效果。
Objective-C
6
star
57

UICollectionView-SFOpenFolder

UICollectionView+SFOpenFolder,a UICollectionView category,(仿苹果系统文件夹展开抽屉效果)like iOS springborad folder expand。
Objective-C
6
star
58

DBSync

DBSync,App SQLite与服务端DB增量双向同步SDK。a SQLite database sync SDK, Incremental synchronize a local [iOS/Android] app SQLite data to a webserver
5
star
59

UIViewController-JKPopup

UIViewController-JKPopup,a UIViewController Category to display a ViewController as a popup
Objective-C
5
star
60

H5-Camera-ImagePicker-Demo

H5-Camera-ImagePicker-Demo,html5 Camera magePicker present dismiss bug
Objective-C
5
star
61

JKSpectrumView

JKSpectrumView,iOS播放音频实时频谱,音频频谱,PCM频谱FFT分析,声音音频柱状图效果,卡拉ok音量柱状图,AurioTouch,SpeakHere
5
star
62

UITableView-SFOpenFolder

UITableView-SFOpenFolder,a UITableView category,(仿苹果系统文件夹展开抽屉效果)like iOS springborad folder expand
Objective-C
5
star
63

JMSVGParser

A simple SVG parser for iOS
Objective-C
4
star
64

SQLiteManager

SQLiteManager,a cool tool for use iOS sqlite easily,based libsqlite.dylib
Objective-C
4
star
65

OverTheAir

OverTheAir,OTA (Over-the-Air),基于PHP CodeIgniter 4.0的类似fir.im的iOS & Android App安装包在线分发网站。
4
star
66

UIScrollViewController

IOS UIScrollViewController, Let UIScrollView as UIViewController's self.view,such as UITableViewController's view is a UITableView,It can autoscroll and soon
Objective-C
4
star
67

SFWebServer

SFWebServer,iOS simple routing HTTP Web Server
Objective-C
4
star
68

SplitViewCollection

ios CollectionView 自动更换布局 + 简单动画
Objective-C
4
star
69

Excel2JSON-Demo

Excel2JSON-Demo,parse Excel Data to JSON Data
C
4
star
70

ProfilesTool-Xcode

ProfilesTool-Xcode,iOS Provisioning Profiles, .mobileprovision files manager tool for Xcode,建议使用macOS独立版本:https://github.com/shaojiankui/ProfilesManager
Objective-C
3
star
71

UIImage-RemoteSize

UIImage-RemoteSize,demo for remote image size 博文:http://www.skyfox.org/ios-preread-remote-image-size.html
Objective-C
3
star
72

NSDictionary-JKXML

NSDictionary-JKXML,A Category for NSDictionary Converter To XML String
Objective-C
3
star
73

HugeImageView

HugeImageView, decode part of huge image,分片加载巨大的图片(注意:是未被压缩与缩放的)
Objective-C
3
star
74

IPAInfo

IPAInfo,(获取IPA签名证书与info.plist信息)a macOS App, Unpack the IPA file,get app info.plist info and certificate and mobileprovision info
Objective-C
3
star
75

HttpClient-Swift

基于NSMutableURLRequest/NSURLConnection 的Swift版本网络请求,实现方式类似block回调
Swift
3
star
76

HLS-Server-iOS

ios app hlsserver build in,share camera or screen
3
star
77

NoteTextView

NoteTextView,UITextView子类化实现横格本,笔记本控件
Objective-C
3
star
78

Glide_FTP_Demo

Glide_FTP_Demo,custom Glide AppGlideModule and ModelLoader to load ftp images directly fro android
Java
3
star
79

Architecture

Architecture, a mac tool app for check valid architectures with .a or .framwork
Objective-C
3
star
80

JKComboBox

IOS SelectComboBox 类似html网页中的select控件
Objective-C
2
star
81

SFRequester

SFRequester,基于Android HttpURLConnection封装的精简http库,支持get post 上传下载等,做个demo引个小文件不香么
Java
2
star
82

JKPageControl

UIControl 模拟PageControl,自定义形状/图片/颜色
Objective-C
2
star
83

iOS10AdaptationTips

iOS10AdaptationTips, iOS 10 is coming!!!!! iOS10适配系列教程
2
star
84

Transparent-Show-Demo

产品局部透视图展示效果demo
Objective-C
2
star
85

APIScanner

APIScanner,a mac app for scan app private api usage,iOS私有API扫描检查工具
2
star
86

UITableView-HeaderStatus

精准获取UITableView Section Header的显示或者悬浮Pinned状态
2
star
87

APPManager

APPManager,a simple android app for manager local app and system app,uninstall,clear cache....etc
Java
2
star
88

JKActiveLabel

JKActiveLabel, A UILabel can become first responder and show inputView and respone click action
Objective-C
2
star
89

SmartNote

SmartNote,macOS开源“云”笔记应用,Open Source Cloud Note App for macOS
Swift
2
star
90

KeyBorad-Adapt-Demo

textfield等输入框 键盘遮挡的问题(输入框在scrollview tableivew subview上的情况)
Objective-C
2
star
91

JKGuideView

JKGuideView,iOS APP应用首次运行时显示的引导页,介绍页
2
star
92

UIWebView-JKLoadInfo

UIWebView-JKLoadInfo,a category for get UIWebView load progress,status and exact contentSize
Objective-C
2
star
93

DynamicForm

DynamicForm(动态表单),a designer and exhibitor for dynamic form
Objective-C
2
star
94

Enjoyable

Enjoyable is an application for Mac OS X which allows you to use controller inputs like a mouse or keyboard.
Objective-C
2
star
95

PinnedHeaderListView

continue PinnedHeaderListView(A ListView with pinned section headers for Android),fix bug and enhance,侧边索引的通讯录Demo
Java
2
star
96

JKPickerView

JKPickerView with block
Objective-C
1
star
97

iAlert

iAlert,a block NSAlert for macOS cocoa app
Objective-C
1
star
98

SensitiveWord-iOS

SensitiveWord,iOS/Mac App端敏感词过滤器,敏感词过滤工具,敏感词(非法词/脏字)检测过滤组件
1
star
99

SFUpdater

SFUpdater, a library for android app auto check version and update apk(安卓自动检测版本与下载更新安装包库)
1
star
100

JKToast

JKToast 模仿安卓的Toast 弱提示
Objective-C
1
star