⚠️ Warning: Unsigned builds are primarily for development/testing purposes and cannot be installed on physical devices.
For .xcodeproj:
| // Copyright (c) 2021-2025 Alexey Grigorev, Ivan Oparin | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a | |
| // copy of this software and associated documentation files (the | |
| // "Software"), to deal in the Software without restriction, including | |
| // without limitation the rights to use, copy, modify, merge, publish, | |
| // distribute, sublicense, and/or sell copies of the Software, and to | |
| // permit persons to whom the Software is furnished to do so, subject to | |
| // the following conditions: | |
| // |
| // Copyright (c) 2019 Alamofire Software Foundation (http://alamofire.org/) | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // | |
| // The above copyright notice and this permission notice shall be included in |
| // MIT License | |
| // | |
| // Copyright (c) 2024 Ivan Oparin | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: |
| #!/bin/zsh | |
| # mkipa - iOS Archive to IPA Converter | |
| # Copyright (c) 2024 Ivan Oparin | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
| // MIT License | |
| // | |
| // Copyright (c) 2024 Ivan Oparin | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: |
| // License: MIT | |
| // 2023 Ivan Oparin | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // |
| // | |
| // Transcoder.swift | |
| // | |
| // Copyright (c) 2020 Changbeom Ahn, 2023 Ivan Oparin | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is |
| #!/bin/zsh | |
| # --------------------------------------------------------------------------------- | |
| # Script Name: xcgen_perdux_module | |
| # Version: 1.0.0+2023-06-10 | |
| # Author: Ivan Oparin <amici.waxwing.01@icloud.com> | |
| # | |
| # License: | |
| # MIT License | |
| # |
| #!/bin/zsh | |
| # --------------------------------------------------------------------------------- | |
| # Script Name: git-branch-cleanup | |
| # Version: 1.0.0+2023-06-11 | |
| # Author: Ivan Oparin <amici.waxwing.01@icloud.com> | |
| # | |
| # License: | |
| # MIT License | |
| # |