Skip to content

Commit

Permalink
build: bump version from 1.0.4 to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TeruyaHaroldo committed Apr 1, 2021
1 parent 1b095ec commit ad7850c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -404,7 +404,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.5;
PRODUCT_BUNDLE_IDENTIFIER = com.yoonit.facefydemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -434,7 +434,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.5;
PRODUCT_BUNDLE_IDENTIFIER = com.yoonit.facefydemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
7 changes: 6 additions & 1 deletion YoonitFacefy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
#

spec.name = "YoonitFacefy"
spec.version = "1.0.4"
spec.version = "1.0.5"
spec.summary = "The face detection's module for iOS with a lot of awesome features"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -75,10 +75,15 @@ Pod::Spec.new do |spec|
#

spec.source_files = "YoonitFacefy/src/**/*", "Classes", "Classes/**/*.{h,m,swift}"

spec.exclude_files = "Classes/Exclude"

spec.swift_version = "5.0"

spec.static_framework = true

spec.dependency 'GoogleMLKit/FaceDetection'

spec.pod_target_xcconfig = {
'LIBRARY_SEARCH_PATHS' => '${SRCROOT}/**',
'FRAMEWORK_SEARCH_PATHS' => '${SRCROOT}/**',
Expand Down
4 changes: 2 additions & 2 deletions YoonitFacefy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.5;
PRODUCT_BUNDLE_IDENTIFIER = com.yoonit.facefy;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -452,7 +452,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.4;
MARKETING_VERSION = 1.0.5;
PRODUCT_BUNDLE_IDENTIFIER = com.yoonit.facefy;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit ad7850c

Please sign in to comment.