Skip to content

Commit 84e84c3

Browse files
committed
Automated Push
1 parent 9ef6c9f commit 84e84c3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Scripts/blueprint-switcher/blueprint_switcher.zsh

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# v. 2.1
88
#
99
# Created - 2023-07-13
10-
# Updated - 2024-04-25
10+
# Updated - 2025-02-14
1111
#
1212
################################################################################################
1313
# Tested macOS Versions
1414
################################################################################################
1515
#
16+
# 15.3.1
1617
# 14.4.1
1718
# 13.6.6
18-
# 12.7.4
1919
#
2020
################################################################################################
2121
# Software Information
@@ -27,7 +27,7 @@
2727
# License Information
2828
################################################################################################
2929
#
30-
# Copyright 2024 Kandji, Inc.
30+
# Copyright 2025 Kandji, Inc.
3131
#
3232
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
3333
# software and associated documentation files (the "Software"), to deal in the Software

Scripts/createInternetShortcut/createInternetShortcut.zsh

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
################################################################################################
66
#
77
# Created - 09/13/2022
8-
# Updated - 05/24/2024
8+
# Updated - 02/14/2025
99
#
1010
################################################################################################
1111
# Tested macOS Versions
1212
################################################################################################
1313
#
14+
# - 15.3.1
1415
# - 14.5
1516
# - 13.6.7
1617
# - 12.7.5
@@ -30,7 +31,7 @@
3031
# License Information
3132
################################################################################################
3233
#
33-
# Copyright 2024 Kandji, Inc.
34+
# Copyright 2025 Kandji, Inc.
3435
#
3536
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
3637
# software and associated documentation files (the "Software"), to deal in the Software
@@ -132,4 +133,4 @@ fi
132133
set imageData to (current application's NSImage's alloc()'s initWithContentsOfFile:iconFile)
133134
(current application's NSWorkspace's sharedWorkspace()'s setIcon:imageData forFile:targetFile options:2)
134135
135-
EOF
136+
EOF

Scripts/set-wallpaper/setwallpaper.zsh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
################################################################################################
66
#
77
# Created - 3/21/2023
8-
# Updated - 5/2/2024
8+
# Updated - 2/14/2024
99
#
1010
################################################################################################
1111
# Tested macOS Versions
1212
################################################################################################
1313
#
14+
# 15.3.1
1415
# 14.4.1
1516
# 13.6.6
16-
# 12.7.4
1717
#
1818
################################################################################################
1919
# Software Information
@@ -34,7 +34,7 @@
3434
# License Information
3535
################################################################################################
3636
#
37-
# Copyright 2024 Kandji, Inc.
37+
# Copyright 2025 Kandji, Inc.
3838
#
3939
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
4040
# software and associated documentation files (the "Software"), to deal in the Software

0 commit comments

Comments
 (0)