File tree 5 files changed +6
-6
lines changed
JamfKit/JamfKit.xcodeproj
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "JAMFKit"
3
- s . version = "0.3.2 "
3
+ s . version = "0.3.3 "
4
4
s . summary = "A JSS communication framework written in Swift"
5
5
s . description = <<-DESC
6
6
JamfKit is an iOS / macOS / tvOS framework to communicate with the JSS API offered by any Jamf host.
Original file line number Diff line number Diff line change 1767
1767
CLANG_WARN_UNREACHABLE_CODE = YES;
1768
1768
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1769
1769
COPY_PHASE_STRIP = NO;
1770
- CURRENT_PROJECT_VERSION = 0.3.2 ;
1770
+ CURRENT_PROJECT_VERSION = 0.3.3 ;
1771
1771
DEBUG_INFORMATION_FORMAT = dwarf;
1772
1772
DEFINES_MODULE = YES;
1773
1773
ENABLE_NS_ASSERTIONS = NO;
1829
1829
CLANG_WARN_UNREACHABLE_CODE = YES;
1830
1830
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1831
1831
COPY_PHASE_STRIP = NO;
1832
- CURRENT_PROJECT_VERSION = 0.3.2 ;
1832
+ CURRENT_PROJECT_VERSION = 0.3.3 ;
1833
1833
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1834
1834
DEFINES_MODULE = YES;
1835
1835
ENABLE_NS_ASSERTIONS = NO;
Original file line number Diff line number Diff line change 34
34
<BuildableReference
35
35
BuildableIdentifier = " primary"
36
36
BlueprintIdentifier = " 52D6D9851BEFF229002C0205"
37
- BuildableName = " JamfKit-iOS Tests.xctest"
37
+ BuildableName = " JamfKit Tests.xctest"
38
38
BlueprintName = " JamfKit-iOS Tests"
39
39
ReferencedContainer = " container:JamfKit.xcodeproj" >
40
40
</BuildableReference >
Original file line number Diff line number Diff line change 34
34
<BuildableReference
35
35
BuildableIdentifier = " primary"
36
36
BlueprintIdentifier = " DD7502791C68FCFC006590AF"
37
- BuildableName = " JamfKit-macOS Tests.xctest"
37
+ BuildableName = " JamfKit Tests.xctest"
38
38
BlueprintName = " JamfKit-macOS Tests"
39
39
ReferencedContainer = " container:JamfKit.xcodeproj" >
40
40
</BuildableReference >
Original file line number Diff line number Diff line change 34
34
<BuildableReference
35
35
BuildableIdentifier = " primary"
36
36
BlueprintIdentifier = " ED76B3EE204B0F7E0085C14C"
37
- BuildableName = " JamfKit-tvOS Tests.xctest"
37
+ BuildableName = " JamfKit Tests.xctest"
38
38
BlueprintName = " JamfKit-tvOS Tests"
39
39
ReferencedContainer = " container:JamfKit.xcodeproj" >
40
40
</BuildableReference >
You can’t perform that action at this time.
0 commit comments