Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.6.0 #1347

Merged
merged 182 commits into from
Jul 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
182 commits
Select commit Hold shift + click to select a range
20aa607
Change iOS claims home screen to white/purple
saifahn Apr 29, 2019
b71d4ff
Make iOS status bar dark conditionally
saifahn Apr 29, 2019
8a3b7d5
Add white header to all iOS consent screens
saifahn Apr 29, 2019
70fc253
Account for the notch on XR and XS Max
saifahn Apr 30, 2019
f801ae2
Merge branch 'develop' into diverge-ios-colour-scheme
saifahn May 10, 2019
24f5c97
Merge branch 'develop' into diverge-ios-colour-scheme
saifahn May 10, 2019
be43391
Update test snapshots
saifahn May 10, 2019
53ea577
Merge branch 'diverge-ios-colour-scheme' of github.com:jolocom/smartw…
saifahn May 10, 2019
2f69dab
Merge route files
mnzaki May 14, 2019
e8a1f92
Merge pull request #1313 from jolocom/release/v1.5.0
chunningham May 15, 2019
6f71730
Merge branch 'develop' into diverge-ios-colour-scheme
Exulansis May 15, 2019
2bed95c
Merge branch 'develop' into fix/merge_route_files
saifahn May 15, 2019
bbe42a2
Merge pull request #1311 from jolocom/fix/merge_route_files
saifahn May 15, 2019
81d71d2
Merge branch 'develop' into diverge-ios-colour-scheme
saifahn May 16, 2019
5a54716
Fix status bar icon colours
saifahn May 16, 2019
0a8e2cc
Update test snapshot
saifahn May 16, 2019
959aa6a
Merge pull request #1305 from jolocom/diverge-ios-colour-scheme
saifahn May 16, 2019
5e0688d
Revert "Merge the startRegistration and createIdentity tests"
mnzaki May 16, 2019
8357eb2
Revert "Remove entropy collection screen, use device entropy"
mnzaki May 16, 2019
baab86d
Prettier entropy collection screen
mnzaki May 17, 2019
584edb5
Shorter entropy collection screen
mnzaki May 17, 2019
bbdbcc1
added filter types and func declerations
chunningham May 20, 2019
9d49582
made filtering stuff generic, added basic SC specific functions
chunningham May 20, 2019
6c7fe06
fixed type problem
chunningham May 20, 2019
12e1261
added filtering by type
chunningham May 20, 2019
ecc4d41
genericized it even more, any list of orderings and filters usable
chunningham May 21, 2019
8f777cc
ran yarn format
chunningham May 21, 2019
6152df9
Use routeList in routes
mnzaki May 22, 2019
253e2a8
Add 'yarn icon' and update react-navigation
mnzaki May 22, 2019
0ad2323
BottomNavBar: initial implementation of bottom navigation
mnzaki May 22, 2019
d9c05fc
Remove top nav from Home
mnzaki May 22, 2019
9b09eef
[WIP] Add settings screen
saifahn May 10, 2019
294de0f
[WIP] Add selected state
saifahn May 10, 2019
ecf4324
Add settings to DB and store
mnzaki May 14, 2019
1e57847
Locale setup on init, and setLocale action
mnzaki May 14, 2019
9eb03db
routes: fix for I18n language change
mnzaki May 22, 2019
c9d67c0
settings screen clean up
mnzaki May 22, 2019
b77fca8
settings: container, route, native version number
mnzaki May 22, 2019
b5b3f32
I18n: add missing translations
mnzaki May 22, 2019
66a22e4
update test snapshots
mnzaki May 22, 2019
9a26681
Changed interfaces to types, removed redundant type info
Exulansis May 22, 2019
2aeed63
Removed extra types file and simplified some type info
Exulansis May 22, 2019
d0cb296
Removed duplicate typing info
Exulansis May 22, 2019
b5c8f7f
Efficienter entropy collection screen
mnzaki May 22, 2019
2232678
Fix up tests and snapshots related to entropy screen
mnzaki May 22, 2019
bfe3508
add yarn devtools
mnzaki May 22, 2019
0d2bae0
added tests and fixed a bug in orderByRecent
chunningham May 23, 2019
5de2874
entropy screen: some comments, and minor optimizations
mnzaki May 23, 2019
b9dd79f
entropy screen: bug fix, and disabled state
mnzaki May 23, 2019
720e0ff
remove extraneous file
mnzaki May 23, 2019
175f872
entropy screen: more optimization
mnzaki May 23, 2019
78d8054
added a naive documents filter (by list of types), updated tests
chunningham May 24, 2019
9f196ee
Add empty Records screen
mnzaki May 24, 2019
16b6c29
BottomNavBar colors on IOS
mnzaki May 24, 2019
902f272
ran yarn format
chunningham May 24, 2019
824f433
yarn format
mnzaki May 24, 2019
6f0c8c1
entropy: try to ensure there is enough entropy
mnzaki May 24, 2019
fd24123
Update iOS colours
saifahn May 24, 2019
b4254b7
Update icon for cross-platform-support
saifahn May 24, 2019
6c4e778
BottomNavBar: fix documents icon color
mnzaki May 24, 2019
ce5dc72
Settings: fix language colors
mnzaki May 24, 2019
c82f4d0
Remove QR scanner title
saifahn May 24, 2019
81634a6
Fix colour of back icon on iOS
saifahn May 24, 2019
847f4dc
Update test snapshots
saifahn May 24, 2019
bcebc99
Update test snapshots
saifahn May 24, 2019
04f1257
Merge pull request #1316 from jolocom/1315/bottom_navigation
saifahn May 24, 2019
b5e8e07
Merge remote-tracking branch 'origin/develop' into 1317/bring_back_a_…
mnzaki May 24, 2019
67b996e
update test snapshots
mnzaki May 24, 2019
00e21d0
Merge branch '1317/bring_back_a_e_s_t_h_e_t_i_c_s' of github.com:jolo…
mnzaki May 24, 2019
cada1b3
entropy screen: possible fix for iOS prod issue
mnzaki May 24, 2019
2620633
Update status bar colours for entropy
saifahn May 24, 2019
e1229b1
Link react-native-version-number to XCode
saifahn May 24, 2019
104d44d
Merge pull request #1318 from jolocom/1317/bring_back_a_e_s_t_h_e_t_i…
saifahn May 24, 2019
67ae1b0
entropy screen: fix Buffer usage
mnzaki May 24, 2019
60339fb
Merge pull request #1320 from jolocom/fix/entropy_screen_buffer
saifahn May 24, 2019
91a0cd7
Improve appearance of bottom nav bar etc. on X and above
saifahn May 24, 2019
8b27e1a
Merge branch 'develop' into fix-bottom-nav-x-plus
saifahn May 27, 2019
098bcfc
updated snapshots
chunningham May 27, 2019
69d9d16
Merge pull request #1321 from jolocom/fix-bottom-nav-x-plus
chunningham May 27, 2019
7067c0f
Merge branch 'develop' into feature/filter_credentials
saifahn May 27, 2019
55d567d
Add decorated claims filters
saifahn May 27, 2019
3f1de75
Add tests
saifahn May 27, 2019
fae59a5
Merge branch 'feature/filter_credentials' of github.com:jolocom/smart…
saifahn May 27, 2019
22692de
Merge pull request #1314 from jolocom/feature/filter_credentials
saifahn May 28, 2019
9cf439c
collect strings in a central place, update some translations
VolkerSchiewe Jun 4, 2019
b3d58b1
use poeditor json files for translations
VolkerSchiewe Jun 4, 2019
b27f27e
create default english translation
VolkerSchiewe Jun 5, 2019
1310e70
sort terms and translations
VolkerSchiewe Jun 5, 2019
1734c13
Update nl.json (POEditor.com)
jolocom-dev Jun 6, 2019
868138f
Update de.json (POEditor.com)
jolocom-dev Jun 6, 2019
1d9716a
Update README.md
Joachim16 Jun 9, 2019
ea000a9
Add Documents Screen
saifahn Apr 30, 2019
6ea7450
Updated the usage of Jolocom-Lib to the v3.0 API
Exulansis May 27, 2019
cb0ca3b
Using redux thunk typings, integrating with Jolocom Lib v3.0
Exulansis May 28, 2019
117e93a
Storing received metadata in the database
Exulansis May 28, 2019
dff60f3
Simplified some state manipulation related functions
Exulansis May 28, 2019
ca05743
Passing the credential metadata to the redux store
Exulansis May 28, 2019
64083f7
Clean up, remove duplicates from reducer
saifahn May 29, 2019
8eece28
Simplified filter functions using Ramda helper functions
Exulansis May 29, 2019
29e49c6
Add prepareLabel to documentDetails
saifahn May 29, 2019
5be6793
Update generic actions test
saifahn May 29, 2019
4161abd
Removed immutable JS
Exulansis May 30, 2019
adac473
Fixed bug in claims reducer
Exulansis May 30, 2019
68a7148
Fixed actions dispatch on claim input entry
Exulansis May 30, 2019
e35ab93
Fixed bug preventing claims from being rendered
Exulansis May 30, 2019
3b8e8d4
Update redux typings
Exulansis May 31, 2019
85511e1
Updated containers to use new redux thunk typings
Exulansis Jun 1, 2019
74cb55e
Using action modifiers for handling loading logic
Exulansis Jun 1, 2019
34e3284
Provisional / loose typings for action modifiers
Exulansis Jun 1, 2019
1c6bead
Simplified typing
Exulansis Jun 1, 2019
8ac68bd
Finalized redux-thunk typings and the thunk action modifiers
Exulansis Jun 2, 2019
492115a
Extended the withError action modifier
Exulansis Jun 2, 2019
54dc5c2
Simplified the types, reusing interfaces exposed by redux-thunk
Exulansis Jun 3, 2019
21af87f
Added loading + error handling to sharing credentials
Exulansis Jun 3, 2019
d8771f7
Re-use issuer card across containers
Exulansis Jun 5, 2019
7a14d47
Refactor and clean-up Documents UI
mnzaki Jun 4, 2019
be5b8df
Correctly rendering consent screen in case no local credentials are a…
Exulansis Jun 6, 2019
4ef1b71
Correctly parsing lack of public profile
Exulansis Jun 6, 2019
b5b1f97
add bottom padding to avoid QR code button
mnzaki Jun 6, 2019
c7b2801
webpack: transpile bip39 as well
mnzaki Jun 6, 2019
ccdc23d
Removed debug code, correctly parsing public profile
Exulansis Jun 6, 2019
031f616
change to document card
chunningham Jun 7, 2019
c860c6c
added renderinfo to decorated claims in recieveExternalCred
chunningham Jun 7, 2019
8133e6e
webpack/ts: load and resolve json modules
mnzaki Jun 7, 2019
b336449
Update navigation action tests
saifahn Jun 13, 2019
d6a17f8
Update reducer test snapshots
saifahn Jun 13, 2019
6ec422f
Update registration action tests
saifahn Jun 13, 2019
74c644c
Update account action test snapshots
saifahn Jun 14, 2019
4980862
Update account actions test
saifahn Jun 14, 2019
d54468d
Merge branch 'develop' into feature/documents-new-credential-flow
saifahn Jun 14, 2019
e3c6f88
Update save claim account action test
saifahn Jun 14, 2019
c855017
Merge branch 'feature/documents-new-credential-flow' of github.com:jo…
saifahn Jun 14, 2019
1db7351
Change CacheEntity value type to any
saifahn Jun 14, 2019
a251e39
Add default subject string
saifahn Jun 14, 2019
69836be
Refactor capitalized to not use ramda
saifahn Jun 14, 2019
246cb40
Simplify action typing
mnzaki Jun 14, 2019
2561240
Simplify action modifier typings
mnzaki Jun 14, 2019
bc859cb
Use inferred props types for redux connected components
mnzaki Jun 14, 2019
47186bd
lib/filter: simplify buildTransform
mnzaki Jun 17, 2019
35936fd
lib/filter: fix tests, expiredFilter; add validFilter
mnzaki Jun 17, 2019
375896e
documents: use lib/filter, and refactor DocumentDetails
mnzaki Jun 17, 2019
93172e0
Merge pull request #1331 from jolocom/feature/documents-new-credentia…
mnzaki Jun 17, 2019
fcdf55d
Merge branch 'develop' into 1323/translations
VolkerSchiewe Jun 18, 2019
8e6a2f3
add strings, fix merge misstakes
VolkerSchiewe Jun 18, 2019
d90d1b6
Merge remote-tracking branch 'origin/1323/translations' into 1323/tra…
VolkerSchiewe Jun 18, 2019
dc13fbc
update terms
VolkerSchiewe Jun 18, 2019
c21d08a
Update de.json (POEditor.com)
jolocom-dev Jun 18, 2019
d4486b9
run yarn format
VolkerSchiewe Jun 18, 2019
f5e6950
fix test import
VolkerSchiewe Jun 18, 2019
98f8544
fix test to synchronize terms
VolkerSchiewe Jun 18, 2019
92a0c6c
move generateTerms to bin dir, improve terms test
VolkerSchiewe Jun 18, 2019
684c042
improve errorcode imports
VolkerSchiewe Jun 18, 2019
6ed3511
fix circular dependency
VolkerSchiewe Jun 18, 2019
07d65a6
Merge pull request #1324 from jolocom/1323/translations
VolkerSchiewe Jun 18, 2019
1e1b1e9
account/claims: clone claimData before using for new claim
mnzaki Jun 18, 2019
4749d5b
claimDetails: use appropriate loading state
mnzaki Jun 18, 2019
c5a5c4e
remove unused state.account.claims.loading
mnzaki Jun 18, 2019
3366b30
withLoading usage fixes
mnzaki Jun 18, 2019
49645c9
update test snapshots
mnzaki Jun 18, 2019
dcc9572
Give reason for copying object in saveClaim
saifahn Jun 21, 2019
996f230
Update yarn lock
saifahn Jun 21, 2019
4360b14
Update issue templates
saifahn Jun 21, 2019
ccc54d0
Merge pull request #1337 from jolocom/1333/loading_issues
saifahn Jun 21, 2019
ee3be26
Merge branch 'develop' into update-issue-templates
Exulansis Jun 21, 2019
d82cbc5
Merge pull request #1341 from jolocom/update-issue-templates
Exulansis Jun 21, 2019
3b78a54
Make back button iOS same as text
saifahn Jun 24, 2019
b497eff
Small styling changes to documents
saifahn Jun 24, 2019
9e21451
Checking if deep link can be opened, removed isDeepLinkInteraction fl…
Exulansis Jun 24, 2019
fc11ef1
Fixed boolean conditional on async call.
Exulansis Jun 25, 2019
aca7052
Updated snapshots
Exulansis Jun 25, 2019
5d78475
Limit the amount of lines rendered on the exception screen
Exulansis Jun 25, 2019
cef643b
Updated snapshot for exception screen
Exulansis Jun 25, 2019
2501ca5
Merge pull request #1343 from jolocom/1328/invalid_deep_link_callback…
Exulansis Jun 25, 2019
aeec0c9
Merge branch 'develop' into 1338/fix-ios-back-button
Exulansis Jun 25, 2019
3edbb46
Merge pull request #1342 from jolocom/1338/fix-ios-back-button
Exulansis Jun 25, 2019
a328b51
Correctly checking if requested input is not populated on credential …
Exulansis Jun 26, 2019
7990012
Merge pull request #1344 from jolocom/hotfix/credential_offer_request…
mnzaki Jun 26, 2019
35cce14
Bump version number
saifahn Jun 28, 2019
be5bc0c
Update library to v3.0.0
saifahn Jun 28, 2019
ca4f220
alias crypto pkgs to one which implements randombytes properly
chunningham Jul 1, 2019
b6bf06f
Merge pull request #1349 from jolocom/release/v1.6.0
saifahn Jul 1, 2019
44e88ef
Merge pull request #1348 from jolocom/hotfix/crypto-alias
saifahn Jul 1, 2019
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 .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"extensions": ["ts"]
}]
]
}
}
22 changes: 16 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
### Describe the bug

A clear and concise description of what the bug is.

**To Reproduce**
### To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
### Expected behavior

A clear and concise description of what you expected to happen.

**Screenshots**
### Screenshots

If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following information):**
### Smartphone (please complete the following information):

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
### Additional context

Add any other context about the problem here.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-implementation.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
---
name: Feature Implementation
about: Implementation Scope and Description
title: ''
labels: feature
assignees: ''

---

**What is the scope of the feature**
### Scope of the feature

A clear and concise description of what the feature will address

**Enumerate the tasks that are needed to implement the feature**
### Tasks

*Enumerate the tasks that are needed to implement the feature*

- [ ] subtask
- [ ] subtask
- [ ] subtask

**Additional important information**
### Additional important information

Add any additonal important information which is connected to the feature
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: General
about: What needs to be done
title: ''
labels: ''
assignees: ''

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Documentation
-------------
Additional documentation can be found at our [wiki](https://github.com/jolocom/smartwallet-app/wiki).

Copyright (C) 2014-2018 JOLOCOM GmbH
Copyright (C) 2014-2019 JOLOCOM GmbH
5 changes: 3 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ android {
applicationId "com.jolocomwallet"
minSdkVersion 16
targetSdkVersion 26
versionCode 16
versionName "1.5.0"
versionCode 17
versionName "1.6.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down Expand Up @@ -150,6 +150,7 @@ android {
}

dependencies {
compile project(':react-native-version-number')
compile project(':react-native-languages')
compile project(':react-native-randombytes')
compile project(':react-native-vector-icons')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import android.app.Application;

import com.facebook.react.ReactApplication;
import com.apsl.versionnumber.RNVersionNumberPackage;
import com.reactcommunity.rnlanguages.RNLanguagesPackage;
import com.bitgo.randombytes.RandomBytesPackage;
import com.oblador.vectoricons.VectorIconsPackage;
Expand Down Expand Up @@ -39,6 +40,7 @@ public boolean getUseDeveloperSupport() {
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new RNVersionNumberPackage(),
new RNLanguagesPackage(),
new RandomBytesPackage(),
new VectorIconsPackage(),
Expand Down
2 changes: 2 additions & 0 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
rootProject.name = 'jolocomwallet'
include ':react-native-version-number'
project(':react-native-version-number').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-version-number/android')
include ':react-native-languages'
project(':react-native-languages').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-languages/android')
include ':react-native-randombytes'
Expand Down
11 changes: 11 additions & 0 deletions bin/generateTerms.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import strings from '../src/locales/strings'
import { writeFileSync } from 'fs'

const en = {}

Object.keys(strings)
.sort()
.forEach(key => (en[strings[key]] = strings[key]))

const path = __dirname + '/../src/locales/en.json'
writeFileSync(path, JSON.stringify(en, null, 2), { flag: 'w' })
54 changes: 53 additions & 1 deletion ios/smartwallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
Expand All @@ -25,6 +24,7 @@
23238968F2BA48C4A9BB4AC4 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 640439B9112A41768C633964 /* Foundation.ttf */; };
28B670DA172F46598B3D5E4B /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 853CE29A4ED949C79BF46AF4 /* SimpleLineIcons.ttf */; };
296C5B93DD624867B8F0966B /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E247948545D24BE58E811111 /* MaterialIcons.ttf */; };
2C4C73F9D1194547BBD589E3 /* libRNVersionNumber.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 64B87D43A313485EB3520460 /* libRNVersionNumber.a */; };
4BF187ACD94048C79892D747 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3D9BCA202C9047859CCE2A1B /* Ionicons.ttf */; };
4D64A0CFA79C40748565CDF5 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9393C6FEDE02408C97050CBA /* libRNVectorIcons.a */; };
54CAEABDB21B40C19D55C5CE /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2AFA3F2DBECD4F52A9425B23 /* Feather.ttf */; };
Expand Down Expand Up @@ -327,6 +327,20 @@
remoteGlobalIDString = 358F4ED71D1E81A9004DF814;
remoteInfo = RCTBlob;
};
B4B543C12298234E002944F4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 10DF72DE13E94336B6D1DA7E /* RNVersionNumber.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 134814201AA4EA6300B7C361;
remoteInfo = RNVersionNumber;
};
B4B543C32298234E002944F4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 10DF72DE13E94336B6D1DA7E /* RNVersionNumber.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 2858ECD01F8B91B400610575;
remoteInfo = "RNVersionNumber-tvOS";
};
DC46523220A1D5D2000515C9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E4B7FA621F764080A23F67F9 /* RNCamera.xcodeproj */;
Expand Down Expand Up @@ -449,6 +463,7 @@
00E356EE1AD99517003FC87E /* smartwalletTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = smartwalletTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* smartwalletTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = smartwalletTests.m; sourceTree = "<group>"; };
10DF72DE13E94336B6D1DA7E /* RNVersionNumber.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVersionNumber.xcodeproj; path = "../node_modules/react-native-version-number/ios/RNVersionNumber.xcodeproj"; sourceTree = "<group>"; };
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
13B07F961A680F5B00A75B9A /* smartwallet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = smartwallet.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -474,6 +489,7 @@
5680E6CFCB924E788BB7FC2C /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
640439B9112A41768C633964 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
64B87D43A313485EB3520460 /* libRNVersionNumber.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVersionNumber.a; sourceTree = "<group>"; };
77F057F262F14D45AA1DBBE8 /* libRNFetchBlob.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFetchBlob.a; sourceTree = "<group>"; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
7F6B1D8837CC457889388E57 /* ReactNativePermissions.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = ReactNativePermissions.xcodeproj; path = "../node_modules/react-native-permissions/ios/ReactNativePermissions.xcodeproj"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -540,6 +556,7 @@
4D64A0CFA79C40748565CDF5 /* libRNVectorIcons.a in Frameworks */,
F47B6A88E4754685952B54A9 /* libReactNativePermissions.a in Frameworks */,
13739399034E4271864C3DDB /* libRNRandomBytes.a in Frameworks */,
2C4C73F9D1194547BBD589E3 /* libRNVersionNumber.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -733,6 +750,7 @@
5680E6CFCB924E788BB7FC2C /* RNVectorIcons.xcodeproj */,
7F6B1D8837CC457889388E57 /* ReactNativePermissions.xcodeproj */,
CAF102D56DB146639EF6CC66 /* RNRandomBytes.xcodeproj */,
10DF72DE13E94336B6D1DA7E /* RNVersionNumber.xcodeproj */,
);
name = Libraries;
sourceTree = "<group>";
Expand Down Expand Up @@ -783,6 +801,15 @@
name = Products;
sourceTree = "<group>";
};
B4B543BD2298234E002944F4 /* Products */ = {
isa = PBXGroup;
children = (
B4B543C22298234E002944F4 /* libRNVersionNumber.a */,
B4B543C42298234E002944F4 /* libRNVersionNumber-tvOS.a */,
);
name = Products;
sourceTree = "<group>";
};
DC4651FF20A1D5D1000515C9 /* Recovered References */ = {
isa = PBXGroup;
children = (
Expand All @@ -793,6 +820,7 @@
9393C6FEDE02408C97050CBA /* libRNVectorIcons.a */,
2F64871E059A476B8EAF29A5 /* libReactNativePermissions.a */,
ABE391BA79A149EE8D5553B3 /* libRNRandomBytes.a */,
64B87D43A313485EB3520460 /* libRNVersionNumber.a */,
);
name = "Recovered References";
sourceTree = "<group>";
Expand Down Expand Up @@ -1049,6 +1077,10 @@
ProductGroup = DC46520A20A1D5D2000515C9 /* Products */;
ProjectRef = 5680E6CFCB924E788BB7FC2C /* RNVectorIcons.xcodeproj */;
},
{
ProductGroup = B4B543BD2298234E002944F4 /* Products */;
ProjectRef = 10DF72DE13E94336B6D1DA7E /* RNVersionNumber.xcodeproj */;
},
{
ProductGroup = DCBEC41A20CABE240099FD03 /* Products */;
ProjectRef = DCBEC41920CABE240099FD03 /* SplashScreen.xcodeproj */;
Expand Down Expand Up @@ -1333,6 +1365,20 @@
remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
B4B543C22298234E002944F4 /* libRNVersionNumber.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRNVersionNumber.a;
remoteRef = B4B543C12298234E002944F4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
B4B543C42298234E002944F4 /* libRNVersionNumber-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libRNVersionNumber-tvOS.a";
remoteRef = B4B543C32298234E002944F4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
DC46523320A1D5D2000515C9 /* libRNCamera.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down Expand Up @@ -1562,13 +1608,15 @@
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
"$(SRCROOT)/../node_modules/react-native-randombytes",
"$(SRCROOT)/../node_modules/react-native-version-number/ios",
);
INFOPLIST_FILE = smartwalletTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
Expand Down Expand Up @@ -1599,13 +1647,15 @@
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
"$(SRCROOT)/../node_modules/react-native-randombytes",
"$(SRCROOT)/../node_modules/react-native-version-number/ios",
);
INFOPLIST_FILE = smartwalletTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
"\"$(SRCROOT)/$(TARGET_NAME)\"",
);
OTHER_LDFLAGS = (
"-ObjC",
Expand Down Expand Up @@ -1637,6 +1687,7 @@
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
"$(SRCROOT)/../node_modules/react-native-randombytes",
"$(SRCROOT)/../node_modules/react-native-version-number/ios",
);
"HEADER_SEARCH_PATHS[arch=*]" = "$(SRCROOT)/../node_modules/react-native-splash-screen/ios";
INFOPLIST_FILE = smartwallet/Info.plist;
Expand Down Expand Up @@ -1672,6 +1723,7 @@
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
"$(SRCROOT)/../node_modules/react-native-permissions/ios/**",
"$(SRCROOT)/../node_modules/react-native-randombytes",
"$(SRCROOT)/../node_modules/react-native-version-number/ios",
);
"HEADER_SEARCH_PATHS[arch=*]" = "$(SRCROOT)/../node_modules/react-native-splash-screen/ios";
INFOPLIST_FILE = smartwallet/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions ios/smartwallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string></string>
<string/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
Loading