xcake 0.8.12 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +5 -5
  2. data/lib/xcake.rb +3 -4
  3. data/lib/xcake/command/make.rb +1 -3
  4. data/lib/xcake/constants.rb +10 -10
  5. data/lib/xcake/context.rb +0 -2
  6. data/lib/xcake/context/xcodeproj_context.rb +10 -7
  7. data/lib/xcake/core_ext/class.rb +14 -0
  8. data/lib/xcake/dependency_provider.rb +3 -3
  9. data/lib/xcake/dsl/build_phase/copy_files_build_phase.rb +1 -3
  10. data/lib/xcake/dsl/build_phase/shell_script_build_phase.rb +10 -0
  11. data/lib/xcake/dsl/build_rule.rb +76 -0
  12. data/lib/xcake/dsl/configurable.rb +10 -8
  13. data/lib/xcake/dsl/configuration/sugar.rb +1 -1
  14. data/lib/xcake/dsl/project.rb +1 -1
  15. data/lib/xcake/dsl/project/hooks.rb +4 -0
  16. data/lib/xcake/dsl/project/sugar.rb +13 -15
  17. data/lib/xcake/dsl/scheme.rb +2 -3
  18. data/lib/xcake/dsl/target.rb +19 -5
  19. data/lib/xcake/dsl/target/sugar.rb +22 -0
  20. data/lib/xcake/event_hooks.rb +10 -0
  21. data/lib/xcake/generator.rb +1 -0
  22. data/lib/xcake/generator/default_project_structure_generator.rb +5 -6
  23. data/lib/xcake/generator/project_generator.rb +3 -2
  24. data/lib/xcake/generator/scheme_generator.rb +34 -24
  25. data/lib/xcake/generator/target_build_rule_generator.rb +24 -0
  26. data/lib/xcake/generator/target_file_reference_generator.rb +11 -10
  27. data/lib/xcake/generator/target_framework_generator.rb +6 -6
  28. data/lib/xcake/generator/target_library_generator.rb +5 -6
  29. data/lib/xcake/path_classifier.rb +24 -20
  30. data/lib/xcake/ui.rb +9 -1
  31. data/lib/xcake/version.rb +1 -1
  32. data/lib/xcake/xcode/project.rb +16 -2
  33. data/lib/xcake/xcode/scheme_list.rb +0 -2
  34. data/lib/xcake/xcodeproj_ext/PBXGroup.rb +12 -10
  35. data/lib/xcake/xcodeproj_ext/PBXNativeTarget.rb +2 -2
  36. metadata +137 -91
  37. data/.gitattributes +0 -1
  38. data/.gitignore +0 -39
  39. data/.rspec +0 -2
  40. data/.travis.yml +0 -16
  41. data/.yardopts +0 -7
  42. data/CHANGELOG.md +0 -325
  43. data/CODE_OF_CONDUCT.md +0 -13
  44. data/Gemfile +0 -4
  45. data/LICENSE.txt +0 -21
  46. data/README.md +0 -110
  47. data/Rakefile +0 -6
  48. data/bin/console +0 -10
  49. data/bin/setup +0 -7
  50. data/fastlane-plugin-xcake/Gemfile +0 -3
  51. data/fastlane-plugin-xcake/LICENSE +0 -21
  52. data/fastlane-plugin-xcake/README.md +0 -31
  53. data/fastlane-plugin-xcake/Rakefile +0 -6
  54. data/fastlane-plugin-xcake/fastlane-plugin-xcake.gemspec +0 -25
  55. data/fastlane-plugin-xcake/lib/fastlane/plugin/xcake.rb +0 -16
  56. data/fastlane-plugin-xcake/lib/fastlane/plugin/xcake/actions/xcake_action.rb +0 -34
  57. data/fastlane-plugin-xcake/lib/fastlane/plugin/xcake/version.rb +0 -5
  58. data/fastlane-plugin-xcake/spec/spec_helper.rb +0 -8
  59. data/hound.yml +0 -2
  60. data/lib/xcake/core_ext/array.rb +0 -5
  61. data/lib/xcake/core_ext/object.rb +0 -7
  62. data/rubocop.yml +0 -173
  63. data/rubocop_general.yml +0 -113
  64. data/xcake.gemspec +0 -40
@@ -1 +0,0 @@
1
- Cakefile linguist-language=Ruby
data/.gitignore DELETED
@@ -1,39 +0,0 @@
1
- *.gem
2
- *.rbc
3
- /.config
4
- /coverage/
5
- /InstalledFiles
6
- /pkg/
7
- /spec/reports/
8
- /test/tmp/
9
- /test/version_tmp/
10
- /tmp/
11
- fastlane-plugin-xcake/Gemfile.lock
12
-
13
- ## Specific to RubyMotion:
14
- .dat*
15
- .repl_history
16
- build/
17
-
18
- ## Documentation cache and generated files:
19
- /.yardoc/
20
- /_yardoc/
21
- /doc/
22
- /rdoc/
23
-
24
- ## Environment normalisation:
25
- /.bundle/
26
- /vendor/bundle
27
- /lib/bundler/man/
28
-
29
- # for a library or gem, you might want to ignore these files since the code is
30
- # intended to run in multiple environments; otherwise, check them in:
31
- # Gemfile.lock
32
- # .ruby-version
33
- # .ruby-gemset
34
-
35
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
36
- .rvmrc
37
-
38
- # Mac file metadata files
39
- .DS_Store
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --format documentation
2
- --color
@@ -1,16 +0,0 @@
1
- os:
2
- - osx
3
- language: ruby
4
- gemfile:
5
- - gemfiles/Gemfile.xcodeproj-1.3.x
6
- - gemfiles/Gemfile.xcodeproj-1.4.x
7
- - gemfiles/Gemfile.xcodeproj-edge
8
- rvm:
9
- # The latest ruby version
10
- # - 2.4.0 # Doesn't build :()
11
- - 2.3.1
12
- # OS X 10.9.5-10.10.0 (2.0.0-p481)
13
- - 2.0.0-p481
14
- # OS X 10.9.3-10.9.4
15
- - 2.0.0-p451
16
- before_install: gem install bundler -v 1.10.6
data/.yardopts DELETED
@@ -1,7 +0,0 @@
1
- --markup markdown
2
- --private
3
- -
4
- "docs/Cakefile.md"
5
- "docs/Getting Started.md"
6
- "docs/Hooks.md"
7
- "docs/Xcode Project Support.md"
@@ -1,325 +0,0 @@
1
- v0.8.12
2
- =======
3
- - Fixes bug with the target file reference generator
4
-
5
- v0.8.11
6
- =======
7
- - Fixes issues with .framework not being automatically included
8
- - Fixes issues with .xcassets not being automatically included
9
- - Fixes issues with .bundle not being automatically included
10
- - Fixes UI tests for iOS and OS X targets
11
- - Fixes crash if folder contains special characters
12
- - Generates fields to prevent crashes trying to work with xcake generated xcode projects
13
- - Updates yard dependency to fix security vunerability
14
- - Fixes `deep_merge` error
15
- - Fixes undefined method `dirname`
16
- - Adds ability to specify custom build rules
17
-
18
- v0.8.10
19
- =======
20
- - Fixes `deep_merge` error
21
- - Fixes undefined `dirname` error
22
- - Adds copy files build phase
23
-
24
- v0.8.9
25
- ======
26
- - Fixes occasional crash when attempting to resolve Cakefile with implcit-configurations
27
- - Fixes wrong Test Host being set for macOS Unit Tests.
28
- - Fixes crash with schemes and framework targets.
29
-
30
- v0.8.8
31
- ======
32
- - Adds Copy Files build phase
33
- - Clears project before recreating it to prevent any errors
34
- - Fixes xcode prompting for "reccomended defaults"
35
-
36
- v0.8.7
37
- ======
38
- - Adds ability to specify shell script build phase before all other build phases.
39
-
40
- v0.8.5 & v0.8.6
41
- ===============
42
- - Fixes gem failing to load.
43
-
44
- v0.8.4
45
- ======
46
- - Reduces gem size.
47
-
48
- v0.8.3
49
- ======
50
- - Fixes bug with scheme generator when configuring unit tests for schemes.
51
-
52
- v0.8.2
53
- ======
54
- - Adds ability to explicity specify schemes.
55
- - Reduced verbosity of output to the command line.
56
-
57
- v0.8.1
58
- ======
59
- - Fixes error creating shell script build phase.
60
-
61
- v0.8.0
62
- ======
63
- - Dropped support for Xcodeproj 0.20.0.
64
- - Adds support for Xcodeproj 1.4.x.
65
- - Adds support for copy headers build phase.
66
- - Adds linked targets to allow you to link to a library or framework created from your project.
67
- - Fixes bug where runpath searchpaths wasn't set for unit test bundles causing libraries not to be loaded.
68
- - Fixes bug where Xcake could add duplicate file reference to project.
69
- - Schemes are generated across all targets not just Application targets.
70
- - UI Test no longer produce a redundant scheme.
71
-
72
- v0.7.1
73
- ======
74
- - Implemented syntax for declaring UI Test targets.
75
-
76
- v0.7.0
77
- ======
78
- - Simplified Target File Reference Generator.
79
- - Adds sample Cakefile to documentation.
80
- - Adds support for extension targets.
81
-
82
- v0.6.25
83
- =======
84
- - Fixed bug where Xcake would set incorrect path for a group of a Localized file.
85
-
86
- v0.6.24
87
- =======
88
- - Fixed bug where Localized Files would show up multiple times in Xcode for each language.
89
-
90
- v0.6.23
91
- =======
92
- - Adds support for Localized Files.
93
- - Swift is no-longer optimized for debug configurations when Xcake is ran with
94
- older versions of Xcodeproj.
95
-
96
- v0.6.22
97
- =======
98
- - Fixes crash with `after_save` hook.
99
-
100
- v0.6.21
101
- =======
102
- - Improved UI Output.
103
- - Fixes crash when no XCConfig is set.
104
-
105
- v0.6.20
106
- =======
107
- - When adding a file to a group, Xcode will now open the correct folder.
108
- - Adds support for adding third-party frameworks.
109
- - Fixes `all_configurations` not returning all configurations when using implicit configurations.
110
- - Names of the implicit configurations match the default configurations for Xcode projects.
111
- - Fixes out of date documentation.
112
- - Fixes typos and out of date API used in `xcake init` template.
113
- - Removes dependency on `Molinillo` for internal dependency resolution.
114
- - Fixes issues with adding XCConfig.
115
-
116
- v0.6.19
117
- =======
118
- - Uses the reccomended code signing settings from Apple.
119
-
120
- v0.6.18
121
- =======
122
- - Fixes cases where xcode would complain about embedded products weren't
123
- signed by the same profile.
124
-
125
- v0.6.17
126
- =======
127
- - Fixes issues installing later versions of Xcake with dependencies that
128
- required a version of Claide before version 1.0.
129
-
130
- v0.6.16
131
- =======
132
- - Fixes issue where Xcodeproj created release configurations which used the
133
- developer code signing certificate rather than the distribution certificate.
134
-
135
- v0.6.15
136
- =======
137
- - Support Xcodeproj 1.0's new Plist module.
138
-
139
- v0.6.14
140
- =======
141
- - Updates Claide dependency.
142
-
143
- v0.6.13
144
- =======
145
- - Updates Xcodeproj dependency.
146
-
147
- v0.6.12
148
- =======
149
- - Fixes issues when resolving project with implicit configurations.
150
-
151
- v0.6.11
152
- =======
153
- - Fixes issues with system frameworks with inherited configurations.
154
-
155
- v0.6.10
156
- =======
157
- - Fixes race-condition where configurations weren't setup.
158
-
159
- v0.6.9
160
- ======
161
- - Fixes project configurations not inherited by targets.
162
-
163
- v0.6.8
164
- ======
165
- - Improvements to setting build settings on all configurations (Thanks to @therealbnut).
166
-
167
- v0.6.7
168
- ======
169
- - Fixes issue where `agvtool` command line tool failed to find plist with the default value used for the `INFOPLIST_FILE` build setting.
170
-
171
- v0.6.6
172
- ======
173
- - Fixes issue where `agvtool` command line tool failed to understand preprocessor directives used with the default value used for the `INFOPLIST_FILE` build setting.
174
-
175
- v0.6.5
176
- ======
177
- - Fixes bug with generating Xcode Project without specifying XCConfig files.
178
-
179
- v0.6.4
180
- ======
181
- - Fixes error when installing XCConfig files.
182
-
183
- v0.6.3
184
- ======
185
- - Adds support for adding system and static libraries (Thanks to @nodepad).
186
- - Adds support for folder references (Thanks to @nodepad).
187
- - Adds support for XCConfig Files (Thanks to @colinta).
188
- - Documentation updated to explain how to set up a unit test target (Thanks to @maximkhatskevich).
189
-
190
- v0.6.2
191
- ======
192
- - Fixes bug where certain file installers fail to register and could cause issues with adding certain files to the Xcode project.
193
-
194
- v0.6.1
195
- ======
196
- - Reduces gem file-size
197
-
198
- v0.6.0
199
- ======
200
- - Infers build phases for the apple watch.
201
- - Re-engineered generator infastructure.
202
- - Fixes bug where configurations lacked a name when using shorthand syntax. (Thanks to @colinta).
203
- - Adds support for custom script build phases (Thanks to @colinta).
204
-
205
- v0.5.3
206
- ======
207
- - Updates `xcake bake` to the more generic `xcake make` (Thanks to @roger-tan).
208
-
209
- v0.5.2
210
- ======
211
- - Updates `xcake init` for new project syntax.
212
- - Adds shorthand build configuration syntax for projects which contain one debug or release configuration (Thanks to @colinta).
213
-
214
- v0.5.1
215
- ======
216
- - Tweaks DSL so it's easier to access the project properties via the `project` method.
217
-
218
- v0.5.0
219
- ======
220
- - Introduces `xcake init` command to setup an example Cakefile for you.
221
- - To turn a Cakefile into a project you now run `xcake bake`.
222
- - Simplified DSL, you no longer have to declare the project. Check the documentation for details.
223
- - Adds support for Claide and Xcake Plugins.
224
-
225
- v0.4.8
226
- ======
227
- - The type property for a target now accepts a raw UTI.
228
-
229
- v0.4.7
230
- ======
231
- - Sets correct configurations for `analyse` and `archive` action for schemes.
232
-
233
- v0.4.6
234
- ======
235
- - Sets correct configurations for each action for schemes.
236
-
237
- v0.4.5
238
- ======
239
- - Correctly configures schemes for Applications; It should now be possible to
240
- run, profile, test and analyse out of the box.
241
-
242
- v0.4.4
243
- ======
244
- - Correctly registers `.xcdatamodeld` build phase generator.
245
-
246
- v0.4.3
247
- ======
248
- - Correctly adds containing `.xcdatamodeld` files to a project, rather than the
249
- internal `.xcdatamodel`.
250
-
251
- v0.4.2
252
- ======
253
- - Correctly adds `.xcdatamodel` files to a project.
254
-
255
- v0.4.1
256
- ======
257
- - Error message for missing `Cakefile` is more understandable.
258
-
259
- v0.4.0
260
- ======
261
- - Adds ability to specify preprocessor definitions.
262
- - Adds shortcuts for specifying product bundle identifier.
263
-
264
- v0.3.1
265
- ======
266
- - Adds Hook system, starting with "after_save" hook for when project is saved.
267
- - Adds ability to specify array of files to include or exclude.
268
-
269
- v0.3.0
270
- ======
271
- - Simplified Watch OS target syntax.
272
- - Fixes issue with `--version` not working for all installations.
273
-
274
- v0.2.0
275
- ======
276
- - Now adds `--version` flag to command line, to allow you to find out Xcake's
277
- version.
278
- - Brings naming of default build configurations closer to Xcode's, so that it
279
- works with existing build scripts.
280
- - Adds support for Watch OS 2 Applications.
281
-
282
- v0.1.9
283
- ======
284
- - Updates documentation for tvOS and Watch OS support.
285
-
286
- v0.1.8
287
- ======
288
- - Add tvOS and Watch OS support (Thanks to @petester42).
289
-
290
- v0.1.7
291
- ======
292
- - Adds ability to set Project Class Prefix and Organization.
293
-
294
- v0.1.6
295
- ======
296
- - Fixed crash with unit tests.
297
- - Added documentation for Configuration syntax.
298
-
299
- v0.1.5
300
- ======
301
- - Added documentation for Target syntax.
302
-
303
- v0.1.4
304
- ======
305
- - Removes references to "build_configurations" to "configuration".
306
- to make syntax shorter and to reflect the fact it's an abstraction
307
- and not directly a Xcode build configuration.
308
-
309
- v0.1.3
310
- ======
311
- - Reverts to an older GemSpec to fix installation issues.
312
- - Adds initial Getting Started documentation.
313
-
314
- v0.1.2
315
- ======
316
- - Adds dependency information for Ruby and RubyGems versions.
317
-
318
- v0.1.1
319
- ======
320
- - Updated README instructions.
321
- - General tidy up of code.
322
-
323
- v0.1.0
324
- ======
325
- - Initial Release.
@@ -1,13 +0,0 @@
1
- # Contributor Code of Conduct
2
-
3
- As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
-
5
- We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
-
7
- Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
-
9
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
-
11
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
-
13
- This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in xcake.gemspec
4
- gemspec
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015 James Campbell
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,110 +0,0 @@
1
- # Xcake
2
- [![Gem](https://img.shields.io/gem/v/xcake.svg)](https://rubygems.org/gems/xcake)
3
- [![Twitter: @jcampbell_05](https://img.shields.io/badge/contact-@jcampbell_05-blue.svg?style=flat)](https://twitter.com/jcampbell_05)
4
- [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
5
- [![Build Status](https://img.shields.io/travis/jcampbell05/xcake/master.svg?style=flat)](https://travis-ci.org/jcampbell05/xcake)
6
- [![Test Coverage](https://img.shields.io/coveralls/jcampbell05/xcake/master.svg)](https://coveralls.io/github/jcampbell05/xcake)
7
- [![Gem](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-xcake)
8
-
9
- ### Describe Xcode project in a human readable format and (re)generate one on demand.
10
-
11
- You describe your project in a simple text file: your `Cakefile`.
12
- Xcake creates your project based on this including importing all of your files and creating groups
13
- to match the file hiearchy.
14
-
15
- This is perfect for working in teams or with cocoapods as it reduces conflicts,
16
- makes it easy to modify settings and allows you to create a clean project anytime you need to.
17
-
18
- Isn't this just like liftoff, generamba or crafter? No these tools are for scafolding a whole project structure to get you started (Creating folder structure, git repo etc.). However xcake is not for this, xcake is just for generating a xcodeproject.
19
-
20
- Get in contact with the developer on Twitter: [@jcampbell_05](https://twitter.com/jcampbell_05)
21
-
22
- -------
23
- <p align="center">
24
- <a href="#features">Features</a> &bull;
25
- <a href="#installation">Installation</a> &bull;
26
- <a href="#need-help">Need help?</a> &bull;
27
- <a href="http://www.rubydoc.info/github/jcampbell05/xcake/master/file/docs/Getting%20Started.md">Documentation</a>
28
- </p>
29
-
30
- -------
31
-
32
- ## Features
33
-
34
- Xcode projects were once described as "the closest thing to taboo we have to deal with on a regular basis", but it doesnt have to be this way.
35
-
36
- Store a simple description of your project in a text file, your `Cakefile`, to easily create a xcode project from _any_ computer. Easily see, merge and maintain the structure of your project, It’s time to add *.xcodeproj into .gitignore!.
37
-
38
- You define a project like this:
39
-
40
- ```ruby
41
- application_for :ios, 8.0 do |target|
42
- target.name = "MyApp"
43
- end
44
- ```
45
-
46
- To generate the xcode project, just run:
47
-
48
- ```sh
49
- xcake make
50
- ```
51
-
52
- If you would like an example Cakefile for guidence, just run:
53
-
54
- ```sh
55
- xcake init
56
- ```
57
-
58
- | xcake | |
59
- --------------------------|------------------------------------------------------------
60
- :sparkles: | Flexibly configure and create xcode project from one easy to read `Cakefile`
61
- :ship: | Generate from any computer, including a CI-server
62
- :thought_balloon: | Never remember any difficult commands, just `xcake make`
63
- :page_with_curl: | Store **everything** but the project in git. Never again manually fix any corruptions or merge issues with the project.
64
- :rocket: | Saves you **hours** when working with xcode projects
65
- :anchor: | Confidence that the project file is exactly the same during Continuous Delivery
66
- :computer: | Support for OSX, iOS and watchOS apps
67
-
68
- ## Installation
69
-
70
- Install the gem by running:
71
-
72
- sudo gem install xcake --verbose
73
-
74
- Make sure, you have the latest version of the Xcode command line tools installed:
75
-
76
- xcode-select --install
77
-
78
- If you experience slow launch times of xcake, try running
79
-
80
- gem cleanup
81
-
82
- to clean up outdated gems.
83
-
84
- System Requirements: `xcake` requires Mac OS X or Linux with Ruby 2.0.0 or above.
85
-
86
- ## Available commands
87
-
88
- Xcake can create an example cakefile when you run:
89
-
90
- xcake init
91
-
92
- Usually you'll use xcake by running the command
93
-
94
- xcake make
95
-
96
- Xcake will then generate a Xcode project based on your Cakefile
97
-
98
- ## Sample Cakefile
99
-
100
- To get better understanding of how to start using Xcake in a real project, see examples under [example](https://github.com/jcampbell05/xcake/tree/master/example) folder.
101
-
102
- There is a sample [app project](https://github.com/jcampbell05/xcake/blob/master/example/app/CakeMania) (the project file has been generated using Xcake v.0.7.1 based on the [Cakefile](https://github.com/jcampbell05/xcake/blob/master/example/app/CakeMania/Cakefile)) as well as sample [Cakefile](https://github.com/jcampbell05/xcake/blob/master/example/framework/Cakefile) for an iOS framework project.
103
-
104
- ## Need help?
105
- Please submit an issue on GitHub and provide information about your setup
106
-
107
- ## License
108
- This project is licensed under the terms of the MIT license. See the LICENSE file.
109
-
110
- This project is no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. Xcake runs on your own computer or server, so your sensitive information will never leave your own computer. You are responsible for how you use xcake.