Skip to content

Commit de29325

Browse files
authored
Merge pull request #14 from codeRIT/peter-final
Final
2 parents 0a709a0 + 0204681 commit de29325

39 files changed

+205
-155
lines changed

BrickHack-Mobile.xcodeproj/project.pbxproj

+7-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
21BEA9C216BEFB0D956DA447 /* Pods_BrickHack_Mobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F6555C1DC150ED20E523915E /* Pods_BrickHack_Mobile.framework */; };
1111
31602385220A116000F73F58 /* EventsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31602384220A116000F73F58 /* EventsViewController.swift */; };
12-
31A6A37821F6681100D9C085 /* CoreNFC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31A6A37321F6665D00D9C085 /* CoreNFC.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1312
31AC34DE21DDB8D3005A419E /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 31AC34DD21DDB8D3005A419E /* Launch Screen.storyboard */; };
1413
31C5F541219B29CD00E3E1AF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C5F540219B29CD00E3E1AF /* AppDelegate.swift */; };
1514
31C5F546219B29CD00E3E1AF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 31C5F544219B29CD00E3E1AF /* Main.storyboard */; };
@@ -46,7 +45,7 @@
4645
31A6A37321F6665D00D9C085 /* CoreNFC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreNFC.framework; path = System/Library/Frameworks/CoreNFC.framework; sourceTree = SDKROOT; };
4746
31AC34DD21DDB8D3005A419E /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
4847
31B205BE21EFB00700D6ADF7 /* libVYNFCKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libVYNFCKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
49-
31C5F53D219B29CD00E3E1AF /* BrickHack-Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BrickHack-Mobile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
48+
31C5F53D219B29CD00E3E1AF /* BrickHack 6.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BrickHack 6.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5049
31C5F540219B29CD00E3E1AF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5150
31C5F545219B29CD00E3E1AF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5251
31C5F547219B29CF00E3E1AF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -74,7 +73,6 @@
7473
isa = PBXFrameworksBuildPhase;
7574
buildActionMask = 2147483647;
7675
files = (
77-
31A6A37821F6681100D9C085 /* CoreNFC.framework in Frameworks */,
7876
21BEA9C216BEFB0D956DA447 /* Pods_BrickHack_Mobile.framework in Frameworks */,
7977
);
8078
runOnlyForDeploymentPostprocessing = 0;
@@ -106,7 +104,7 @@
106104
31C5F53E219B29CD00E3E1AF /* Products */ = {
107105
isa = PBXGroup;
108106
children = (
109-
31C5F53D219B29CD00E3E1AF /* BrickHack-Mobile.app */,
107+
31C5F53D219B29CD00E3E1AF /* BrickHack 6.app */,
110108
);
111109
name = Products;
112110
sourceTree = "<group>";
@@ -189,7 +187,7 @@
189187
);
190188
name = "BrickHack-Mobile";
191189
productName = "BrickHack-Mobile";
192-
productReference = 31C5F53D219B29CD00E3E1AF /* BrickHack-Mobile.app */;
190+
productReference = 31C5F53D219B29CD00E3E1AF /* BrickHack 6.app */;
193191
productType = "com.apple.product-type.application";
194192
};
195193
/* End PBXNativeTarget section */
@@ -444,7 +442,6 @@
444442
isa = XCBuildConfiguration;
445443
baseConfigurationReference = C029FC28202ED2177D811FF7 /* Pods-BrickHack-Mobile.debug.xcconfig */;
446444
buildSettings = {
447-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
448445
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
449446
CODE_SIGN_ENTITLEMENTS = "BrickHack-Mobile/BrickHack-Mobile.entitlements";
450447
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -456,7 +453,8 @@
456453
"@executable_path/Frameworks",
457454
);
458455
PRODUCT_BUNDLE_IDENTIFIER = io.BrickHack.Mobile;
459-
PRODUCT_NAME = "$(TARGET_NAME)";
456+
MARKETING_VERSION = 1.0;
457+
PRODUCT_NAME = "BrickHack 6";
460458
PROVISIONING_PROFILE_SPECIFIER = "";
461459
SWIFT_VERSION = 4.2;
462460
TARGETED_DEVICE_FAMILY = 1;
@@ -467,7 +465,6 @@
467465
isa = XCBuildConfiguration;
468466
baseConfigurationReference = DF9A947946DF6E11797CE707 /* Pods-BrickHack-Mobile.release.xcconfig */;
469467
buildSettings = {
470-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
471468
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
472469
CODE_SIGN_ENTITLEMENTS = "BrickHack-Mobile/BrickHack-Mobile.entitlements";
473470
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -479,7 +476,8 @@
479476
"@executable_path/Frameworks",
480477
);
481478
PRODUCT_BUNDLE_IDENTIFIER = io.BrickHack.Mobile;
482-
PRODUCT_NAME = "$(TARGET_NAME)";
479+
MARKETING_VERSION = 1.0;
480+
PRODUCT_NAME = "BrickHack 6";
483481
PROVISIONING_PROFILE_SPECIFIER = "";
484482
SWIFT_VERSION = 4.2;
485483
TARGETED_DEVICE_FAMILY = 1;
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Loading

BrickHack-Mobile/Assets.xcassets/AppIcon.appiconset/Contents.json

+25-61
Original file line numberDiff line numberDiff line change
@@ -3,109 +3,73 @@
33
{
44
"size" : "20x20",
55
"idiom" : "iphone",
6-
"filename" : "20pt@2x.png",
6+
"filename" : "40.png",
77
"scale" : "2x"
88
},
99
{
1010
"size" : "20x20",
1111
"idiom" : "iphone",
12-
"filename" : "20pt@3x.png",
12+
"filename" : "60.png",
1313
"scale" : "3x"
1414
},
1515
{
1616
"size" : "29x29",
1717
"idiom" : "iphone",
18-
"filename" : "29pt@2x.png",
19-
"scale" : "2x"
18+
"filename" : "29.png",
19+
"scale" : "1x"
2020
},
2121
{
2222
"size" : "29x29",
2323
"idiom" : "iphone",
24-
"filename" : "29pt@3x.png",
25-
"scale" : "3x"
26-
},
27-
{
28-
"size" : "40x40",
29-
"idiom" : "iphone",
30-
"filename" : "40pt@2x.png",
24+
"filename" : "58.png",
3125
"scale" : "2x"
3226
},
3327
{
34-
"size" : "40x40",
28+
"size" : "29x29",
3529
"idiom" : "iphone",
36-
"filename" : "40pt@3x.png",
30+
"filename" : "87.png",
3731
"scale" : "3x"
3832
},
3933
{
40-
"size" : "60x60",
34+
"size" : "40x40",
4135
"idiom" : "iphone",
42-
"filename" : "60pt@2x.png",
36+
"filename" : "80.png",
4337
"scale" : "2x"
4438
},
4539
{
46-
"size" : "60x60",
40+
"size" : "40x40",
4741
"idiom" : "iphone",
48-
"filename" : "60pt@3x.png",
42+
"filename" : "120.png",
4943
"scale" : "3x"
5044
},
5145
{
52-
"size" : "20x20",
53-
"idiom" : "ipad",
54-
"filename" : "20pt.png",
55-
"scale" : "1x"
56-
},
57-
{
58-
"size" : "20x20",
59-
"idiom" : "ipad",
60-
"filename" : "20pt@2x-1.png",
61-
"scale" : "2x"
62-
},
63-
{
64-
"size" : "29x29",
65-
"idiom" : "ipad",
66-
"filename" : "29pt.png",
67-
"scale" : "1x"
68-
},
69-
{
70-
"size" : "29x29",
71-
"idiom" : "ipad",
72-
"filename" : "29pt@2x-1.png",
73-
"scale" : "2x"
74-
},
75-
{
76-
"size" : "40x40",
77-
"idiom" : "ipad",
78-
"filename" : "40pt.png",
46+
"size" : "57x57",
47+
"idiom" : "iphone",
48+
"filename" : "57.png",
7949
"scale" : "1x"
8050
},
8151
{
82-
"size" : "40x40",
83-
"idiom" : "ipad",
84-
"filename" : "40pt@2x-1.png",
52+
"size" : "57x57",
53+
"idiom" : "iphone",
54+
"filename" : "114.png",
8555
"scale" : "2x"
8656
},
8757
{
88-
"size" : "76x76",
89-
"idiom" : "ipad",
90-
"filename" : "76pt.png",
91-
"scale" : "1x"
92-
},
93-
{
94-
"size" : "76x76",
95-
"idiom" : "ipad",
96-
"filename" : "76pt@2x.png",
58+
"size" : "60x60",
59+
"idiom" : "iphone",
60+
"filename" : "120.png",
9761
"scale" : "2x"
9862
},
9963
{
100-
"size" : "83.5x83.5",
101-
"idiom" : "ipad",
102-
"filename" : "83_5pt@2x.png",
103-
"scale" : "2x"
64+
"size" : "60x60",
65+
"idiom" : "iphone",
66+
"filename" : "180.png",
67+
"scale" : "3x"
10468
},
10569
{
10670
"size" : "1024x1024",
10771
"idiom" : "ios-marketing",
108-
"filename" : "1024pt.png",
72+
"filename" : "1024.png",
10973
"scale" : "1x"
11074
}
11175
],

0 commit comments

Comments
 (0)