Skip to content

Commit a67e180

Browse files
committed
1.4.3 preps
1 parent 7322e5c commit a67e180

File tree

76 files changed

+323
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+323
-315
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

Example/HealthKitReporter.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
7070
7003F1C7C75718FEDF8637AF /* Pods-HealthKitReporter_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HealthKitReporter_Tests.release.xcconfig"; path = "Target Support Files/Pods-HealthKitReporter_Tests/Pods-HealthKitReporter_Tests.release.xcconfig"; sourceTree = "<group>"; };
7171
784CB4452F8A563A8EC84C82 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
72-
8274ECC55EA5E895980E76E1 /* HealthKitReporter.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = HealthKitReporter.podspec; path = ../HealthKitReporter.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
72+
8274ECC55EA5E895980E76E1 /* HealthKitReporter.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = HealthKitReporter.podspec; path = ../HealthKitReporter.podspec; sourceTree = "<group>"; };
7373
9E025C132111D8252E831EEC /* Pods_HealthKitReporter_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HealthKitReporter_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7474
E99BA72C15D1884C0B1E5444 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
7575
/* End PBXFileReference section */
@@ -529,7 +529,7 @@
529529
GCC_WARN_UNUSED_FUNCTION = YES;
530530
GCC_WARN_UNUSED_VARIABLE = YES;
531531
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
532-
MARKETING_VERSION = 1.4.2;
532+
MARKETING_VERSION = 1.4.3;
533533
MTL_ENABLE_DEBUG_INFO = YES;
534534
ONLY_ACTIVE_ARCH = YES;
535535
SDKROOT = iphoneos;
@@ -580,7 +580,7 @@
580580
GCC_WARN_UNUSED_FUNCTION = YES;
581581
GCC_WARN_UNUSED_VARIABLE = YES;
582582
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
583-
MARKETING_VERSION = 1.4.2;
583+
MARKETING_VERSION = 1.4.3;
584584
MTL_ENABLE_DEBUG_INFO = NO;
585585
SDKROOT = iphoneos;
586586
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 305 additions & 308 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HealthKitReporter.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = 'HealthKitReporter'
11-
s.version = '1.4.2'
11+
s.version = '1.4.3'
1212
s.summary = 'HealthKitReporter. A wrapper for HealthKit framework.'
1313
s.swift_versions = '5.3'
1414
s.description = 'Helps to write or read data from Apple Health via HealthKit framework.'
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.social_media_url = 'https://www.facebook.com/profile.php?id=1700091944'
2020
s.platform = :ios, '9.0'
2121
s.ios.deployment_target = '9.0'
22-
s.source_files = 'HealthKitReporter/Classes/**/*'
22+
s.source_files = 'Sources/**/*'
2323
end

HealthKitReporter/Assets/.gitkeep

Whitespace-only changes.

README.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)