1. 使用
將壓縮包中的System Services文件夾導(dǎo)入項(xiàng)目寇漫,如果Utilities文件夾中存在route.h文件玻佩,則刪除钻蔑。
2. 修改
將SSNetworkInfo.m中的第18行#include "route.h"
修改為#import <net/route.h>
3. 使用
1). 導(dǎo)入頭文件SystemServices.h
2). 打印
#import "ViewController.h"
#import "SystemServices.h"
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
NSLog(@"All System Information: %@", [SystemServices sharedServices].allSystemInformation);
}
@end