Skip to content

Commit 643bb1b

Browse files
committed
Renamed JAMF references
1 parent 489ef3c commit 643bb1b

File tree

71 files changed

+266
-267
lines changed

Some content is hidden

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

71 files changed

+266
-267
lines changed

.jazzy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
author: Ethenyl
22
author_url: https://github.com/Ethenyl
3-
github_url: https://github.com/Ethenyl/JAMFKit
4-
root_url: https://ethenyl.github.io/JAMFKit/
5-
module: JAMFKit
3+
github_url: https://github.com/Ethenyl/JamfKit
4+
root_url: https://ethenyl.github.io/JamfKit/
5+
module: JamfKit
66
output: docs
77
theme: fullwidth
8-
xcodebuild_arguments: [-workspace, 'JAMFKit.xcworkspace', -scheme, 'JAMFKit iOS']
8+
xcodebuild_arguments: [-workspace, 'JamfKit.xcworkspace', -scheme, 'JamfKit iOS']

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ osx_image: xcode9.2
44

55
env:
66
global:
7-
- WORKSPACE="JAMFKit.xcworkspace"
7+
- WORKSPACE="JamfKit.xcworkspace"
88
matrix:
9-
- PLATFORM="macOS" SCHEME="JAMFKit macOS" DESTINATION="arch=x86_64"
10-
- PLATFORM="iOS" SCHEME="JAMFKit iOS" DESTINATION='platform=iOS Simulator,name=iPhone 7'
9+
- PLATFORM="macOS" SCHEME="JamfKit macOS" DESTINATION="arch=x86_64"
10+
- PLATFORM="iOS" SCHEME="JamfKit iOS" DESTINATION='platform=iOS Simulator,name=iPhone 8'
1111

1212
before_install:
1313
- gem install xcpretty
@@ -16,4 +16,4 @@ script:
1616
- set -o pipefail && xcodebuild clean test -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty
1717

1818
after_success:
19-
- bash <(curl -s https://codecov.io/bash) -J 'JAMFKit'
19+
- bash <(curl -s https://codecov.io/bash) -J 'JamfKit'

JAMFKit.podspec JamfKit.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::Spec.new do |s|
2-
s.name = "JAMFKit"
2+
s.name = "JamfKit"
33
s.version = "0.1.0"
44
s.summary = "A JSS communication framework written in Swift"
55
s.description = <<-DESC
6-
A Swift SDK to interact with a JAMF server's JSS API.
6+
A Swift SDK to interact with a Jamf server's JSS API.
77
DESC
88

9-
s.homepage = "https://[email protected]/Ethenyl/JAMFKit"
9+
s.homepage = "https://[email protected]/Ethenyl/JamfKit"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Damien Rivet" => "[email protected]" }
1212

1313
s.ios.deployment_target = "9.0"
1414
s.osx.deployment_target = "10.10"
1515

16-
s.source = { :git => "https://[email protected]/Ethenyl/JAMFKit.git", :tag => s.version.to_s }
16+
s.source = { :git => "https://[email protected]/Ethenyl/JamfKit.git", :tag => s.version.to_s }
1717
s.source_files = "Sources/*.swift"
1818

1919
s.frameworks = "Foundation"

JAMFKit.xcworkspace/contents.xcworkspacedata JamfKit.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>BuildSystemType</key>
6-
<string>Latest</string>
7-
</dict>
4+
<dict/>
85
</plist>
File renamed without changes.
File renamed without changes.

JAMFKit/Configs/JAMFKit.plist JamfKit/Configs/JamfKit.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2017 Damien Rivet. All rights reserved.</string>
24+
<string>Copyright © 2017 JamfKit. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>
File renamed without changes.

0 commit comments

Comments
 (0)