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

[WIP] tvOS complete support #383

Open
wants to merge 126 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
33fd954
Archive tvOS
Apr 9, 2018
3e63fdd
tvOS package
Apr 9, 2018
2f1f848
tvOS simulator
Apr 9, 2018
7d51dab
Tidy PackageTask
Apr 9, 2018
c38c494
Fixed target name
Apr 10, 2018
3bd7c52
Missing tvOS output path
Apr 10, 2018
1ab4883
Test tvOS output
Apr 10, 2018
a6cade1
Refactor the type resolution
deltatre-johann Apr 11, 2018
b9d0ab4
Refactor the type resolution
deltatre-johann Apr 11, 2018
5ea2a28
Simplify and add unit tests
deltatre-johann Apr 11, 2018
470dd73
Simplify unit tests
deltatre-johann Apr 11, 2018
39cf7ab
Adjustements
deltatre-johann Apr 11, 2018
764f6b2
Destination cleanup
deltatre-johann Apr 11, 2018
4af51d0
Revert for now
deltatre-johann Apr 11, 2018
3e1eb4a
Extract the path helper, should be done for all paths resolution
deltatre-johann Apr 11, 2018
72ed8d6
Fix typo
deltatre-johann Apr 11, 2018
27830bd
Fix the tvos target
deltatre-johann Apr 12, 2018
5c483ba
Remove the test trace
deltatre-johann Apr 12, 2018
3dbd6e9
Remove the test trace
deltatre-johann Apr 12, 2018
11553a8
Refactoring of the SimulatorControl in progress
deltatre-johann Apr 16, 2018
3266712
Merge remote-tracking branch 'openbakery/develop' into feature/tvos_a…
deltatre-johann Apr 17, 2018
66c81cc
--wip-- [skip ci]
deltatre-johann Apr 17, 2018
07af21e
Add the bootstrap task
deltatre-johann Apr 17, 2018
2d5d292
Replace the update task by the bootstrap one in the default process
deltatre-johann Apr 17, 2018
d23fd21
Add unit tests
deltatre-johann Apr 17, 2018
4342472
--wip-- [skip ci]
deltatre-johann Apr 18, 2018
5801d05
Adjusting the Xcode class to make it @CompileStatic and tweaks it's u…
deltatre-johann Apr 19, 2018
054cd3b
Make the task @CompileStatic
deltatre-johann Apr 19, 2018
c17e0ed
Adjustements in the unit tests
deltatre-johann Apr 19, 2018
7ff4e02
Fix unit tests
deltatre-johann Apr 19, 2018
dfb81ad
Fix unit tests
deltatre-johann Apr 19, 2018
d671dab
Path fix for MacOS
deltatre-johann Apr 19, 2018
fa2d5fb
Remove compilestatic for now
deltatre-johann Apr 19, 2018
55702e5
More fixes
deltatre-johann Apr 19, 2018
c4e507a
Enable simulator for the test
deltatre-johann Apr 19, 2018
f61e167
Fix the Swiftsupport path for TvOS
deltatre-johann Apr 20, 2018
d30efdf
Remove unnecessary dylib from bundle
deltatre-johann Apr 23, 2018
a86fc02
Fix indentations
deltatre-johann Apr 23, 2018
4dafb80
Add a TODO
deltatre-johann Apr 23, 2018
8205174
--wip-- [skip ci]
deltatre-johann Apr 24, 2018
b611da8
--wip-- [skip ci]
deltatre-johann Apr 24, 2018
7e24156
Work in progress
deltatre-johann Apr 25, 2018
5bc4c0c
Revert indentation changes
deltatre-johann Apr 25, 2018
fbb12b7
Revert indentation changes
deltatre-johann Apr 25, 2018
3c213fb
Re-enable compilestatis
deltatre-johann Apr 25, 2018
e7aa7c8
--wip-- [skip ci]
deltatre-johann Apr 25, 2018
832d7a1
Continue working on the refactoring
deltatre-johann Apr 26, 2018
cdd8870
Add the packer
deltatre-johann Apr 27, 2018
6dbf080
More adjustements
deltatre-johann Apr 27, 2018
e21b2c1
Properly resolve the bundleidentifier depending of the DSL configuration
deltatre-johann Apr 30, 2018
0260467
Fix indentations
deltatre-johann Apr 30, 2018
97302f4
Adjustements
deltatre-johann Apr 30, 2018
368c83e
Continue to move the path resolution
deltatre-johann Apr 30, 2018
7f6f470
More path resolution changes
deltatre-johann Apr 30, 2018
b87d14d
Cleanin up
deltatre-johann Apr 30, 2018
6701374
Adjust the implementation
deltatre-johann Apr 30, 2018
55d8f1c
The entitlements were not injected properly
deltatre-johann May 1, 2018
8dc0c3f
Use the path reoslver
deltatre-johann May 1, 2018
2c0b95a
Use the pathhelper resolver in the test too
deltatre-johann May 1, 2018
8193aa9
Use the pathhelper resolver in the test too
deltatre-johann May 1, 2018
cb15f36
Use the path reoslver
deltatre-johann May 1, 2018
18ee99d
No more necessary
deltatre-johann May 1, 2018
4e42662
Inherit the legacy archiver, and make it run ifonly iOS or TvOS project
deltatre-johann May 1, 2018
d8ca4ac
Rename archive tasks
deltatre-johann May 1, 2018
8ebfe73
Use the path resolver
deltatre-johann May 1, 2018
d58519a
Same for packager'
deltatre-johann May 1, 2018
5d691f0
Fix the unit test
deltatre-johann May 1, 2018
674ce3f
Fix more unit tests
deltatre-johann May 1, 2018
920f4fe
Fix the unit tests
deltatre-johann May 1, 2018
3aef868
Move the archive tasks to a dedicated package
deltatre-johann May 1, 2018
eb7e01f
Adjustements
deltatre-johann May 1, 2018
96debe3
Adjustement in the rules around the bitcode setting
deltatre-johann May 2, 2018
c27778d
Remove duplication by adding a helper method
deltatre-johann May 3, 2018
325308f
Add functional unit test to the PrepareXcodeArchiving task
deltatre-johann May 4, 2018
28b4206
Remove the unused datas
deltatre-johann May 4, 2018
6a8c661
Adjust the unit tests
deltatre-johann May 4, 2018
3ea983c
Adjustements
deltatre-johann May 8, 2018
0b534af
Merge pull request #5 from massiveinteractive/feature/MASSDE-181-cart…
shoebox May 8, 2018
0aa60a5
--wip-- [skip ci]
deltatre-johann May 8, 2018
d5e1739
Convert the xcodeversion to a property
deltatre-johann May 9, 2018
309a69e
Properly instantiate the signing nested extension
deltatre-johann May 9, 2018
ad7750d
--wip-- [skip ci]
deltatre-johann May 10, 2018
710ba30
Refactoring of the keychain creation
deltatre-johann May 10, 2018
a6df690
Refactor and add unit and functional unit test of the keychain creati…
deltatre-johann May 10, 2018
551a922
--wip-- [skip ci]
deltatre-johann May 11, 2018
1e17389
--wip-- [skip ci]
deltatre-johann May 11, 2018
31c8b34
--wip-- [skip ci]
deltatre-johann May 11, 2018
16bacc1
--wip-- [skip ci]
deltatre-johann May 14, 2018
fb5d8fb
Tweak units test post changes
deltatre-johann May 14, 2018
d8aaf77
Start to convert the packaging task
deltatre-johann May 14, 2018
663b402
Add Xcode service add unit test to the XcodeBuildArchiveTaskIosAndTvO…
deltatre-johann May 15, 2018
08f7fe5
Add unit test around the xcode version specification
deltatre-johann May 15, 2018
83d6675
Work in progress
deltatre-johann May 15, 2018
5b347a5
Packaging task adjustements
deltatre-johann May 15, 2018
2af7cda
Clearning up
deltatre-johann May 15, 2018
49ec411
Start to put extension related classes to specific package
deltatre-johann May 15, 2018
f74ffd2
--wip-- [skip ci]
deltatre-johann May 16, 2018
8cedf31
Fix the infoplist unit test
deltatre-johann May 17, 2018
a0f1800
Fix the libxcode tests
deltatre-johann May 17, 2018
606a7ca
Fix the ProvisioningProfileReaderSpecification unit tests
deltatre-johann May 17, 2018
316ae17
Tweaks
deltatre-johann May 17, 2018
f80a961
Ajsutements in the signing spec
deltatre-johann May 17, 2018
88f5b33
fix unit tests
deltatre-johann May 17, 2018
885be49
Cleaning up no more necessary classes
deltatre-johann May 18, 2018
aa159ea
Cleaning up
deltatre-johann May 18, 2018
f1eaac9
Simplify declaration
deltatre-johann May 18, 2018
1a1cffc
Simplify declaration
deltatre-johann May 18, 2018
0b3c0ab
More adjustements
deltatre-johann May 18, 2018
89141a2
Adjust paths
deltatre-johann May 18, 2018
9c12828
Cleanup
deltatre-johann May 18, 2018
9b6460b
Fix the SimulatorInstallAppTaskSpecification
deltatre-johann May 18, 2018
8dacb1f
Fix unit tests
deltatre-johann May 18, 2018
e167ce0
--wip-- [skip ci]
deltatre-johann May 24, 2018
ec9a7d0
--wip-- [skip ci]
deltatre-johann May 24, 2018
be37cf2
Fixing unit tests and adjustements
deltatre-johann May 29, 2018
a603076
Remote the file
deltatre-johann May 29, 2018
f85f937
Upgrade verison
deltatre-johann May 29, 2018
3fa0c43
Merge pull request #6 from massiveinteractive/feature/extension-refac…
shoebox May 29, 2018
a82f646
--wip-- [skip ci]
deltatre-johann May 30, 2018
4f57ba5
Add the carthage bootstrap caching support
deltatre-johann May 30, 2018
be9afa9
The runnable is no more needed
deltatre-johann May 30, 2018
a35c3a1
Cleanup
deltatre-johann May 30, 2018
55da6f4
Convert the old unit to a functional one
deltatre-johann May 31, 2018
c372b0e
Add a FROM_CACHE functional test
deltatre-johann May 31, 2018
ac6025a
No more necessary
deltatre-johann May 31, 2018
bba8d05
Merge pull request #7 from massiveinteractive/feature/MASSDE-183
shoebox Jun 4, 2018
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
Loading