Skip to content

Commit bf1d107

Browse files
authored
Merge pull request #3 from queueit/bugfix/ios-dependency
bugfix: iOS dependency for QueueITLib was moved
2 parents 45c94aa + 769b6f1 commit bf1d107

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+8719
-35
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
example
2-
.circleci
2+
.circleci
3+
node_modules

example/ios/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,4 @@ target 'QueueItExample' do
6767
post_install do |installer|
6868
flipper_post_install(installer)
6969
end
70-
# Our pods
71-
pod 'QueueITLibrary', '~>3.0.1'
7270
end

example/ios/Podfile.lock

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ PODS:
7070
- OpenSSL-Universal (1.0.2.19):
7171
- OpenSSL-Universal/Static (= 1.0.2.19)
7272
- OpenSSL-Universal/Static (1.0.2.19)
73-
- QueueITLibrary (3.0.0)
7473
- RCTRequired (0.62.2)
7574
- RCTTypeSafety (0.62.2):
7675
- FBLazyVector (= 0.62.2)
@@ -234,7 +233,7 @@ PODS:
234233
- React-cxxreact (= 0.62.2)
235234
- React-jsi (= 0.62.2)
236235
- React-jsinspector (0.62.2)
237-
- react-native-queue-it (0.1.10):
236+
- react-native-queue-it (0.1.15):
238237
- React
239238
- React-RCTActionSheet (0.62.2):
240239
- React-Core/RCTActionSheetHeaders (= 0.62.2)
@@ -312,7 +311,6 @@ DEPENDENCIES:
312311
- FlipperKit/SKIOSNetworkPlugin (~> 0.33.1)
313312
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
314313
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
315-
- QueueITLibrary (~> 3.0.0)
316314
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
317315
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
318316
- React (from `../node_modules/react-native/`)
@@ -352,7 +350,6 @@ SPEC REPOS:
352350
- Flipper-RSocket
353351
- FlipperKit
354352
- OpenSSL-Universal
355-
- QueueITLibrary
356353
- YogaKit
357354

358355
EXTERNAL SOURCES:
@@ -428,7 +425,6 @@ SPEC CHECKSUMS:
428425
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
429426
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
430427
OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
431-
QueueITLibrary: dbc692dbed01af2117377a99844807ce38d8fafa
432428
RCTRequired: cec6a34b3ac8a9915c37e7e4ad3aa74726ce4035
433429
RCTTypeSafety: 93006131180074cffa227a1075802c89a49dd4ce
434430
React: 29a8b1a02bd764fb7644ef04019270849b9a7ac3
@@ -438,7 +434,7 @@ SPEC CHECKSUMS:
438434
React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
439435
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
440436
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
441-
react-native-queue-it: 04fca1fb4da92069f02b608e1580b2c72783c918
437+
react-native-queue-it: 39b5ec4bf038182492014d87d261e6cc0a79c93d
442438
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
443439
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
444440
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
@@ -453,6 +449,6 @@ SPEC CHECKSUMS:
453449
Yoga: 3ebccbdd559724312790e7742142d062476b698e
454450
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
455451

456-
PODFILE CHECKSUM: 94f86856aa5071519cb25e59b6e779adacd855d9
452+
PODFILE CHECKSUM: 3df8315738742626c88ee457f0820fd6b7c7a2f8
457453

458454
COCOAPODS: 1.9.3

example/ios/QueueItExample/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,52 @@
22
"images" : [
33
{
44
"idiom" : "iphone",
5-
"size" : "29x29",
6-
"scale" : "2x"
5+
"scale" : "2x",
6+
"size" : "20x20"
77
},
88
{
99
"idiom" : "iphone",
10-
"size" : "29x29",
11-
"scale" : "3x"
10+
"scale" : "3x",
11+
"size" : "20x20"
1212
},
1313
{
1414
"idiom" : "iphone",
15-
"size" : "40x40",
16-
"scale" : "2x"
15+
"scale" : "2x",
16+
"size" : "29x29"
1717
},
1818
{
1919
"idiom" : "iphone",
20-
"size" : "40x40",
21-
"scale" : "3x"
20+
"scale" : "3x",
21+
"size" : "29x29"
2222
},
2323
{
2424
"idiom" : "iphone",
25-
"size" : "60x60",
26-
"scale" : "2x"
25+
"scale" : "2x",
26+
"size" : "40x40"
2727
},
2828
{
2929
"idiom" : "iphone",
30-
"size" : "60x60",
31-
"scale" : "3x"
30+
"scale" : "3x",
31+
"size" : "40x40"
32+
},
33+
{
34+
"idiom" : "iphone",
35+
"scale" : "2x",
36+
"size" : "60x60"
37+
},
38+
{
39+
"idiom" : "iphone",
40+
"scale" : "3x",
41+
"size" : "60x60"
42+
},
43+
{
44+
"idiom" : "ios-marketing",
45+
"scale" : "1x",
46+
"size" : "1024x1024"
3247
}
3348
],
3449
"info" : {
35-
"version" : 1,
36-
"author" : "xcode"
50+
"author" : "xcode",
51+
"version" : 1
3752
}
38-
}
53+
}

0 commit comments

Comments
 (0)