Skip to content

Commit d5c8382

Browse files
authored
1.2.6 : Add BAYC (#49)
1 parent 93e7b74 commit d5c8382

File tree

19 files changed

+438
-264
lines changed

19 files changed

+438
-264
lines changed

NFTY.xcodeproj/project.pbxproj

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
4F08724D2651EAC0002DD748 /* FriendsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F08724C2651EAC0002DD748 /* FriendsView.swift */; };
1212
4F27A7C0267F9000008CCB0A /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 4F27A7BF267F9000008CCB0A /* Kingfisher */; };
1313
4F27A7C3267F9760008CCB0A /* Cache in Frameworks */ = {isa = PBXBuildFile; productRef = 4F27A7C2267F9760008CCB0A /* Cache */; };
14+
4F27A7C5267FB702008CCB0A /* BAYC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F27A7C4267FB702008CCB0A /* BAYC.swift */; };
1415
4F36013A2640CD99005D7587 /* FeedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F3601392640CD99005D7587 /* FeedView.swift */; };
1516
4F43153D2638EF7400C16872 /* TokenPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F43153C2638EF7400C16872 /* TokenPrice.swift */; };
1617
4F43153F263E4E9500C16872 /* AsciiPunkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F43153E263E4E9500C16872 /* AsciiPunkView.swift */; };
@@ -57,9 +58,7 @@
5758
4FB9A7C3262B28A400C58AF9 /* NFTYTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7C2262B28A400C58AF9 /* NFTYTests.swift */; };
5859
4FB9A7CE262B28A400C58AF9 /* NFTYUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7CD262B28A400C58AF9 /* NFTYUITests.swift */; };
5960
4FB9A7DF262B307C00C58AF9 /* CircleImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7DE262B307C00C58AF9 /* CircleImage.swift */; };
60-
4FB9A7E4262B31D300C58AF9 /* MapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7E3262B31D300C58AF9 /* MapView.swift */; };
6161
4FB9A7E9262B353E00C58AF9 /* RoundedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7E8262B353E00C58AF9 /* RoundedImage.swift */; };
62-
4FB9A7EE262B3A1B00C58AF9 /* landmarkData.json in Resources */ = {isa = PBXBuildFile; fileRef = 4FB9A7ED262B3A1B00C58AF9 /* landmarkData.json */; };
6362
4FB9A7F3262B3A5700C58AF9 /* NFT.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7F2262B3A5700C58AF9 /* NFT.swift */; };
6463
4FB9A7FB262B3BBA00C58AF9 /* ModelData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB9A7FA262B3BBA00C58AF9 /* ModelData.swift */; };
6564
4FB9A803262B435400C58AF9 /* punks.json in Resources */ = {isa = PBXBuildFile; fileRef = 4FB9A802262B435400C58AF9 /* punks.json */; };
@@ -135,6 +134,7 @@
135134
4F0872492650CB85002DD748 /* NFTY.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NFTY.entitlements; sourceTree = "<group>"; };
136135
4F08724A2651E740002DD748 /* PrivateCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrivateCollectionView.swift; sourceTree = "<group>"; };
137136
4F08724C2651EAC0002DD748 /* FriendsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FriendsView.swift; sourceTree = "<group>"; };
137+
4F27A7C4267FB702008CCB0A /* BAYC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BAYC.swift; sourceTree = "<group>"; };
138138
4F3601392640CD99005D7587 /* FeedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedView.swift; sourceTree = "<group>"; };
139139
4F43153C2638EF7400C16872 /* TokenPrice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenPrice.swift; sourceTree = "<group>"; };
140140
4F43153E263E4E9500C16872 /* AsciiPunkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AsciiPunkView.swift; path = NFTY/Model/AsciiPunkView.swift; sourceTree = SOURCE_ROOT; };
@@ -192,9 +192,7 @@
192192
4FB9A7CD262B28A400C58AF9 /* NFTYUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NFTYUITests.swift; sourceTree = "<group>"; };
193193
4FB9A7CF262B28A400C58AF9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
194194
4FB9A7DE262B307C00C58AF9 /* CircleImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircleImage.swift; sourceTree = "<group>"; };
195-
4FB9A7E3262B31D300C58AF9 /* MapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapView.swift; sourceTree = "<group>"; };
196195
4FB9A7E8262B353E00C58AF9 /* RoundedImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundedImage.swift; sourceTree = "<group>"; };
197-
4FB9A7ED262B3A1B00C58AF9 /* landmarkData.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = landmarkData.json; sourceTree = "<group>"; };
198196
4FB9A7F2262B3A5700C58AF9 /* NFT.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NFT.swift; sourceTree = "<group>"; };
199197
4FB9A7FA262B3BBA00C58AF9 /* ModelData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelData.swift; sourceTree = "<group>"; };
200198
4FB9A802262B435400C58AF9 /* punks.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = punks.json; sourceTree = "<group>"; };
@@ -274,6 +272,14 @@
274272
/* End PBXFrameworksBuildPhase section */
275273

276274
/* Begin PBXGroup section */
275+
4F27A7C6267FE1EB008CCB0A /* CollectionContracts */ = {
276+
isa = PBXGroup;
277+
children = (
278+
4F27A7C4267FB702008CCB0A /* BAYC.swift */,
279+
);
280+
path = CollectionContracts;
281+
sourceTree = "<group>";
282+
};
277283
4F446F2126376C3600BE739E /* ParseTokenDistances */ = {
278284
isa = PBXGroup;
279285
children = (
@@ -417,7 +423,6 @@
417423
4F856BE02632B57E00BB5E07 /* FavoritesView.swift */,
418424
4F3601392640CD99005D7587 /* FeedView.swift */,
419425
4F08724C2651EAC0002DD748 /* FriendsView.swift */,
420-
4FB9A7E3262B31D300C58AF9 /* MapView.swift */,
421426
4FB9A81D262B53DE00C58AF9 /* NftDetail.swift */,
422427
4F6D3974262BE4F3007E79BB /* NftImage.swift */,
423428
4F4DD21A265DDE3C00AD320D /* NftUrlView.swift */,
@@ -445,6 +450,7 @@
445450
4FB9A7F2262B3A5700C58AF9 /* NFT.swift */,
446451
4F667F6D264B291000E7A214 /* ObservablePromise.swift */,
447452
4F856BB72632620400BB5E07 /* TokenContracts.swift */,
453+
4F27A7C6267FE1EB008CCB0A /* CollectionContracts */,
448454
4FC744692630F9130060FC6D /* TokenProtocols.swift */,
449455
4FC639DC264F5EC000ECF7CF /* Erc721Contract.swift */,
450456
);
@@ -461,7 +467,6 @@
461467
4F446F2D263773EE00BE739E /* CryptoPunks_nearestTokens.json */,
462468
4FB9A802262B435400C58AF9 /* punks.json */,
463469
4F6D3994262BFE4F007E79BB /* kitties.json */,
464-
4FB9A7ED262B3A1B00C58AF9 /* landmarkData.json */,
465470
);
466471
path = Resources;
467472
sourceTree = "<group>";
@@ -714,7 +719,6 @@
714719
4FB9A7B8262B28A400C58AF9 /* Preview Assets.xcassets in Resources */,
715720
4FBF8AF8264E079D00569DCA /* CryptoPunks_rarityRanks.json in Resources */,
716721
4FB9A7B5262B28A400C58AF9 /* Assets.xcassets in Resources */,
717-
4FB9A7EE262B3A1B00C58AF9 /* landmarkData.json in Resources */,
718722
4F446F2E263773EE00BE739E /* CryptoPunks_nearestTokens.json in Resources */,
719723
4F8A58A4263F19E200480E54 /* AsciiPunks_nearestTokens.json in Resources */,
720724
4FB9A803262B435400C58AF9 /* punks.json in Resources */,
@@ -786,8 +790,8 @@
786790
4F5F8F5E26532D9C00FAD814 /* WebView.swift in Sources */,
787791
4F43153F263E4E9500C16872 /* AsciiPunkView.swift in Sources */,
788792
4F4CA8012635D806001534A6 /* FavButton.swift in Sources */,
789-
4FB9A7E4262B31D300C58AF9 /* MapView.swift in Sources */,
790793
4F5F8F5A26531D3A00FAD814 /* TextFieldAlertView.swift in Sources */,
794+
4F27A7C5267FB702008CCB0A /* BAYC.swift in Sources */,
791795
4F36013A2640CD99005D7587 /* FeedView.swift in Sources */,
792796
4F5F8F5C26532BE200FAD814 /* OpenSeaLink.swift in Sources */,
793797
4F856BE12632B57E00BB5E07 /* FavoritesView.swift in Sources */,
@@ -1104,7 +1108,7 @@
11041108
CODE_SIGN_ENTITLEMENTS = NFTY/NFTY.entitlements;
11051109
CODE_SIGN_IDENTITY = "Apple Development";
11061110
CODE_SIGN_STYLE = Automatic;
1107-
CURRENT_PROJECT_VERSION = 1;
1111+
CURRENT_PROJECT_VERSION = 3;
11081112
DEVELOPMENT_ASSET_PATHS = "NFTY/Preview\\ Content";
11091113
DEVELOPMENT_TEAM = C28QWE5379;
11101114
ENABLE_PREVIEWS = YES;
@@ -1114,7 +1118,7 @@
11141118
"$(inherited)",
11151119
"@executable_path/Frameworks",
11161120
);
1117-
MARKETING_VERSION = 1.2.1;
1121+
MARKETING_VERSION = 1.2.6;
11181122
PRODUCT_BUNDLE_IDENTIFIER = com.nftygo.NFTY;
11191123
PRODUCT_NAME = "$(TARGET_NAME)";
11201124
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1131,7 +1135,7 @@
11311135
CODE_SIGN_ENTITLEMENTS = NFTY/NFTY.entitlements;
11321136
CODE_SIGN_IDENTITY = "Apple Development";
11331137
CODE_SIGN_STYLE = Automatic;
1134-
CURRENT_PROJECT_VERSION = 1;
1138+
CURRENT_PROJECT_VERSION = 3;
11351139
DEVELOPMENT_ASSET_PATHS = "NFTY/Preview\\ Content";
11361140
DEVELOPMENT_TEAM = C28QWE5379;
11371141
ENABLE_PREVIEWS = YES;
@@ -1141,7 +1145,7 @@
11411145
"$(inherited)",
11421146
"@executable_path/Frameworks",
11431147
);
1144-
MARKETING_VERSION = 1.2.1;
1148+
MARKETING_VERSION = 1.2.6;
11451149
PRODUCT_BUNDLE_IDENTIFIER = com.nftygo.NFTY;
11461150
PRODUCT_NAME = "$(TARGET_NAME)";
11471151
PROVISIONING_PROFILE_SPECIFIER = "";
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "SampleBAYC1.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
130 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "SampleBAYC2.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
178 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "SampleBAYC3.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
140 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "SampleBAYC4.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
166 KB
Loading

0 commit comments

Comments
 (0)