Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find more license files #13

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
12d872a
better finding of license files
mredig Jun 13, 2018
65bfd69
modified my changes to be compatible with space indentation
mredig Jun 13, 2018
288bfd3
Merge pull request #1 from mathiasnagler/develop
mredig Jan 31, 2021
cdc7a42
(refactor) spm support
mredig Jan 31, 2021
5d11a58
(refactor) spm refactor progress
mredig Jan 31, 2021
7ecbbee
(fix) swift 5 update for tvos
mredig Jan 31, 2021
5ba88b0
(refactor) undid some project management changes
mredig Jan 31, 2021
0df5cb1
(fix) tests work both in xcode and spm now
mredig Jan 31, 2021
33a98f7
(refactor) adjustments to support spm
mredig Feb 1, 2021
07a2c07
(feat) support multiple input directories
mredig Feb 1, 2021
15a61c9
(fix) proper inclusion of licenses in subdirectories
mredig Feb 1, 2021
0a293f0
(nit) code clarity
mredig Feb 1, 2021
f8e6e53
(refactor) combine all licenses in alphabetical order
mredig Feb 1, 2021
35a36fb
(refactor) improved error handling and comments
mredig Feb 1, 2021
518c128
(refactor) breaking main down into smaller function chunks
mredig Feb 1, 2021
4f372f6
(nit) code organization
mredig Feb 1, 2021
f99b35b
(fix) update gitignore
mredig Feb 1, 2021
8b43804
Merge branch 'dev/mredig/generate-license-files-spm-support' into dev…
mredig Feb 1, 2021
37d11ad
(fix) tvos swift 5 build fix
mredig Feb 1, 2021
5b0418b
(fix) changed path in script to generate the license file
mredig Feb 1, 2021
c2fa199
(fix) added tvos 9 min requirement to package to match readme
mredig Feb 1, 2021
0593909
(nit) update readme
mredig Feb 1, 2021
082c970
(nit) update readme
mredig Feb 1, 2021
d95d786
(fix) updated readme with corrected script compatible with archiving
mredig Feb 1, 2021
b3238ed
(refactor) use argument parser
mredig Jul 3, 2022
2d307d1
(nit) small updates
mredig Jul 3, 2022
a916e05
(nit) remove extra line
mredig Jul 3, 2022
9afd3a9
(refactor) move license file generation to library
mredig Jul 4, 2022
c883117
(feat) add license generation as spm plugin
mredig Jul 4, 2022
4d933e3
(refactor) add plugin as package product
mredig Jul 4, 2022
ba00e19
(refactor) log directory
mredig Jul 4, 2022
ec26633
(nit) call for help
mredig Jul 4, 2022
09e9b64
(refactor) add docs
mredig Jul 4, 2022
5d37111
(refactor) update README
mredig Jul 4, 2022
c040d06
(feat) added build license file product
mredig Sep 9, 2024
3838593
(bump) arg parser dep update
mredig Sep 11, 2024
300551d
(refactor) update readme
mredig Sep 11, 2024
40afe8e
(refactor) prep for spm release
mredig Sep 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(refactor) undid some project management changes
  • Loading branch information
mredig committed Jan 31, 2021
commit 5ba88b0226309119018889f25eb965bcc982b48a
20 changes: 5 additions & 15 deletions SwiftyAcknowledgements.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
33D1BC0225C696BE00B3D1D4 /* Acknowledgements.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 33D1BBDD25C6956800B3D1D4 /* Acknowledgements.plist */; };
33D1BC1025C696CD00B3D1D4 /* Acknowledgements.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 33D1BBDD25C6956800B3D1D4 /* Acknowledgements.plist */; };
33D1BC3125C698E100B3D1D4 /* Acknowledgements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 33D1BBDD25C6956800B3D1D4 /* Acknowledgements.plist */; };
33D1BC3225C698E200B3D1D4 /* Acknowledgements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 33D1BBDD25C6956800B3D1D4 /* Acknowledgements.plist */; };
524F34CE1BE248EE00784625 /* AcknowledgementsTableViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524F34CD1BE248EE00784625 /* AcknowledgementsTableViewControllerTests.swift */; };
524F34CF1BE248EE00784625 /* AcknowledgementsTableViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524F34CD1BE248EE00784625 /* AcknowledgementsTableViewControllerTests.swift */; };
524F34D11BE2491800784625 /* BaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524F34D01BE2491800784625 /* BaseTestCase.swift */; };
@@ -76,23 +76,12 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
33D1BC0125C696AF00B3D1D4 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 7;
files = (
33D1BC0225C696BE00B3D1D4 /* Acknowledgements.plist in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
33D1BC0F25C696C700B3D1D4 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 7;
files = (
33D1BC1025C696CD00B3D1D4 /* Acknowledgements.plist in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -143,7 +132,7 @@
52FC377C1B9F6A0A005EFE87 /* FrameworkInfo.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = FrameworkInfo.plist; sourceTree = "<group>"; };
52FC37831B9F6A94005EFE87 /* Acknowledgement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Acknowledgement.swift; sourceTree = "<group>"; };
52FC37841B9F6A94005EFE87 /* AcknowledgementsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AcknowledgementsTableViewController.swift; sourceTree = "<group>"; };
52FC37851B9F6A94005EFE87 /* AcknowledgementViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AcknowledgementViewController.swift; sourceTree = "<group>"; };
52FC37851B9F6A94005EFE87 /* AcknowledgementViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AcknowledgementViewController.swift; sourceTree = "<group>"; usesTabs = 0; };
52FC378D1B9F6BEF005EFE87 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
52FC378F1B9F6BEF005EFE87 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
52FC37911B9F6BEF005EFE87 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -381,7 +370,6 @@
527046961BE2056D004CD4FC /* Generate Acknowledgements */,
527046871BE204A1004CD4FC /* Frameworks */,
527046881BE204A1004CD4FC /* Resources */,
33D1BC0125C696AF00B3D1D4 /* CopyFiles */,
);
buildRules = (
);
@@ -533,13 +521,15 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
33D1BC3125C698E100B3D1D4 /* Acknowledgements.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
527046881BE204A1004CD4FC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
33D1BC3225C698E200B3D1D4 /* Acknowledgements.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};