Skip to content

Commit 165ddf3

Browse files
committed
Prepare release 0.3.3
Signed-off-by: Damien Rivet <[email protected]>
1 parent d929495 commit 165ddf3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

JAMFKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JAMFKit"
3-
s.version = "0.3.2"
3+
s.version = "0.3.3"
44
s.summary = "A JSS communication framework written in Swift"
55
s.description = <<-DESC
66
JamfKit is an iOS / macOS / tvOS framework to communicate with the JSS API offered by any Jamf host.

JamfKit/JamfKit.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@
17671767
CLANG_WARN_UNREACHABLE_CODE = YES;
17681768
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
17691769
COPY_PHASE_STRIP = NO;
1770-
CURRENT_PROJECT_VERSION = 0.3.2;
1770+
CURRENT_PROJECT_VERSION = 0.3.3;
17711771
DEBUG_INFORMATION_FORMAT = dwarf;
17721772
DEFINES_MODULE = YES;
17731773
ENABLE_NS_ASSERTIONS = NO;
@@ -1829,7 +1829,7 @@
18291829
CLANG_WARN_UNREACHABLE_CODE = YES;
18301830
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
18311831
COPY_PHASE_STRIP = NO;
1832-
CURRENT_PROJECT_VERSION = 0.3.2;
1832+
CURRENT_PROJECT_VERSION = 0.3.3;
18331833
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
18341834
DEFINES_MODULE = YES;
18351835
ENABLE_NS_ASSERTIONS = NO;

JamfKit/JamfKit.xcodeproj/xcshareddata/xcschemes/JamfKit iOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "52D6D9851BEFF229002C0205"
37-
BuildableName = "JamfKit-iOS Tests.xctest"
37+
BuildableName = "JamfKit Tests.xctest"
3838
BlueprintName = "JamfKit-iOS Tests"
3939
ReferencedContainer = "container:JamfKit.xcodeproj">
4040
</BuildableReference>

JamfKit/JamfKit.xcodeproj/xcshareddata/xcschemes/JamfKit macOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "DD7502791C68FCFC006590AF"
37-
BuildableName = "JamfKit-macOS Tests.xctest"
37+
BuildableName = "JamfKit Tests.xctest"
3838
BlueprintName = "JamfKit-macOS Tests"
3939
ReferencedContainer = "container:JamfKit.xcodeproj">
4040
</BuildableReference>

JamfKit/JamfKit.xcodeproj/xcshareddata/xcschemes/JamfKit tvOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "ED76B3EE204B0F7E0085C14C"
37-
BuildableName = "JamfKit-tvOS Tests.xctest"
37+
BuildableName = "JamfKit Tests.xctest"
3838
BlueprintName = "JamfKit-tvOS Tests"
3939
ReferencedContainer = "container:JamfKit.xcodeproj">
4040
</BuildableReference>

0 commit comments

Comments
 (0)