Skip to content

Commit

Permalink
chore: mobile publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Dec 23, 2023
1 parent c243fab commit 67cd743
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"versionCode": 7
"versionCode": 10
},
"owner": "sns-manager"
}
Expand Down
12 changes: 12 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
"SOLANA_RPC_URL": "https://helius-proxy.bonfida.com"
}
},
"solana-store": {
"distribution": "store",
"node": "18.15.0",
"autoIncrement": false,
"android": {
"buildType": "apk"
},
"env": {
"SOLANA_RPC_URL": "https://helius-proxy.bonfida.com"
}
},

"production": {
"extends": "base",
"distribution": "store",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build:mobile:preview:local": "eas build -p android --profile preview --local",
"build:mobile:prod": "eas build -p android --profile production",
"build:mobile:prod:local": "eas build -p android --profile production --local",
"build:mobile:prod:solana-store": "eas build -p android --profile solana-store",
"start": "npm run build:xnt && npx xnft web",
"bundle": "npm run build:xnft && npx xnft bundle",
"dev": "GENERATE_SOURCEMAP=false expo start --clear --web & npx xnft --iframe http://localhost:19006",
Expand Down
4 changes: 2 additions & 2 deletions publishing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app:
- purpose: icon
uri: ../assets/dapp-store/fida-icon-512x512.png
release:
address: ELyJgn72Kxn6gMSk46eTREP6MVi82JLbuowRA8XBG6Kp
address: 3hLUYLTWWa3uktaCq4NcYRfJK9LBqa73wiVr4PWzmbuo
media:
- purpose: icon
uri: ../assets/dapp-store/fida-icon-512x512.png
Expand All @@ -35,7 +35,7 @@ release:
uri: ../assets/dapp-store/screenshots/cart-payment-1080x1920.png
files:
- purpose: install
uri: build-1696412787473.apk
uri: ../application-b76ef173-b792-4037-8d3b-98ef6ba99ea6.apk
catalog:
en-US:
name: SNS Manager
Expand Down
2 changes: 1 addition & 1 deletion publishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@solana-mobile/dapp-store-cli": "^0.5.2"
"@solana-mobile/dapp-store-cli": "^0.6.0"
}
}
21 changes: 11 additions & 10 deletions publishing/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67cd743

Please sign in to comment.