This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove code generation for TweakManager
- Loading branch information
1 parent
e20f614
commit e2e6035
Showing
20 changed files
with
96 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
{ | ||
"tweakProviders": [ | ||
{ | ||
"type": "EphemeralTweakProvider", | ||
"macros": ["DEBUG", "CONFIGURATION_UI_TESTS"] | ||
}, | ||
{ | ||
"type": "UserDefaultsTweakProvider", | ||
"parameter": "UserDefaults.standard", | ||
"macros": ["DEBUG", "CONFIGURATION_DEBUG"] | ||
}, | ||
{ | ||
"type": "LocalTweakProvider", | ||
"parameter": "LocalTweaks_TopPriority_example", | ||
"macros": ["DEBUG"] | ||
}, | ||
{ | ||
"type": "LocalTweakProvider", | ||
"parameter": "LocalTweaks_example" | ||
} | ||
], | ||
"shouldCacheTweaks": true, | ||
"usePropertyWrappers": true, | ||
"accessorName": "GeneratedTweakAccessor" | ||
} |
Binary file modified
BIN
-118 KB
(98%)
JustTweak/Assets/TweakAccessorGenerator.bundle/TweakAccessorGenerator
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
TweakAccessorGenerator/TweakAccessorGenerator/Assets/TestConfiguration1/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
{ | ||
"tweakProviders": [ | ||
{ | ||
"type": "EphemeralTweakProvider", | ||
"macros": ["DEBUG", "CONFIGURATION_UI_TESTS"] | ||
}, | ||
{ | ||
"type": "UserDefaultsTweakProvider", | ||
"parameter": "UserDefaults.standard", | ||
"macros": ["DEBUG", "CONFIGURATION_DEBUG"] | ||
}, | ||
{ | ||
"type": "LocalTweakProvider", | ||
"parameter": "LocalTweaks_TopPriority_example", | ||
"macros": ["DEBUG"] | ||
}, | ||
{ | ||
"type": "LocalTweakProvider", | ||
"parameter": "LocalTweaks_example" | ||
} | ||
], | ||
"shouldCacheTweaks": true, | ||
"usePropertyWrappers": true, | ||
"accessorName": "GeneratedTweakAccessor" | ||
} |
3 changes: 0 additions & 3 deletions
3
...Generator/TweakAccessorGenerator/Assets/TestConfiguration2/FirebaseTweakProviderSetupCode
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...nerator/TweakAccessorGenerator/Assets/TestConfiguration2/OptimizelyTweakProviderSetupCode
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.