Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Removing donate button after App Store rejection
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed May 14, 2019
1 parent 5bd726b commit 32edaab
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions MorpionTPE/Controllers/SettingsTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ class SettingsTableViewController: UITableViewController {
SettingsSection(name: "Groupe MINASTE", elements: [
SettingsElementButton(id: "moreApps", text: "moreApps".localized()) { () in
UIApplication.shared.open(URL(string: "https://itunes.apple.com/us/developer/groupe-minaste/id1378426984")!)
},
SettingsElementButton(id: "donate", text: "donate".localized()) { () in
UIApplication.shared.open(URL(string: "https://www.paypal.me/NathanFallet")!)
}
])
]
Expand Down
2 changes: 1 addition & 1 deletion MorpionTPE/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
1 change: 0 additions & 1 deletion MorpionTPE/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
"video" = "Video zur Entwicklung dieses Spiels";
"instagram" = "Folge dem Entwickler auf Instagram";
"moreApps" = "Mehr Apps";
"donate" = "Spenden";
1 change: 0 additions & 1 deletion MorpionTPE/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
"video" = "See the development video";
"instagram" = "Follow the developer on Instagram";
"moreApps" = "More apps";
"donate" = "Donate";
1 change: 0 additions & 1 deletion MorpionTPE/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
"video" = "Ver el video del desarrollo";
"instagram" = "Seguir el desarrollador en Instagram";
"moreApps" = "Más aplicaciones";
"donate" = "Hacer un donativo";
1 change: 0 additions & 1 deletion MorpionTPE/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
"video" = "Voir la vidéo du développement";
"instagram" = "Suivre le développeur sur Instagram";
"moreApps" = "Plus d'applications";
"donate" = "Faire un don";
1 change: 0 additions & 1 deletion MorpionTPE/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
"video" = "Посмотреть видео разработки";
"instagram" = "Подписаться на создателя в Instagram";
"moreApps" = "Больше приложений";
"donate" = "Поддержать разработчика";

0 comments on commit 32edaab

Please sign in to comment.