Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
923c4611
Commit
923c4611
authored
Mar 15, 2017
by
Marek Kotewicz
Browse files
removed shell script, fixed account seed update
parent
ebdbbced
Changes
2
Show whitespace changes
Inline
Side-by-side
ios/NativeSigner.xcodeproj/project.pbxproj
View file @
923c4611
...
...
@@ -532,7 +532,6 @@
isa
=
PBXNativeTarget
;
buildConfigurationList
=
13B07F931A680F5B00A75B9A
/* Build configuration list for PBXNativeTarget "NativeSigner" */
;
buildPhases
=
(
EA0AC6791E6EF0C70032B995
/* ShellScript */
,
13B07F871A680F5B00A75B9A
/* Sources */
,
13B07F8C1A680F5B00A75B9A
/* Frameworks */
,
13B07F8E1A680F5B00A75B9A
/* Resources */
,
...
...
@@ -871,19 +870,6 @@
shellPath
=
/bin/sh
;
shellScript
=
"export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh"
;
};
EA0AC6791E6EF0C70032B995
/* ShellScript */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
inputPaths
=
(
);
outputPaths
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"make -C ../rust/signer ios"
;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
...
...
src/containers/AccountNew.js
View file @
923c4611
...
...
@@ -43,6 +43,7 @@ export class AccountNew extends Component {
try
{
let
address
=
await
brainWalletAddress
(
seed
)
self
.
setState
({
seed
:
seed
,
address
:
address
,
})
}
catch
(
e
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment