Skip to content

Commit f2fb53e

Browse files
committed
Removed unused NFC + Pods
1 parent 5f1a741 commit f2fb53e

4 files changed

Lines changed: 13 additions & 43 deletions

File tree

BrickHack-Mobile.xcodeproj/project.pbxproj

Lines changed: 7 additions & 9 deletions
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;

BrickHack-Mobile/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>BrickHack</string>
8+
<string>$(PRODUCT_NAME)</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

Podfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ platform :ios, '12.1'
33
use_frameworks!
44

55
target 'BrickHack-Mobile' do
6-
pod 'Apollo', '~> 0.16.0'
76
pod 'Alamofire', '~> 4.0'
87
pod 'p2.OAuth2', '~> 4.2'
9-
pod 'VYNFCKit'
108
pod 'SwiftMessages'
119
pod 'SwiftyJSON'
1210
pod 'SVProgressHUD'
13-
pod "PromiseKit", "~> 6.8"
14-
pod 'PromiseKit/Foundation', '~> 6.0'
1511
pod 'TimelineTableViewCell', :git=>'https://github.com/peterkos/TimelineTableViewCell.git'
1612
#pod 'TimelineTableViewCell', :path=>'~/Code/Github/TimelineTableViewCell'
1713
pod 'Tabman', '~> 2.6'

Podfile.lock

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
PODS:
2-
- Alamofire (4.8.1)
3-
- Apollo (0.16.0):
4-
- Apollo/Core (= 0.16.0)
5-
- Apollo/Core (0.16.0)
2+
- Alamofire (4.9.1)
63
- Keys (1.0.1)
74
- p2.OAuth2 (4.2.0)
85
- Pageboy (3.5.0)
9-
- PromiseKit (6.11.0):
10-
- PromiseKit/CorePromise (= 6.11.0)
11-
- PromiseKit/Foundation (= 6.11.0)
12-
- PromiseKit/UIKit (= 6.11.0)
13-
- PromiseKit/CorePromise (6.11.0)
14-
- PromiseKit/Foundation (6.11.0):
15-
- PromiseKit/CorePromise
16-
- PromiseKit/UIKit (6.11.0):
17-
- PromiseKit/CorePromise
186
- SVProgressHUD (2.2.5)
197
- SwiftMessages (7.0.1):
208
- SwiftMessages/App (= 7.0.1)
@@ -23,31 +11,22 @@ PODS:
2311
- Tabman (2.8.0):
2412
- Pageboy (~> 3.5.0)
2513
- TimelineTableViewCell (2.2.1)
26-
- VYNFCKit (0.3.2)
2714

2815
DEPENDENCIES:
2916
- Alamofire (~> 4.0)
30-
- Apollo (~> 0.16.0)
3117
- Keys (from `Pods/CocoaPodsKeys`)
3218
- p2.OAuth2 (~> 4.2)
33-
- PromiseKit (~> 6.8)
34-
- PromiseKit/Foundation (~> 6.0)
3519
- SVProgressHUD
3620
- SwiftMessages
3721
- SwiftyJSON
3822
- Tabman (~> 2.6)
3923
- TimelineTableViewCell (from `https://github.com/peterkos/TimelineTableViewCell.git`)
40-
- VYNFCKit
4124

4225
SPEC REPOS:
43-
https://github.com/CocoaPods/Specs.git:
44-
- Alamofire
45-
- VYNFCKit
4626
trunk:
47-
- Apollo
27+
- Alamofire
4828
- p2.OAuth2
4929
- Pageboy
50-
- PromiseKit
5130
- SVProgressHUD
5231
- SwiftMessages
5332
- SwiftyJSON
@@ -65,19 +44,16 @@ CHECKOUT OPTIONS:
6544
:git: https://github.com/peterkos/TimelineTableViewCell.git
6645

6746
SPEC CHECKSUMS:
68-
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
69-
Apollo: ad9ce2008f88fce57c062aa4853364b7927355c8
47+
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
7048
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
7149
p2.OAuth2: d5ea9b928fc5d10d088d419db6f3380578b6f866
7250
Pageboy: 3794c578aae5fcce06e90b3ed4a0ad6b807d75bb
73-
PromiseKit: e4863d06976e7dee5e41c04fc7371c16b3600292
7451
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
7552
SwiftMessages: b577dc7043be8b299857ab35bb663dbff6483bd0
7653
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
7754
Tabman: f62ad94ee54a7d96e3fbab34f677d9ea4d38ece6
7855
TimelineTableViewCell: b2721a3c1f17c4a4950ae442f45cd4e8669a2750
79-
VYNFCKit: 86a9b711fd1f34f6f7128a2a883cd58dbd781b9d
8056

81-
PODFILE CHECKSUM: 329820a5a13a6b82a678097cfb99449bc03b70f5
57+
PODFILE CHECKSUM: e93a34f1e3064cc187fadb3bec56b9d65cc1a807
8258

8359
COCOAPODS: 1.8.4

0 commit comments

Comments
 (0)