Skip to content

Commit

Permalink
Prepare for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Sep 11, 2019
1 parent 7a18dc0 commit 933c2db
Show file tree
Hide file tree
Showing 32 changed files with 103 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CocoaPods/CocoaPods-macOS/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CocoaPods-macOS
//
// Created by ApolloZhu on 2019/8/23.
// Copyright © 2019 EFPrefix. All rights reserved.
// Copyright © 2019 EFPrefix. MIT License.
//

import Cocoa
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,53 +1,63 @@
{
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "16.jpg",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "32.jpg",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "32.jpg",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "64.jpg",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "128.jpg",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "256.jpg",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "256.jpg",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "512.jpg",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "512.jpg",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "1024.jpg",
"scale" : "2x"
}
],
Expand Down
2 changes: 1 addition & 1 deletion CocoaPods/CocoaPods-macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 EFPrefix. All rights reserved.</string>
<string>Copyright © 2019 EFPrefix. MIT License.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion CocoaPods/CocoaPods-macOS/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CocoaPods-macOS
//
// Created by ApolloZhu on 2019/8/23.
// Copyright © 2019 EFPrefix. All rights reserved.
// Copyright © 2019 EFPrefix. MIT License.
//

import Cocoa
Expand Down
20 changes: 10 additions & 10 deletions CocoaPods/Cocoapods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
0A4959AE69C35E25542D4D8C /* Pods_CocoaPods_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CocoaPods_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
529ED188231784F50011606E /* Cocoapods.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Cocoapods.entitlements; sourceTree = "<group>"; };
52BAC9CA230A478800982784 /* Cocoapods.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cocoapods.app; sourceTree = BUILT_PRODUCTS_DIR; };
52BAC9CA230A478800982784 /* EFStorage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "EFStorage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
52BAC9CD230A478800982784 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
52BAC9CF230A478800982784 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
52BAC9D1230A478800982784 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
52BAC9D4230A478800982784 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
52BAC9D6230A478900982784 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
52BAC9D9230A478900982784 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
52BAC9DB230A478900982784 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52CDE017230FC838000DFF4B /* CocoaPods-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CocoaPods-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
52CDE017230FC838000DFF4B /* EFStorage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "EFStorage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
52CDE019230FC838000DFF4B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
52CDE01B230FC838000DFF4B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
52CDE01D230FC839000DFF4B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -80,8 +80,8 @@
52BAC9CB230A478800982784 /* Products */ = {
isa = PBXGroup;
children = (
52BAC9CA230A478800982784 /* Cocoapods.app */,
52CDE017230FC838000DFF4B /* CocoaPods-macOS.app */,
52BAC9CA230A478800982784 /* EFStorage Demo.app */,
52CDE017230FC838000DFF4B /* EFStorage Demo.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -153,7 +153,7 @@
);
name = Cocoapods;
productName = Cocoapods;
productReference = 52BAC9CA230A478800982784 /* Cocoapods.app */;
productReference = 52BAC9CA230A478800982784 /* EFStorage Demo.app */;
productType = "com.apple.product-type.application";
};
52CDE016230FC838000DFF4B /* CocoaPods-macOS */ = {
Expand All @@ -172,7 +172,7 @@
);
name = "CocoaPods-macOS";
productName = "CocoaPods-macOS";
productReference = 52CDE017230FC838000DFF4B /* CocoaPods-macOS.app */;
productReference = 52CDE017230FC838000DFF4B /* EFStorage Demo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -493,7 +493,7 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.az.EFStorage.Cocoapods;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "EFStorage Demo";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -513,7 +513,7 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.eyrefree.az.EFStorage.Cocoapods;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "EFStorage Demo";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -534,7 +534,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.az.EFStorage.CocoaPods-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "EFStorage Demo";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
Expand All @@ -555,7 +555,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "org.eyrefree.az.EFStorage.CocoaPods-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "EFStorage Demo";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
Expand Down
2 changes: 1 addition & 1 deletion CocoaPods/Cocoapods/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Cocoapods
//
// Created by ApolloZhu on 2019/8/19.
// Copyright © 2019 EFPrefix. All rights reserved.
// Copyright © 2019 EFPrefix. MIT License.
//

import UIKit
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,93 +1,111 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"idiom" : "iphone",
"filename" : "40.jpg",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"idiom" : "iphone",
"filename" : "60.jpg",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"idiom" : "iphone",
"filename" : "58.jpg",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"idiom" : "iphone",
"filename" : "87.jpg",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"idiom" : "iphone",
"filename" : "80.jpg",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"idiom" : "iphone",
"filename" : "120.jpg",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"idiom" : "iphone",
"filename" : "120.jpg",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"idiom" : "iphone",
"filename" : "180.jpg",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"idiom" : "ipad",
"filename" : "20.jpg",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"idiom" : "ipad",
"filename" : "40.jpg",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"idiom" : "ipad",
"filename" : "29.jpg",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"idiom" : "ipad",
"filename" : "58.jpg",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"idiom" : "ipad",
"filename" : "40.jpg",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"idiom" : "ipad",
"filename" : "80.jpg",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"idiom" : "ipad",
"filename" : "76.jpg",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"idiom" : "ipad",
"filename" : "152.jpg",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "167.jpg",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "1024.jpg",
"scale" : "1x"
}
],
Expand Down
2 changes: 1 addition & 1 deletion CocoaPods/Cocoapods/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Cocoapods
//
// Created by ApolloZhu on 2019/8/19.
// Copyright © 2019 EFPrefix. All rights reserved.
// Copyright © 2019 EFPrefix. MIT License.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion CocoaPods/Cocoapods/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Cocoapods
//
// Created by ApolloZhu on 2019/8/19.
// Copyright © 2019 EFPrefix. All rights reserved.
// Copyright © 2019 EFPrefix. MIT License.
//

import UIKit
Expand Down
20 changes: 10 additions & 10 deletions CocoaPods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- EFStorage (0.1.1):
- EFStorage/Core (= 0.1.1)
- EFStorage/KeychainAccess (= 0.1.1)
- EFStorage/UserDefaults (= 0.1.1)
- EFStorage/YYCache (= 0.1.1)
- EFStorage/Core (0.1.1)
- EFStorage/KeychainAccess (0.1.1):
- EFStorage (0.2.0):
- EFStorage/Core (= 0.2.0)
- EFStorage/KeychainAccess (= 0.2.0)
- EFStorage/UserDefaults (= 0.2.0)
- EFStorage/YYCache (= 0.2.0)
- EFStorage/Core (0.2.0)
- EFStorage/KeychainAccess (0.2.0):
- EFStorage/Core
- KeychainAccess (~> 3.2.0)
- EFStorage/UserDefaults (0.1.1):
- EFStorage/UserDefaults (0.2.0):
- EFStorage/Core
- EFStorage/YYCache (0.1.1):
- EFStorage/YYCache (0.2.0):
- EFStorage/Core
- YYCache (~> 1.0.4)
- KeychainAccess (3.2.0)
Expand All @@ -29,7 +29,7 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
EFStorage: 8d1515bea0dce6608946aeaef09e30bf95b8b9a5
EFStorage: 62ac02fe4f52d609261e89cc70df378f532c83f7
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
YYCache: 8105b6638f5e849296c71f331ff83891a4942952

Expand Down
6 changes: 3 additions & 3 deletions EFStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Pod::Spec.new do |s|
s.name = 'EFStorage'
s.version = '0.1.1'
s.summary = 'Store anything anywhere with ease.'
s.version = '0.2.0'
s.summary = 'A Swifty storage solution.'

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

s.subspec 'YYCache' do |sp|
sp.platform = :ios
sp.source_files = 'Sources/YYCache'
sp.source_files = 'Sources/EFStorageYYCache'
sp.dependency 'YYCache', '~> 1.0.4'
sp.dependency 'EFStorage/Core'
end
Expand Down
Loading

0 comments on commit 933c2db

Please sign in to comment.