Skip to content

Commit

Permalink
public protocol Permissionable
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Nov 19, 2021
1 parent 506e254 commit df5f38e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PermissionKit.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'PermissionKit'
s.version = '1.4.0'
s.version = '1.4.1'
s.summary = 'An elegant permission manager written in swift'

s.homepage = 'https://github.com/lixiang1994/PermissionKit'
Expand Down
4 changes: 2 additions & 2 deletions PermissionKit.xcodeproj/project.pbxproj
Expand Up @@ -367,7 +367,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.4.1;
OTHER_CFLAGS = "-fembed-bitcode";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.permission;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -399,7 +399,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.4.1;
OTHER_CFLAGS = "-fembed-bitcode";
PRODUCT_BUNDLE_IDENTIFIER = com.lee.permission;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Protocol.swift
Expand Up @@ -13,7 +13,7 @@

import Foundation

protocol Permissionable {
public protocol Permissionable {

var status: PermissionStatus { get }

Expand Down

0 comments on commit df5f38e

Please sign in to comment.