Skip to content

Commit

Permalink
Merge pull request #1049 from 0x1-company/allow-access
Browse files Browse the repository at this point in the history
feat: 🎸 allow access
  • Loading branch information
tomokisun authored Dec 2, 2023
2 parents 05537ae + 1548f02 commit 9c30de9
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 15 deletions.
8 changes: 8 additions & 0 deletions Packages/GodPackage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let package = Package(
.library(name: "ActivatedGodModeFeature", targets: ["ActivatedGodModeFeature"]),
.library(name: "ActivityFeature", targets: ["ActivityFeature"]),
.library(name: "AddFeature", targets: ["AddFeature"]),
.library(name: "AllowAccessFeature", targets: ["AllowAccessFeature"]),
.library(name: "AppFeature", targets: ["AppFeature"]),
.library(name: "CashOutFeature", targets: ["CashOutFeature"]),
.library(name: "CupertinoMessageFeature", targets: ["CupertinoMessageFeature"]),
Expand Down Expand Up @@ -94,6 +95,13 @@ let package = Package(
.product(name: "UIApplicationClient", package: "CupertinoPackage"),
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
]),
.target(name: "AllowAccessFeature", dependencies: [
.product(name: "Styleguide", package: "UIComponentPackage"),
.product(name: "ContactsClient", package: "CupertinoPackage"),
.product(name: "AnalyticsClient", package: "DependencyPackage"),
.product(name: "UserNotificationClient", package: "CupertinoPackage"),
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
]),
.target(name: "AppFeature", dependencies: [
"LaunchFeature",
"OnboardFeature",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "god.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"sourceLanguage" : "en",
"strings" : {
"Enable Contacts" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "連絡先へのアクセスを許可"
}
}
}
},
"Enable Notify" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "プッシュ通知を許可"
}
}
}
},
"God cares intensely about your privacy.\nWe will never text or spam your contacts." : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Godはあなたのプライバシーをとても大切にします。\nあなたの連絡先にメールやスパムを送ることは決してありません。"
}
}
}
},
"God needs to find your school and suggest friends." : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Godはあなたの学校を見つけて、友だちを勧める必要がある。"
}
}
}
},
"Please allow access" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アクセスを許可"
}
}
}
}
},
"version" : "1.0"
}
15 changes: 0 additions & 15 deletions Packages/GodPackage/Sources/OnboardFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@
}
}
}
},
"Enable Contacts" : {

},
"Enable Notify" : {

},
"Enter your age" : {
"localizations" : {
Expand Down Expand Up @@ -245,9 +239,6 @@
}
}
}
},
"God cares intensely about your privacy.\nWe will never text or spam your contacts." : {

},
"God cares intensely about your privacy.\nWe will not share your personal information with outside parties or use it for private purposes without your permission." : {
"localizations" : {
Expand All @@ -258,9 +249,6 @@
}
}
}
},
"God needs to find your school and suggest friends." : {

},
"godappteam" : {
"localizations" : {
Expand Down Expand Up @@ -431,9 +419,6 @@
}
}
}
},
"Please allow access" : {

},
"Privacy Policy" : {
"localizations" : {
Expand Down

0 comments on commit 9c30de9

Please sign in to comment.