Move codes to an embed framework
- Move bundle/group identifiers to passKit/Global - Fix Core Data - Change Defaults to SharedDefaults
This commit is contained in:
parent
850dc75820
commit
d2ba620ae4
45 changed files with 1062 additions and 523 deletions
15
passKit/passKit.h
Normal file
15
passKit/passKit.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// passKit.h
|
||||
// passKit
|
||||
//
|
||||
// Created by Yishi Lin on 11/6/17.
|
||||
// Copyright © 2017年 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
//! Project version number for passKit.
|
||||
FOUNDATION_EXPORT double passKitVersionNumber;
|
||||
|
||||
//! Project version string for passKit.
|
||||
FOUNDATION_EXPORT const unsigned char passKitVersionString[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue