Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Private/bw-gdlib
12 changes: 6 additions & 6 deletions brainwallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,11 @@
C312D2EA2D7DC27700BB97A4 /* ForgotView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D24D2D7DC27700BB97A4 /* ForgotView.swift */; };
C312D2EC2D7DC27700BB97A4 /* AnimatableIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D1D32D7DC27700BB97A4 /* AnimatableIcon.swift */; };
C312D2F12D7DC27700BB97A4 /* UITableViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D2C22D7DC27700BB97A4 /* UITableViewExtension.swift */; };
FF9BADE3A170F008C98BDA4D /* UIPickerView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 556F43635FF15DBD8CE79E53 /* UIPickerView+Extension.swift */; };
C312D2FC2D7DC27700BB97A4 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D1E72D7DC27700BB97A4 /* GradientView.swift */; };
C312D3072D7DC27700BB97A4 /* CGRect+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D06E2D7DC27700BB97A4 /* CGRect+Additions.swift */; };
C312D3112D7DC27700BB97A4 /* UIViewControllerContextTransitioning+BRAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D0872D7DC27700BB97A4 /* UIViewControllerContextTransitioning+BRAdditions.swift */; };
C312D3122D7DC27700BB97A4 /* UIApplication+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D2C12D7DC27700BB97A4 /* UIApplication+Extension.swift */; };
C312D3132D7DC27700BB97A4 /* UserDefaultsUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D2C62D7DC27700BB97A4 /* UserDefaultsUpdater.swift */; };
C74016995BF8E51D0570D4A3 /* VariableBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D907D0CB963306B3055BAA1B /* VariableBlurView.swift */; };
C312D3152D7DC27700BB97A4 /* UILabel+BRWAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D07C2D7DC27700BB97A4 /* UILabel+BRWAdditions.swift */; };
C312D3172D7DC27700BB97A4 /* BiometricsSpendingLimitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D1B92D7DC27700BB97A4 /* BiometricsSpendingLimitViewController.swift */; };
C312D3192D7DC27700BB97A4 /* Rate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C312D0982D7DC27700BB97A4 /* Rate.swift */; };
Expand Down Expand Up @@ -391,6 +389,8 @@
C3FACF6C2F9E023700886FAD /* GameHubCarouselBentoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3FACF6B2F9E023700886FAD /* GameHubCarouselBentoView.swift */; };
C3FACF6E2F9E025300886FAD /* MoonPayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3FACF6D2F9E025300886FAD /* MoonPayView.swift */; };
C3FACF702F9E026500886FAD /* SocialsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3FACF6F2F9E026500886FAD /* SocialsView.swift */; };
C74016995BF8E51D0570D4A3 /* VariableBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D907D0CB963306B3055BAA1B /* VariableBlurView.swift */; };
FF9BADE3A170F008C98BDA4D /* UIPickerView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 556F43635FF15DBD8CE79E53 /* UIPickerView+Extension.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -801,6 +801,7 @@
24F5BD572E04711E0010D340 /* CurrencyPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyPickerView.swift; sourceTree = "<group>"; };
24F64C1F2DAFBD94001DC9B6 /* WelcomMojiDemoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomMojiDemoView.swift; sourceTree = "<group>"; };
24FBB8692E035E07002B5F84 /* SettingsHostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsHostingController.swift; sourceTree = "<group>"; };
556F43635FF15DBD8CE79E53 /* UIPickerView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIPickerView+Extension.swift"; sourceTree = "<group>"; };
5C3F1465DCBE495A8993C1FD /* BalanceBentoReviewPolicy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BalanceBentoReviewPolicy.swift; sourceTree = "<group>"; };
755CD9D11DAA197C0075898E /* libBRCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBRCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
75A2A7901DA5934300A983D8 /* Brainwallet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Brainwallet.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -935,10 +936,8 @@
C312D2C02D7DC27700BB97A4 /* TransferAmountViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransferAmountViewModel.swift; sourceTree = "<group>"; };
C312D2C12D7DC27700BB97A4 /* UIApplication+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIApplication+Extension.swift"; sourceTree = "<group>"; };
C312D2C22D7DC27700BB97A4 /* UITableViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITableViewExtension.swift; sourceTree = "<group>"; };
556F43635FF15DBD8CE79E53 /* UIPickerView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIPickerView+Extension.swift"; sourceTree = "<group>"; };
C312D2C32D7DC27700BB97A4 /* UnsafeMutablePointerExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnsafeMutablePointerExtension.swift; sourceTree = "<group>"; };
C312D2C62D7DC27700BB97A4 /* UserDefaultsUpdater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsUpdater.swift; sourceTree = "<group>"; };
D907D0CB963306B3055BAA1B /* VariableBlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VariableBlurView.swift; sourceTree = "<group>"; };
C312D2C72D7DC27700BB97A4 /* View+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extension.swift"; sourceTree = "<group>"; };
C312D2C82D7DC27700BB97A4 /* WalletCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletCoordinator.swift; sourceTree = "<group>"; };
C312D2C92D7DC27700BB97A4 /* WalletManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -973,6 +972,7 @@
C3FACF6B2F9E023700886FAD /* GameHubCarouselBentoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameHubCarouselBentoView.swift; sourceTree = "<group>"; };
C3FACF6D2F9E025300886FAD /* MoonPayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoonPayView.swift; sourceTree = "<group>"; };
C3FACF6F2F9E026500886FAD /* SocialsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocialsView.swift; sourceTree = "<group>"; };
D907D0CB963306B3055BAA1B /* VariableBlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VariableBlurView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
Expand Down Expand Up @@ -3217,7 +3217,7 @@
"$(FRAMEWORK_SEARCH_PATHS)",
);
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/bw-gdlib/<robovm-output-dir>";
MARKETING_VERSION = 3.9.16;
MARKETING_VERSION = 3.9.17;
ONLY_ACTIVE_ARCH = YES;
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
"$(inherited)",
Expand Down Expand Up @@ -3418,7 +3418,7 @@
"$(FRAMEWORK_SEARCH_PATHS)",
);
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/bw-gdlib/<robovm-output-dir>";
MARKETING_VERSION = 3.9.16;
MARKETING_VERSION = 3.9.17;
ONLY_ACTIVE_ARCH = YES;
"OTHER_LDFLAGS[arch=*]" = "-ObjC";
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
Expand Down
139 changes: 139 additions & 0 deletions brainwallet/Localizations/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@
}
},
"%@ %lld" : {
"extractionState" : "stale",
"localizations" : {
"ar" : {
"stringUnit" : {
Expand Down Expand Up @@ -5856,6 +5857,9 @@
}
}
}
},
"BUY / RECEIVE" : {

},
"Buy Gift Cards with LTC!" : {
"localizations" : {
Expand Down Expand Up @@ -8463,6 +8467,137 @@
}
}
},
"COPY NEW ADDRESS" : {
"extractionState" : "manual",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "نسخ العنوان الجديد"
}
},
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "NEUE ADRESSE KOPIEREN"
}
},
"es-419" : {
"stringUnit" : {
"state" : "translated",
"value" : "COPIAR NUEVA DIRECCIÓN"
}
},
"fa-IR" : {
"stringUnit" : {
"state" : "translated",
"value" : "کپی آدرس جدید"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "COPIER NOUVELLE ADRESSE"
}
},
"hi" : {
"stringUnit" : {
"state" : "translated",
"value" : "नया पता कॉपी करें"
}
},
"id" : {
"stringUnit" : {
"state" : "translated",
"value" : "SALIN ALAMAT BARU"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "COPIA NUOVO INDIRIZZO"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "新しいアドレスをコピー"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "새 주소 복사"
}
},
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "NIEUW ADRES KOPIËREN"
}
},
"pa" : {
"stringUnit" : {
"state" : "translated",
"value" : "ਨਵਾਂ ਪਤਾ ਕਾਪੀ ਕਰੋ"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "KOPIUJ NOWY ADRES"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "COPIAR NOVO ENDEREÇO"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "КОПИРОВАТЬ НОВЫЙ АДРЕС"
}
},
"sv" : {
"stringUnit" : {
"state" : "translated",
"value" : "KOPIERA NY ADRESS"
}
},
"th" : {
"stringUnit" : {
"state" : "translated",
"value" : "คัดลอกที่อยู่ใหม่"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "YENİ ADRESİ KOPYALA"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "КОПІЮВАТИ НОВУ АДРЕСУ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "复制新地址"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "複製新地址"
}
}
}
},
"Copy Wallet Addresses" : {
"localizations" : {
"ar" : {
Expand Down Expand Up @@ -21122,6 +21257,9 @@
}
}
}
},
"POWERED BY MOONPAY" : {

},
"Re-Enter PIN" : {
"extractionState" : "stale",
Expand Down Expand Up @@ -34161,6 +34299,7 @@
}
},
"via" : {
"extractionState" : "stale",
"localizations" : {
"ar" : {
"stringUnit" : {
Expand Down
Loading