Skip to content

Commit

Permalink
🚨 Fix missed deep link spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Aug 9, 2022
1 parent cbe0541 commit a5c5609
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
A245C61F75A6DAA8985A6772 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10C713E67205D9507CE2DC80 /* AppDelegate.swift */; };
A24A736BF7726104BF014D20 /* Pods_AppcuesCocoapodsExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 808B6BBAEF75A6DD7AC11D0D /* Pods_AppcuesCocoapodsExample.framework */; };
A5CE7AE8513C052690838416 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25B8CDCE5B93FC3FE0FEB574 /* SceneDelegate.swift */; };
CAFC2E38ACF9024AD211097D /* DeeplinkNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADB3815CE7FEA22224162CE /* DeeplinkNavigator.swift */; };
CAFC2E38ACF9024AD211097D /* DeepLinkNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADB3815CE7FEA22224162CE /* DeepLinkNavigator.swift */; };
CCD458B6662FC0AC5C80CAFF /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384497BA35A275E793B475C1 /* ProfileViewController.swift */; };
CD156254F042866368E77CC3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 024025AF9E2E0D38C368A6AC /* Main.storyboard */; };
DBE453F2B40A01B4818CB84E /* Lato-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C47ABB97FE784624C32E96D7 /* Lato-Bold.ttf */; };
Expand All @@ -34,7 +34,7 @@
2E1BE92E4A34AD818AD21FDC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
384497BA35A275E793B475C1 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
547A647EB6D311E97F592C7C /* Lato-Black.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Black.ttf"; sourceTree = "<group>"; };
5ADB3815CE7FEA22224162CE /* DeeplinkNavigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeeplinkNavigator.swift; sourceTree = "<group>"; };
5ADB3815CE7FEA22224162CE /* DeepLinkNavigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeepLinkNavigator.swift; sourceTree = "<group>"; };
5DC2B62290580560D162A8E7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
808B6BBAEF75A6DD7AC11D0D /* Pods_AppcuesCocoapodsExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppcuesCocoapodsExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
82DED1437C1DA54F0C231566 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -86,7 +86,7 @@
3271BCB89D21367EC1AA9069 /* Fonts */,
10C713E67205D9507CE2DC80 /* AppDelegate.swift */,
2E1BE92E4A34AD818AD21FDC /* Assets.xcassets */,
5ADB3815CE7FEA22224162CE /* DeeplinkNavigator.swift */,
5ADB3815CE7FEA22224162CE /* DeepLinkNavigator.swift */,
9D26E6136C6539597C9E50A9 /* EventsViewController.swift */,
9CB61619365785F4544ED13D /* GroupViewController.swift */,
AAD7ED9DCA5972361B3F5E67 /* Info.plist */,
Expand All @@ -105,7 +105,6 @@
0FC954E991346E02C5B07502 /* Pods-AppcuesCocoapodsExample.debug.xcconfig */,
05171392CB1FB5611E5F7E22 /* Pods-AppcuesCocoapodsExample.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -157,8 +156,6 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1200;
TargetAttributes = {
};
};
buildConfigurationList = 95033167E7E129F199208F61 /* Build configuration list for PBXProject "AppcuesCocoapodsExample" */;
compatibilityVersion = "Xcode 10.0";
Expand Down Expand Up @@ -262,7 +259,7 @@
buildActionMask = 2147483647;
files = (
A245C61F75A6DAA8985A6772 /* AppDelegate.swift in Sources */,
CAFC2E38ACF9024AD211097D /* DeeplinkNavigator.swift in Sources */,
CAFC2E38ACF9024AD211097D /* DeepLinkNavigator.swift in Sources */,
EC6747EFCF3EDE3DE6E45EF3 /* EventsViewController.swift in Sources */,
64C809F864D3002CD52993CD /* GroupViewController.swift in Sources */,
CCD458B6662FC0AC5C80CAFF /* ProfileViewController.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -17,8 +17,8 @@
A23B377CAA8FFC989E6A9A73 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A540BC606C8E2160FB2B489 /* AppDelegate.swift */; };
AB4DA4AF52B5BC21308C439B /* AppcuesKit in Frameworks */ = {isa = PBXBuildFile; productRef = 781D0ABDB3436955E4EA34B9 /* AppcuesKit */; };
B3CE09A940E9DD0DF6CA96A4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ED2A2106A39811D89703AE5F /* LaunchScreen.storyboard */; };
B8DB7327A11245904C6B908F /* DeepLinkNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91C043606EC23556B49010D3 /* DeepLinkNavigator.swift */; };
BF24A197BFEAF23D84AC3462 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6901798B6E99F34ACF2F707B /* SceneDelegate.swift */; };
C23CDD1E1B80B881A21764F2 /* DeepLinkNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 498D1B1BD74BE672485DB096 /* DeepLinkNavigator.swift */; };
DD6A303F8B4B0A8075C32454 /* SignInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 288554133C93206378D963AB /* SignInViewController.swift */; };
EE6124C9BB7FB8ACF18B1503 /* GroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C55D469D39EFF3296C5387 /* GroupViewController.swift */; };
F897157F45696443B145C383 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 723869D8744D77D8EC9B55F1 /* ProfileViewController.swift */; };
Expand All @@ -30,7 +30,6 @@
17D5A01020B551B33B447DC1 /* Mulish-Italic-VariableFont_wght.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Mulish-Italic-VariableFont_wght.ttf"; sourceTree = "<group>"; };
288554133C93206378D963AB /* SignInViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInViewController.swift; sourceTree = "<group>"; };
476767533B954304A7121A53 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
498D1B1BD74BE672485DB096 /* DeepLinkNavigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeepLinkNavigator.swift; sourceTree = "<group>"; };
6901798B6E99F34ACF2F707B /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
6FF4A6230C0803185A864738 /* AppcuesSPMExample.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = AppcuesSPMExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
7203E757C2C6EA5D37C5E443 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand All @@ -40,6 +39,7 @@
7A931564B0DEB1FE780CD0A2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
87C55D469D39EFF3296C5387 /* GroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupViewController.swift; sourceTree = "<group>"; };
8F18BFFBC809004FCDB520DF /* appcues-ios-sdk */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "appcues-ios-sdk"; path = ../..; sourceTree = SOURCE_ROOT; };
91C043606EC23556B49010D3 /* DeepLinkNavigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeepLinkNavigator.swift; sourceTree = "<group>"; };
AF7C790690C785694C7F24F8 /* EventsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventsViewController.swift; sourceTree = "<group>"; };
C77616FC1B7BAE52C91F4FBD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D140F36AD3D06536C395A074 /* Mulish-VariableFont_wght.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Mulish-VariableFont_wght.ttf"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -101,7 +101,7 @@
8C2264C89F22EF422DA5A775 /* Fonts */,
7A540BC606C8E2160FB2B489 /* AppDelegate.swift */,
7203E757C2C6EA5D37C5E443 /* Assets.xcassets */,
498D1B1BD74BE672485DB096 /* DeepLinkNavigator.swift */,
91C043606EC23556B49010D3 /* DeepLinkNavigator.swift */,
AF7C790690C785694C7F24F8 /* EventsViewController.swift */,
87C55D469D39EFF3296C5387 /* GroupViewController.swift */,
476767533B954304A7121A53 /* Info.plist */,
Expand Down Expand Up @@ -145,9 +145,11 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1200;
TargetAttributes = {
};
};
buildConfigurationList = 3307568C9084A060E694F2E4 /* Build configuration list for PBXProject "AppcuesSPMExample" */;
compatibilityVersion = "Xcode 10.0";
compatibilityVersion = "Xcode 11.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down Expand Up @@ -208,7 +210,7 @@
buildActionMask = 2147483647;
files = (
A23B377CAA8FFC989E6A9A73 /* AppDelegate.swift in Sources */,
C23CDD1E1B80B881A21764F2 /* DeepLinkNavigator.swift in Sources */,
B8DB7327A11245904C6B908F /* DeepLinkNavigator.swift in Sources */,
64EFAB6E2ED72F70B75B98F1 /* EventsViewController.swift in Sources */,
EE6124C9BB7FB8ACF18B1503 /* GroupViewController.swift in Sources */,
F897157F45696443B145C383 /* ProfileViewController.swift in Sources */,
Expand Down

0 comments on commit a5c5609

Please sign in to comment.