Skip to content

Commit c94767d

Browse files
Supriya KalghatgiSupriya Kalghatgi
authored andcommitted
xcode 9
1 parent e946203 commit c94767d

File tree

3 files changed

+61
-53
lines changed

3 files changed

+61
-53
lines changed

ios/NativebaseKitchenSink.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,10 +802,12 @@
802802
00E356ED1AD99517003FC87E = {
803803
CreatedOnToolsVersion = 6.2;
804804
DevelopmentTeam = 3F25347H8E;
805+
ProvisioningStyle = Automatic;
805806
TestTargetID = 13B07F861A680F5B00A75B9A;
806807
};
807808
13B07F861A680F5B00A75B9A = {
808809
DevelopmentTeam = 3F25347H8E;
810+
ProvisioningStyle = Automatic;
809811
};
810812
2D02E47A1E0B4A5D006451C7 = {
811813
CreatedOnToolsVersion = 8.2.1;
@@ -1319,6 +1321,8 @@
13191321
isa = XCBuildConfiguration;
13201322
buildSettings = {
13211323
BUNDLE_LOADER = "$(TEST_HOST)";
1324+
CODE_SIGN_IDENTITY = "iPhone Developer";
1325+
CODE_SIGN_STYLE = Automatic;
13221326
DEVELOPMENT_TEAM = 3F25347H8E;
13231327
GCC_PREPROCESSOR_DEFINITIONS = (
13241328
"DEBUG=1",
@@ -1341,6 +1345,7 @@
13411345
);
13421346
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
13431347
PRODUCT_NAME = "$(TARGET_NAME)";
1348+
PROVISIONING_PROFILE_SPECIFIER = "";
13441349
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NativebaseKitchenSink.app/NativebaseKitchenSink";
13451350
};
13461351
name = Debug;
@@ -1349,6 +1354,8 @@
13491354
isa = XCBuildConfiguration;
13501355
buildSettings = {
13511356
BUNDLE_LOADER = "$(TEST_HOST)";
1357+
CODE_SIGN_IDENTITY = "iPhone Developer";
1358+
CODE_SIGN_STYLE = Automatic;
13521359
COPY_PHASE_STRIP = NO;
13531360
DEVELOPMENT_TEAM = 3F25347H8E;
13541361
HEADER_SEARCH_PATHS = (
@@ -1368,6 +1375,7 @@
13681375
);
13691376
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
13701377
PRODUCT_NAME = "$(TARGET_NAME)";
1378+
PROVISIONING_PROFILE_SPECIFIER = "";
13711379
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NativebaseKitchenSink.app/NativebaseKitchenSink";
13721380
};
13731381
name = Release;
@@ -1376,6 +1384,8 @@
13761384
isa = XCBuildConfiguration;
13771385
buildSettings = {
13781386
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1387+
CODE_SIGN_IDENTITY = "iPhone Developer";
1388+
CODE_SIGN_STYLE = Automatic;
13791389
CURRENT_PROJECT_VERSION = 1;
13801390
DEAD_CODE_STRIPPING = NO;
13811391
DEVELOPMENT_TEAM = 3F25347H8E;
@@ -1392,6 +1402,7 @@
13921402
);
13931403
PRODUCT_BUNDLE_IDENTIFIER = io.market.nativebase.geekyants.nativebasekitchensink;
13941404
PRODUCT_NAME = NativebaseKitchenSink;
1405+
PROVISIONING_PROFILE_SPECIFIER = "";
13951406
VERSIONING_SYSTEM = "apple-generic";
13961407
};
13971408
name = Debug;
@@ -1400,6 +1411,8 @@
14001411
isa = XCBuildConfiguration;
14011412
buildSettings = {
14021413
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1414+
CODE_SIGN_IDENTITY = "iPhone Developer";
1415+
CODE_SIGN_STYLE = Automatic;
14031416
CURRENT_PROJECT_VERSION = 1;
14041417
DEVELOPMENT_TEAM = 3F25347H8E;
14051418
HEADER_SEARCH_PATHS = (
@@ -1415,6 +1428,7 @@
14151428
);
14161429
PRODUCT_BUNDLE_IDENTIFIER = io.market.nativebase.geekyants.nativebasekitchensink;
14171430
PRODUCT_NAME = NativebaseKitchenSink;
1431+
PROVISIONING_PROFILE_SPECIFIER = "";
14181432
VERSIONING_SYSTEM = "apple-generic";
14191433
};
14201434
name = Release;

ios/NativebaseKitchenSink/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

yarn.lock

Lines changed: 46 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"@babel/highlight" "^7.0.0"
1010

1111
"@babel/core@^7.0.0":
12-
version "7.1.0"
13-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.0.tgz#08958f1371179f62df6966d8a614003d11faeb04"
12+
version "7.1.2"
13+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
1414
dependencies:
1515
"@babel/code-frame" "^7.0.0"
16-
"@babel/generator" "^7.0.0"
17-
"@babel/helpers" "^7.1.0"
18-
"@babel/parser" "^7.1.0"
19-
"@babel/template" "^7.1.0"
16+
"@babel/generator" "^7.1.2"
17+
"@babel/helpers" "^7.1.2"
18+
"@babel/parser" "^7.1.2"
19+
"@babel/template" "^7.1.2"
2020
"@babel/traverse" "^7.1.0"
21-
"@babel/types" "^7.0.0"
21+
"@babel/types" "^7.1.2"
2222
convert-source-map "^1.1.0"
2323
debug "^3.1.0"
2424
json5 "^0.5.0"
@@ -27,11 +27,11 @@
2727
semver "^5.4.1"
2828
source-map "^0.5.0"
2929

30-
"@babel/generator@^7.0.0":
31-
version "7.0.0"
32-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
30+
"@babel/generator@^7.0.0", "@babel/generator@^7.1.2":
31+
version "7.1.2"
32+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
3333
dependencies:
34-
"@babel/types" "^7.0.0"
34+
"@babel/types" "^7.1.2"
3535
jsesc "^2.5.1"
3636
lodash "^4.17.10"
3737
source-map "^0.5.0"
@@ -180,13 +180,13 @@
180180
"@babel/traverse" "^7.1.0"
181181
"@babel/types" "^7.0.0"
182182

183-
"@babel/helpers@^7.1.0":
184-
version "7.1.0"
185-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.0.tgz#429bf0f0020be56a4242883432084e3d70a8a141"
183+
"@babel/helpers@^7.1.2":
184+
version "7.1.2"
185+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5"
186186
dependencies:
187-
"@babel/template" "^7.1.0"
187+
"@babel/template" "^7.1.2"
188188
"@babel/traverse" "^7.1.0"
189-
"@babel/types" "^7.0.0"
189+
"@babel/types" "^7.1.2"
190190

191191
"@babel/highlight@^7.0.0":
192192
version "7.0.0"
@@ -196,9 +196,9 @@
196196
esutils "^2.0.2"
197197
js-tokens "^4.0.0"
198198

199-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0":
200-
version "7.1.0"
201-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
199+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.2":
200+
version "7.1.2"
201+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409"
202202

203203
"@babel/plugin-external-helpers@^7.0.0":
204204
version "7.0.0"
@@ -353,8 +353,8 @@
353353
"@babel/helper-plugin-utils" "^7.0.0"
354354

355355
"@babel/plugin-transform-destructuring@^7.0.0":
356-
version "7.0.0"
357-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0.tgz#68e911e1935dda2f06b6ccbbf184ffb024e9d43a"
356+
version "7.1.2"
357+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.1.2.tgz#5fa77d473f5a0a3f5266ad7ce2e8c995a164d60a"
358358
dependencies:
359359
"@babel/helper-plugin-utils" "^7.0.0"
360360

@@ -493,13 +493,13 @@
493493
pirates "^4.0.0"
494494
source-map-support "^0.5.9"
495495

496-
"@babel/template@^7.0.0", "@babel/template@^7.1.0":
497-
version "7.1.0"
498-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.0.tgz#58cc9572e1bfe24fe1537fdf99d839d53e517e22"
496+
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.1.2":
497+
version "7.1.2"
498+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
499499
dependencies:
500500
"@babel/code-frame" "^7.0.0"
501-
"@babel/parser" "^7.1.0"
502-
"@babel/types" "^7.0.0"
501+
"@babel/parser" "^7.1.2"
502+
"@babel/types" "^7.1.2"
503503

504504
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0":
505505
version "7.1.0"
@@ -515,9 +515,9 @@
515515
globals "^11.1.0"
516516
lodash "^4.17.10"
517517

518-
"@babel/types@^7.0.0":
519-
version "7.0.0"
520-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
518+
"@babel/types@^7.0.0", "@babel/types@^7.1.2":
519+
version "7.1.2"
520+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.2.tgz#183e7952cf6691628afdc2e2b90d03240bac80c0"
521521
dependencies:
522522
esutils "^2.0.2"
523523
lodash "^4.17.10"
@@ -2619,7 +2619,7 @@ get-caller-file@^1.0.1:
26192619

26202620
get-stream@^3.0.0:
26212621
version "3.0.0"
2622-
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
2622+
resolved "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
26232623

26242624
get-value@^2.0.3, get-value@^2.0.6:
26252625
version "2.0.6"
@@ -2663,8 +2663,8 @@ global@^4.3.0:
26632663
process "~0.5.1"
26642664

26652665
globals@^11.1.0:
2666-
version "11.7.0"
2667-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
2666+
version "11.8.0"
2667+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.8.0.tgz#c1ef45ee9bed6badf0663c5cb90e8d1adec1321d"
26682668

26692669
globals@^9.17.0, globals@^9.18.0:
26702670
version "9.18.0"
@@ -2862,13 +2862,7 @@ husky@0.14.3:
28622862
normalize-path "^1.0.0"
28632863
strip-indent "^2.0.0"
28642864

2865-
iconv-lite@0.4.23:
2866-
version "0.4.23"
2867-
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
2868-
dependencies:
2869-
safer-buffer ">= 2.1.2 < 3"
2870-
2871-
iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
2865+
iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
28722866
version "0.4.24"
28732867
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
28742868
dependencies:
@@ -3704,7 +3698,7 @@ jsx-ast-utils@^1.4.0, jsx-ast-utils@^1.4.1:
37043698

37053699
kind-of@^1.1.0:
37063700
version "1.1.0"
3707-
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44"
3701+
resolved "http://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44"
37083702

37093703
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
37103704
version "3.2.2"
@@ -4208,8 +4202,8 @@ mute-stream@0.0.7:
42084202
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
42094203

42104204
nan@^2.9.2:
4211-
version "2.11.0"
4212-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.0.tgz#574e360e4d954ab16966ec102c0c049fd961a099"
4205+
version "2.11.1"
4206+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766"
42134207

42144208
nanomatch@^1.2.9:
42154209
version "1.2.13"
@@ -4236,8 +4230,8 @@ native-base-shoutem-theme@0.2.2:
42364230
prop-types "^15.5.10"
42374231

42384232
"native-base@https://github.com/GeekyAnts/NativeBase#master":
4239-
version "2.8.0"
4240-
resolved "https://github.com/GeekyAnts/NativeBase#237958d9b61c3000ef7e1beed493136b1c5435fb"
4233+
version "2.8.1"
4234+
resolved "https://github.com/GeekyAnts/NativeBase#b7d1ebce89c4533e71a03590de2eb9e2bfdbd646"
42414235
dependencies:
42424236
blueimp-md5 "^2.5.0"
42434237
clamp "^1.0.1"
@@ -4907,7 +4901,7 @@ react-native-tab-view@^0.0.74:
49074901

49084902
react-native-vector-icons@4.6.0:
49094903
version "4.6.0"
4910-
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
4904+
resolved "http://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
49114905
dependencies:
49124906
lodash "^4.0.0"
49134907
prop-types "^15.5.10"
@@ -5520,8 +5514,8 @@ spdx-correct@^3.0.0:
55205514
spdx-license-ids "^3.0.0"
55215515

55225516
spdx-exceptions@^2.1.0:
5523-
version "2.1.0"
5524-
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz#2c7ae61056c714a5b9b9b2b2af7d311ef5c78fe9"
5517+
version "2.2.0"
5518+
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
55255519

55265520
spdx-expression-parse@^3.0.0:
55275521
version "3.0.0"
@@ -5628,7 +5622,7 @@ string_decoder@~1.1.1:
56285622

56295623
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
56305624
version "3.0.1"
5631-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
5625+
resolved "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
56325626
dependencies:
56335627
ansi-regex "^2.0.0"
56345628

@@ -5988,7 +5982,7 @@ utils-merge@1.0.1:
59885982

59895983
uuid@3.0.1:
59905984
version "3.0.1"
5991-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
5985+
resolved "http://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
59925986

59935987
uuid@^3.3.2:
59945988
version "3.3.2"
@@ -6037,10 +6031,10 @@ webidl-conversions@^4.0.2:
60376031
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
60386032

60396033
whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
6040-
version "1.0.4"
6041-
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.4.tgz#63fb016b7435b795d9025632c086a5209dbd2621"
6034+
version "1.0.5"
6035+
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
60426036
dependencies:
6043-
iconv-lite "0.4.23"
6037+
iconv-lite "0.4.24"
60446038

60456039
whatwg-fetch@>=0.10.0:
60466040
version "3.0.0"

0 commit comments

Comments
 (0)