-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1006 from 0x1-company/refactor-activated-godmode
refactor: 💡 activated god mode
- Loading branch information
Showing
8 changed files
with
40 additions
and
70 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
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
Packages/GodPackage/Sources/ActivatedGodModeFeature/Assets.xcassets/Contents.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
File renamed without changes.
File renamed without changes
26 changes: 26 additions & 0 deletions
26
Packages/GodPackage/Sources/ActivatedGodModeFeature/Localizable.xcstrings
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"OK" : { | ||
"localizations" : { | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "OK" | ||
} | ||
} | ||
} | ||
}, | ||
"Tap a message in your inbox to reveal the sender" : { | ||
"localizations" : { | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "自分を褒めてくれた人の名前を見ることができます!" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"version" : "1.0" | ||
} |
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,3 +1,4 @@ | ||
import ActivatedGodModeFeature | ||
import AnalyticsClient | ||
import AnimationDisableTransaction | ||
import Build | ||
|
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