Skip to content

Commit a4fdeb6

Browse files
author
Evan Greer
committed
stashed changes
1 parent ad6922c commit a4fdeb6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

swift-sdk.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
5B5AA717284F1A6D0093FED4 /* MockNetworkSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5AA710284F1A6D0093FED4 /* MockNetworkSession.swift */; };
186186
5B6C3C1127CE871F00B9A753 /* NavInboxSessionUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6C3C1027CE871F00B9A753 /* NavInboxSessionUITests.swift */; };
187187
5B88BC482805D09D004016E5 /* NetworkSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B88BC472805D09D004016E5 /* NetworkSession.swift */; };
188+
9FF05EB42B001D29005311F7 /* IterableActionRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF05EB32B001D29005311F7 /* IterableActionRunner.swift */; };
188189
AC02480822791E2100495FB9 /* IterableInboxNavigationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC02480722791E2100495FB9 /* IterableInboxNavigationViewController.swift */; };
189190
AC02CAA6234E50B5006617E0 /* RegistrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC02CAA5234E50B5006617E0 /* RegistrationTests.swift */; };
190191
AC03094B21E532470003A288 /* InAppPersistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC03094A21E532470003A288 /* InAppPersistence.swift */; };
@@ -594,6 +595,7 @@
594595
5B6C3C1027CE871F00B9A753 /* NavInboxSessionUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavInboxSessionUITests.swift; sourceTree = "<group>"; };
595596
5B88BC472805D09D004016E5 /* NetworkSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkSession.swift; sourceTree = "<group>"; };
596597
5BFC7CED27FC9AF300E77479 /* inbox-ui-tests-app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "inbox-ui-tests-app.entitlements"; sourceTree = "<group>"; };
598+
9FF05EB32B001D29005311F7 /* IterableActionRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableActionRunner.swift; sourceTree = "<group>"; };
597599
AC02480722791E2100495FB9 /* IterableInboxNavigationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableInboxNavigationViewController.swift; sourceTree = "<group>"; };
598600
AC02CAA5234E50B5006617E0 /* RegistrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegistrationTests.swift; sourceTree = "<group>"; };
599601
AC03094A21E532470003A288 /* InAppPersistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppPersistence.swift; sourceTree = "<group>"; };
@@ -1275,6 +1277,7 @@
12751277
AC2C668120D32F2800D46CC9 /* InternalIterableAppIntegration.swift */,
12761278
AC2B79F621E6A38900A59080 /* NotificationHelper.swift */,
12771279
ACEDF41C2183C2EC000B9BFE /* Pending.swift */,
1280+
9FF05EB32B001D29005311F7 /* IterableActionRunner.swift */,
12781281
);
12791282
path = Internal;
12801283
sourceTree = "<group>";
@@ -2054,6 +2057,7 @@
20542057
AC684A88222F4FDD00F29749 /* InAppDisplayer.swift in Sources */,
20552058
AC72A0D220CF4D12004D7997 /* IterableUtil.swift in Sources */,
20562059
AC32E16821DD55B900BD4F83 /* OrderedDictionary.swift in Sources */,
2060+
9FF05EB42B001D29005311F7 /* IterableActionRunner.swift in Sources */,
20572061
ACF406232507BC72005FD775 /* NetworkMonitor.swift in Sources */,
20582062
AC1712892416AEF400F2BB0E /* WebViewProtocol.swift in Sources */,
20592063
AC3C10F9213F46A900A9B839 /* IterableLogging.swift in Sources */,
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// IterableActionRunner.swift
3+
// swift-sdk
4+
//
5+
// Created by Evan Greer on 11/11/23.
6+
// Copyright © 2023 Iterable. All rights reserved.
7+
//
8+
9+
import Foundation

0 commit comments

Comments
 (0)