-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove boilerplate/unused classes and storyboard objects
- Loading branch information
Showing
6 changed files
with
8 additions
and
166 deletions.
There are no files selected for viewing
51 changes: 8 additions & 43 deletions
51
SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="14256" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="AgC-eL-Hgc"> | ||
<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="14460.31" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> | ||
<device id="watch38" orientation="portrait"> | ||
<adaptation id="fullscreen"/> | ||
</device> | ||
<dependencies> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14243"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="14219"/> | ||
<deployment identifier="watchOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="14460.16"/> | ||
</dependencies> | ||
<scenes> | ||
<!--Interface Controller--> | ||
<scene sceneID="aou-V4-d1y"> | ||
<objects> | ||
<controller id="AgC-eL-Hgc" customClass="InterfaceController" customModuleProvider="target"/> | ||
</objects> | ||
<point key="canvasLocation" x="220" y="345"/> | ||
</scene> | ||
<!--Static Notification Interface Controller--> | ||
<scene sceneID="AEw-b0-oYE"> | ||
<objects> | ||
<notificationController id="YCC-NB-fut"> | ||
<items> | ||
<label alignment="left" text="Alert Label" numberOfLines="0" id="IdU-wH-bcW"/> | ||
</items> | ||
<notificationCategory key="notificationCategory" identifier="myCategory" id="JfB-70-Muf"/> | ||
<connections> | ||
<outlet property="notificationAlertLabel" destination="IdU-wH-bcW" id="JKC-fr-R95"/> | ||
<segue destination="4sK-HA-Art" kind="relationship" relationship="dynamicNotificationInterface" id="kXh-Jw-8B1"/> | ||
<segue destination="eXb-UN-Cd0" kind="relationship" relationship="dynamicInteractiveNotificationInterface" id="mpB-YA-K8N"/> | ||
</connections> | ||
</notificationController> | ||
</objects> | ||
<point key="canvasLocation" x="220" y="643"/> | ||
</scene> | ||
<!--Notification Controller--> | ||
<scene sceneID="ZPc-GJ-vnh"> | ||
<objects> | ||
<controller id="4sK-HA-Art" customClass="NotificationController" customModuleProvider="target"/> | ||
</objects> | ||
<point key="canvasLocation" x="468" y="643"/> | ||
</scene> | ||
<!--Notification Controller--> | ||
<scene sceneID="Niz-AI-uX2"> | ||
<objects> | ||
<controller id="eXb-UN-Cd0" customClass="NotificationController" customModuleProvider="target"/> | ||
</objects> | ||
<point key="canvasLocation" x="468" y="345"/> | ||
</scene> | ||
</scenes> | ||
<scenes/> | ||
</document> |
31 changes: 0 additions & 31 deletions
31
SynchronyFinancial/SynchronyFinancial WatchKit Extension/InterfaceController.swift
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
SynchronyFinancial/SynchronyFinancial WatchKit Extension/NotificationController.swift
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
SynchronyFinancial/SynchronyFinancial WatchKit Extension/PushNotificationPayload.apns
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
SynchronyFinancial/SynchronyFinancial/ViewController.swift
This file was deleted.
Oops, something went wrong.