Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 145 additions & 0 deletions MulticastDelegateDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/* Begin PBXBuildFile section */
00C0F014203E1FC00033F08F /* MulticastDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF59E1F11C318EEC002CB071 /* MulticastDelegate.swift */; };
14D2232422AE8A4500D2D871 /* MulticastDelegateSwift_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D2232222AE8A4500D2D871 /* MulticastDelegateSwift_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
14D2232922AEB19800D2D871 /* MulticastDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF59E1F11C318EEC002CB071 /* MulticastDelegate.swift */; };
CF59E1D11C318EAE002CB071 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF59E1D01C318EAE002CB071 /* AppDelegate.swift */; };
CF59E1D31C318EAE002CB071 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF59E1D21C318EAE002CB071 /* ViewController.swift */; };
CF59E1D61C318EAE002CB071 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CF59E1D41C318EAE002CB071 /* Main.storyboard */; };
Expand All @@ -34,6 +36,9 @@
/* Begin PBXFileReference section */
00C0F00C203E1F960033F08F /* MulticastDelegateSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MulticastDelegateSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
00C0F00F203E1F960033F08F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
14D2232022AE8A4500D2D871 /* MulticastDelegateSwift_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MulticastDelegateSwift_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14D2232222AE8A4500D2D871 /* MulticastDelegateSwift_iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MulticastDelegateSwift_iOS.h; sourceTree = "<group>"; };
14D2232322AE8A4500D2D871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CF010C431C3549E7001E396D /* MulticastDelegateSwift.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MulticastDelegateSwift.podspec; sourceTree = SOURCE_ROOT; };
CF59E1CD1C318EAE002CB071 /* MulticastDelegateDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MulticastDelegateDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
CF59E1D01C318EAE002CB071 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -58,6 +63,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
14D2231D22AE8A4500D2D871 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
CF59E1CA1C318EAE002CB071 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -83,13 +95,23 @@
path = "MulticastDelegate-macOS";
sourceTree = "<group>";
};
14D2232122AE8A4500D2D871 /* MulticastDelegateSwift iOS */ = {
isa = PBXGroup;
children = (
14D2232222AE8A4500D2D871 /* MulticastDelegateSwift_iOS.h */,
14D2232322AE8A4500D2D871 /* Info.plist */,
);
path = "MulticastDelegateSwift iOS";
sourceTree = "<group>";
};
CF59E1C41C318EAE002CB071 = {
isa = PBXGroup;
children = (
CF59E1F01C318EB8002CB071 /* Sources */,
CF59E1CF1C318EAE002CB071 /* MulticastDelegateDemo */,
CF59E1E41C318EAE002CB071 /* MulticastDelegateDemoTests */,
00C0F00D203E1F960033F08F /* MulticastDelegate-macOS */,
14D2232122AE8A4500D2D871 /* MulticastDelegateSwift iOS */,
CF59E1CE1C318EAE002CB071 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -100,6 +122,7 @@
CF59E1CD1C318EAE002CB071 /* MulticastDelegateDemo.app */,
CF59E1E11C318EAE002CB071 /* MulticastDelegateDemoTests.xctest */,
00C0F00C203E1F960033F08F /* MulticastDelegateSwift.framework */,
14D2232022AE8A4500D2D871 /* MulticastDelegateSwift_iOS.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -147,6 +170,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
14D2231B22AE8A4500D2D871 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
14D2232422AE8A4500D2D871 /* MulticastDelegateSwift_iOS.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
Expand All @@ -168,6 +199,24 @@
productReference = 00C0F00C203E1F960033F08F /* MulticastDelegateSwift.framework */;
productType = "com.apple.product-type.framework";
};
14D2231F22AE8A4500D2D871 /* MulticastDelegateSwift iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 14D2232522AE8A4500D2D871 /* Build configuration list for PBXNativeTarget "MulticastDelegateSwift iOS" */;
buildPhases = (
14D2231B22AE8A4500D2D871 /* Headers */,
14D2231C22AE8A4500D2D871 /* Sources */,
14D2231D22AE8A4500D2D871 /* Frameworks */,
14D2231E22AE8A4500D2D871 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "MulticastDelegateSwift iOS";
productName = "MulticastDelegateSwift iOS";
productReference = 14D2232022AE8A4500D2D871 /* MulticastDelegateSwift_iOS.framework */;
productType = "com.apple.product-type.framework";
};
CF59E1CC1C318EAE002CB071 /* MulticastDelegateDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = CF59E1EA1C318EAE002CB071 /* Build configuration list for PBXNativeTarget "MulticastDelegateDemo" */;
Expand Down Expand Up @@ -217,6 +266,10 @@
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
14D2231F22AE8A4500D2D871 = {
CreatedOnToolsVersion = 10.2.1;
ProvisioningStyle = Automatic;
};
CF59E1CC1C318EAE002CB071 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 1020;
Expand Down Expand Up @@ -244,6 +297,7 @@
CF59E1CC1C318EAE002CB071 /* MulticastDelegateDemo */,
CF59E1E01C318EAE002CB071 /* MulticastDelegateDemoTests */,
00C0F00B203E1F960033F08F /* MulticastDelegateSwift */,
14D2231F22AE8A4500D2D871 /* MulticastDelegateSwift iOS */,
);
};
/* End PBXProject section */
Expand All @@ -256,6 +310,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
14D2231E22AE8A4500D2D871 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
CF59E1CB1C318EAE002CB071 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -284,6 +345,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
14D2231C22AE8A4500D2D871 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
14D2232922AEB19800D2D871 /* MulticastDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
CF59E1C91C318EAE002CB071 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -414,6 +483,73 @@
};
name = Release;
};
14D2232622AE8A4500D2D871 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = "MulticastDelegateSwift iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "Joao-Nunes.MulticastDelegateSwift-iOS";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
14D2232722AE8A4500D2D871 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = "MulticastDelegateSwift iOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "Joao-Nunes.MulticastDelegateSwift-iOS";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
CF59E1E81C318EAE002CB071 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -581,6 +717,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
14D2232522AE8A4500D2D871 /* Build configuration list for PBXNativeTarget "MulticastDelegateSwift iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
14D2232622AE8A4500D2D871 /* Debug */,
14D2232722AE8A4500D2D871 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CF59E1C81C318EAE002CB071 /* Build configuration list for PBXProject "MulticastDelegateDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14D2231F22AE8A4500D2D871"
BuildableName = "MulticastDelegateSwift_iOS.framework"
BlueprintName = "MulticastDelegateSwift iOS"
ReferencedContainer = "container:MulticastDelegateDemo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14D2230E22AE80FB00D2D871"
BuildableName = "MulticastDelegateSwift iOS2.framework"
BlueprintName = "MulticastDelegateSwift iOS2"
ReferencedContainer = "container:MulticastDelegateDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
26 changes: 26 additions & 0 deletions MulticastDelegateDemo/MulticastDelegateSwift-Info-iOS.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Joao Nunes. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
24 changes: 24 additions & 0 deletions MulticastDelegateSwift iOS/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Joao Nunes. All rights reserved.</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions MulticastDelegateSwift iOS/MulticastDelegateSwift_iOS.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// MulticastDelegateSwift_iOS.h
// MulticastDelegateSwift iOS
//
// Created by Anton Sokolchenko on 6/10/19.
// Copyright © 2019 Joao Nunes. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for MulticastDelegateSwift_iOS.
FOUNDATION_EXPORT double MulticastDelegateSwift_iOSVersionNumber;

//! Project version string for MulticastDelegateSwift_iOS.
FOUNDATION_EXPORT const unsigned char MulticastDelegateSwift_iOSVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <MulticastDelegateSwift_iOS/PublicHeader.h>