Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/master' into 2.0"
Browse files Browse the repository at this point in the history
This reverts commit 830fecd, reversing
changes made to 4935394.
  • Loading branch information
hqy2000 committed Aug 29, 2018
1 parent 830fecd commit 999e6b0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 87 deletions.
6 changes: 0 additions & 6 deletions NFLSers-iOS.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.ClassKit-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:nfls.io</string>
Expand All @@ -21,10 +19,6 @@
</array>
<key>com.apple.developer.networking.HotspotConfiguration</key>
<true/>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>NDEF</string>
</array>
<key>com.apple.developer.pass-type-identifiers</key>
<array>
<string>$(TeamIdentifierPrefix)*</string>
Expand Down
25 changes: 2 additions & 23 deletions NFLSers-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
65F33F8F20C7D08C0060346A /* CloudKit.framework in Frameworks */,
65F33F8D20C7CF540060346A /* ExternalAccessory.framework in Frameworks */,
6515483A2032B19C0088BD20 /* PassKit.framework in Frameworks */,
6515483C2032B19D0088BD20 /* NetworkExtension.framework in Frameworks */,
6532E7BE2037588100A23706 /* MapKit.framework in Frameworks */,
Expand Down Expand Up @@ -414,7 +412,6 @@
children = (
656F304720711C35009B8D69 /* SchoolProvider.swift */,
656F304920711CAB009B8D69 /* DeviceProvider.swift */,
65D2327320C842CD00FB5D32 /* UserProvider.swift */,
);
path = Provider;
sourceTree = "<group>";
Expand Down Expand Up @@ -576,15 +573,6 @@
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.BackgroundModes = {
enabled = 0;
};
com.apple.ClassKit = {
enabled = 1;
};
com.apple.DataProtection = {
enabled = 1;
};
com.apple.HotspotConfiguration = {
enabled = 1;
};
Expand All @@ -597,21 +585,12 @@
com.apple.Maps.iOS = {
enabled = 1;
};
com.apple.NearFieldCommunicationTagReading = {
enabled = 1;
};
com.apple.Push = {
enabled = 1;
};
com.apple.SafariKeychain = {
enabled = 1;
};
com.apple.Siri = {
enabled = 1;
};
com.apple.WAC = {
enabled = 1;
};
com.apple.Wallet = {
enabled = 1;
};
Expand Down Expand Up @@ -1033,7 +1012,7 @@
);
IBSC_WARNINGS = NO;
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1082,7 +1061,7 @@
);
IBSC_WARNINGS = NO;
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down
20 changes: 0 additions & 20 deletions app/v2/Essential/Constant.swift

This file was deleted.

25 changes: 0 additions & 25 deletions app/v2/Network/UserRequest.swift

This file was deleted.

13 changes: 0 additions & 13 deletions app/v2/Provider/UserProvider.swift

This file was deleted.

0 comments on commit 999e6b0

Please sign in to comment.