Skip to content

Commit 933c2db

Browse files
committed
Prepare for 0.2.0
1 parent 7a18dc0 commit 933c2db

File tree

32 files changed

+103
-58
lines changed

32 files changed

+103
-58
lines changed

CocoaPods/CocoaPods-macOS/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CocoaPods-macOS
44
//
55
// Created by ApolloZhu on 2019/8/23.
6-
// Copyright © 2019 EFPrefix. All rights reserved.
6+
// Copyright © 2019 EFPrefix. MIT License.
77
//
88

99
import Cocoa
Loading
Loading
Loading
Loading
Loading
Loading
Loading

CocoaPods/CocoaPods-macOS/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,63 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "mac",
54
"size" : "16x16",
5+
"idiom" : "mac",
6+
"filename" : "16.jpg",
67
"scale" : "1x"
78
},
89
{
9-
"idiom" : "mac",
1010
"size" : "16x16",
11+
"idiom" : "mac",
12+
"filename" : "32.jpg",
1113
"scale" : "2x"
1214
},
1315
{
14-
"idiom" : "mac",
1516
"size" : "32x32",
17+
"idiom" : "mac",
18+
"filename" : "32.jpg",
1619
"scale" : "1x"
1720
},
1821
{
19-
"idiom" : "mac",
2022
"size" : "32x32",
23+
"idiom" : "mac",
24+
"filename" : "64.jpg",
2125
"scale" : "2x"
2226
},
2327
{
24-
"idiom" : "mac",
2528
"size" : "128x128",
29+
"idiom" : "mac",
30+
"filename" : "128.jpg",
2631
"scale" : "1x"
2732
},
2833
{
29-
"idiom" : "mac",
3034
"size" : "128x128",
35+
"idiom" : "mac",
36+
"filename" : "256.jpg",
3137
"scale" : "2x"
3238
},
3339
{
34-
"idiom" : "mac",
3540
"size" : "256x256",
41+
"idiom" : "mac",
42+
"filename" : "256.jpg",
3643
"scale" : "1x"
3744
},
3845
{
39-
"idiom" : "mac",
4046
"size" : "256x256",
47+
"idiom" : "mac",
48+
"filename" : "512.jpg",
4149
"scale" : "2x"
4250
},
4351
{
44-
"idiom" : "mac",
4552
"size" : "512x512",
53+
"idiom" : "mac",
54+
"filename" : "512.jpg",
4655
"scale" : "1x"
4756
},
4857
{
49-
"idiom" : "mac",
5058
"size" : "512x512",
59+
"idiom" : "mac",
60+
"filename" : "1024.jpg",
5161
"scale" : "2x"
5262
}
5363
],

CocoaPods/CocoaPods-macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2019 EFPrefix. All rights reserved.</string>
26+
<string>Copyright © 2019 EFPrefix. MIT License.</string>
2727
<key>NSMainStoryboardFile</key>
2828
<string>Main</string>
2929
<key>NSPrincipalClass</key>

CocoaPods/CocoaPods-macOS/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CocoaPods-macOS
44
//
55
// Created by ApolloZhu on 2019/8/23.
6-
// Copyright © 2019 EFPrefix. All rights reserved.
6+
// Copyright © 2019 EFPrefix. MIT License.
77
//
88

99
import Cocoa

CocoaPods/Cocoapods.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
0A4959AE69C35E25542D4D8C /* Pods_CocoaPods_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CocoaPods_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2626
491FC3F856F0991564F61038 /* Pods-Cocoapods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Cocoapods.release.xcconfig"; path = "Target Support Files/Pods-Cocoapods/Pods-Cocoapods.release.xcconfig"; sourceTree = "<group>"; };
2727
529ED188231784F50011606E /* Cocoapods.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Cocoapods.entitlements; sourceTree = "<group>"; };
28-
52BAC9CA230A478800982784 /* Cocoapods.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cocoapods.app; sourceTree = BUILT_PRODUCTS_DIR; };
28+
52BAC9CA230A478800982784 /* EFStorage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "EFStorage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2929
52BAC9CD230A478800982784 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3030
52BAC9CF230A478800982784 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
3131
52BAC9D1230A478800982784 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3232
52BAC9D4230A478800982784 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3333
52BAC9D6230A478900982784 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3434
52BAC9D9230A478900982784 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
3535
52BAC9DB230A478900982784 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
36-
52CDE017230FC838000DFF4B /* CocoaPods-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CocoaPods-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
36+
52CDE017230FC838000DFF4B /* EFStorage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "EFStorage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3737
52CDE019230FC838000DFF4B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3838
52CDE01B230FC838000DFF4B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3939
52CDE01D230FC839000DFF4B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -80,8 +80,8 @@
8080
52BAC9CB230A478800982784 /* Products */ = {
8181
isa = PBXGroup;
8282
children = (
83-
52BAC9CA230A478800982784 /* Cocoapods.app */,
84-
52CDE017230FC838000DFF4B /* CocoaPods-macOS.app */,
83+
52BAC9CA230A478800982784 /* EFStorage Demo.app */,
84+
52CDE017230FC838000DFF4B /* EFStorage Demo.app */,
8585
);
8686
name = Products;
8787
sourceTree = "<group>";
@@ -153,7 +153,7 @@
153153
);
154154
name = Cocoapods;
155155
productName = Cocoapods;
156-
productReference = 52BAC9CA230A478800982784 /* Cocoapods.app */;
156+
productReference = 52BAC9CA230A478800982784 /* EFStorage Demo.app */;
157157
productType = "com.apple.product-type.application";
158158
};
159159
52CDE016230FC838000DFF4B /* CocoaPods-macOS */ = {
@@ -172,7 +172,7 @@
172172
);
173173
name = "CocoaPods-macOS";
174174
productName = "CocoaPods-macOS";
175-
productReference = 52CDE017230FC838000DFF4B /* CocoaPods-macOS.app */;
175+
productReference = 52CDE017230FC838000DFF4B /* EFStorage Demo.app */;
176176
productType = "com.apple.product-type.application";
177177
};
178178
/* End PBXNativeTarget section */
@@ -493,7 +493,7 @@
493493
"@executable_path/Frameworks",
494494
);
495495
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.az.EFStorage.Cocoapods;
496-
PRODUCT_NAME = "$(TARGET_NAME)";
496+
PRODUCT_NAME = "EFStorage Demo";
497497
SWIFT_VERSION = 5.0;
498498
TARGETED_DEVICE_FAMILY = "1,2";
499499
};
@@ -513,7 +513,7 @@
513513
"@executable_path/Frameworks",
514514
);
515515
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.az.EFStorage.Cocoapods;
516-
PRODUCT_NAME = "$(TARGET_NAME)";
516+
PRODUCT_NAME = "EFStorage Demo";
517517
SWIFT_VERSION = 5.0;
518518
TARGETED_DEVICE_FAMILY = "1,2";
519519
};
@@ -534,7 +534,7 @@
534534
);
535535
MACOSX_DEPLOYMENT_TARGET = 10.10;
536536
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.az.EFStorage.CocoaPods-macOS";
537-
PRODUCT_NAME = "$(TARGET_NAME)";
537+
PRODUCT_NAME = "EFStorage Demo";
538538
SDKROOT = macosx;
539539
SWIFT_VERSION = 5.0;
540540
};
@@ -555,7 +555,7 @@
555555
);
556556
MACOSX_DEPLOYMENT_TARGET = 10.10;
557557
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.az.EFStorage.CocoaPods-macOS";
558-
PRODUCT_NAME = "$(TARGET_NAME)";
558+
PRODUCT_NAME = "EFStorage Demo";
559559
SDKROOT = macosx;
560560
SWIFT_VERSION = 5.0;
561561
};

CocoaPods/Cocoapods/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Cocoapods
44
//
55
// Created by ApolloZhu on 2019/8/19.
6-
// Copyright © 2019 EFPrefix. All rights reserved.
6+
// Copyright © 2019 EFPrefix. MIT License.
77
//
88

99
import UIKit
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

CocoaPods/Cocoapods/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,111 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "20x20",
5+
"idiom" : "iphone",
6+
"filename" : "40.jpg",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "20x20",
11+
"idiom" : "iphone",
12+
"filename" : "60.jpg",
1113
"scale" : "3x"
1214
},
1315
{
14-
"idiom" : "iphone",
1516
"size" : "29x29",
17+
"idiom" : "iphone",
18+
"filename" : "58.jpg",
1619
"scale" : "2x"
1720
},
1821
{
19-
"idiom" : "iphone",
2022
"size" : "29x29",
23+
"idiom" : "iphone",
24+
"filename" : "87.jpg",
2125
"scale" : "3x"
2226
},
2327
{
24-
"idiom" : "iphone",
2528
"size" : "40x40",
29+
"idiom" : "iphone",
30+
"filename" : "80.jpg",
2631
"scale" : "2x"
2732
},
2833
{
29-
"idiom" : "iphone",
3034
"size" : "40x40",
35+
"idiom" : "iphone",
36+
"filename" : "120.jpg",
3137
"scale" : "3x"
3238
},
3339
{
34-
"idiom" : "iphone",
3540
"size" : "60x60",
41+
"idiom" : "iphone",
42+
"filename" : "120.jpg",
3643
"scale" : "2x"
3744
},
3845
{
39-
"idiom" : "iphone",
4046
"size" : "60x60",
47+
"idiom" : "iphone",
48+
"filename" : "180.jpg",
4149
"scale" : "3x"
4250
},
4351
{
44-
"idiom" : "ipad",
4552
"size" : "20x20",
53+
"idiom" : "ipad",
54+
"filename" : "20.jpg",
4655
"scale" : "1x"
4756
},
4857
{
49-
"idiom" : "ipad",
5058
"size" : "20x20",
59+
"idiom" : "ipad",
60+
"filename" : "40.jpg",
5161
"scale" : "2x"
5262
},
5363
{
54-
"idiom" : "ipad",
5564
"size" : "29x29",
65+
"idiom" : "ipad",
66+
"filename" : "29.jpg",
5667
"scale" : "1x"
5768
},
5869
{
59-
"idiom" : "ipad",
6070
"size" : "29x29",
71+
"idiom" : "ipad",
72+
"filename" : "58.jpg",
6173
"scale" : "2x"
6274
},
6375
{
64-
"idiom" : "ipad",
6576
"size" : "40x40",
77+
"idiom" : "ipad",
78+
"filename" : "40.jpg",
6679
"scale" : "1x"
6780
},
6881
{
69-
"idiom" : "ipad",
7082
"size" : "40x40",
83+
"idiom" : "ipad",
84+
"filename" : "80.jpg",
7185
"scale" : "2x"
7286
},
7387
{
74-
"idiom" : "ipad",
7588
"size" : "76x76",
89+
"idiom" : "ipad",
90+
"filename" : "76.jpg",
7691
"scale" : "1x"
7792
},
7893
{
79-
"idiom" : "ipad",
8094
"size" : "76x76",
95+
"idiom" : "ipad",
96+
"filename" : "152.jpg",
8197
"scale" : "2x"
8298
},
8399
{
84-
"idiom" : "ipad",
85100
"size" : "83.5x83.5",
101+
"idiom" : "ipad",
102+
"filename" : "167.jpg",
86103
"scale" : "2x"
87104
},
88105
{
89-
"idiom" : "ios-marketing",
90106
"size" : "1024x1024",
107+
"idiom" : "ios-marketing",
108+
"filename" : "1024.jpg",
91109
"scale" : "1x"
92110
}
93111
],

CocoaPods/Cocoapods/SceneDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Cocoapods
44
//
55
// Created by ApolloZhu on 2019/8/19.
6-
// Copyright © 2019 EFPrefix. All rights reserved.
6+
// Copyright © 2019 EFPrefix. MIT License.
77
//
88

99
import UIKit

CocoaPods/Cocoapods/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Cocoapods
44
//
55
// Created by ApolloZhu on 2019/8/19.
6-
// Copyright © 2019 EFPrefix. All rights reserved.
6+
// Copyright © 2019 EFPrefix. MIT License.
77
//
88

99
import UIKit

CocoaPods/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- EFStorage (0.1.1):
3-
- EFStorage/Core (= 0.1.1)
4-
- EFStorage/KeychainAccess (= 0.1.1)
5-
- EFStorage/UserDefaults (= 0.1.1)
6-
- EFStorage/YYCache (= 0.1.1)
7-
- EFStorage/Core (0.1.1)
8-
- EFStorage/KeychainAccess (0.1.1):
2+
- EFStorage (0.2.0):
3+
- EFStorage/Core (= 0.2.0)
4+
- EFStorage/KeychainAccess (= 0.2.0)
5+
- EFStorage/UserDefaults (= 0.2.0)
6+
- EFStorage/YYCache (= 0.2.0)
7+
- EFStorage/Core (0.2.0)
8+
- EFStorage/KeychainAccess (0.2.0):
99
- EFStorage/Core
1010
- KeychainAccess (~> 3.2.0)
11-
- EFStorage/UserDefaults (0.1.1):
11+
- EFStorage/UserDefaults (0.2.0):
1212
- EFStorage/Core
13-
- EFStorage/YYCache (0.1.1):
13+
- EFStorage/YYCache (0.2.0):
1414
- EFStorage/Core
1515
- YYCache (~> 1.0.4)
1616
- KeychainAccess (3.2.0)
@@ -29,7 +29,7 @@ EXTERNAL SOURCES:
2929
:path: ".."
3030

3131
SPEC CHECKSUMS:
32-
EFStorage: 8d1515bea0dce6608946aeaef09e30bf95b8b9a5
32+
EFStorage: 62ac02fe4f52d609261e89cc70df378f532c83f7
3333
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
3434
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
3535

EFStorage.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'EFStorage'
11-
s.version = '0.1.1'
12-
s.summary = 'Store anything anywhere with ease.'
11+
s.version = '0.2.0'
12+
s.summary = 'A Swifty storage solution.'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -56,7 +56,7 @@ Pod::Spec.new do |s|
5656

5757
s.subspec 'YYCache' do |sp|
5858
sp.platform = :ios
59-
sp.source_files = 'Sources/YYCache'
59+
sp.source_files = 'Sources/EFStorageYYCache'
6060
sp.dependency 'YYCache', '~> 1.0.4'
6161
sp.dependency 'EFStorage/Core'
6262
end

0 commit comments

Comments
 (0)