Skip to content

Commit

Permalink
updated example Example app integration with cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jun 7, 2024
1 parent e7cdd1b commit b5879ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 18 additions & 4 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* Begin PBXBuildFile section */
5806DE7529774E0700C18FFA /* ProductViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5806DE7429774E0700C18FFA /* ProductViewController.m */; };
5806DE7629774E0700C18FFA /* ProductViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5806DE7429774E0700C18FFA /* ProductViewController.m */; };
58317968292EEEAA0003D6B0 /* (null) in Sources */ = {isa = PBXBuildFile; };
58317968292EEEAA0003D6B0 /* BuildFile in Sources */ = {isa = PBXBuildFile; };
58317969292EEEAA0003D6B0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CCAF5628DCDE57007620BD /* ViewController.m */; };
5831796A292EEEAA0003D6B0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CCAF5028DCDE57007620BD /* AppDelegate.m */; };
5831796D292EEEAA0003D6B0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CCAF6128DCDE5A007620BD /* main.m */; };
Expand All @@ -19,7 +19,7 @@
58317974292EEEAA0003D6B0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 69CCAF5828DCDE57007620BD /* Main.storyboard */; };
588B597529B94AB100E3BA33 /* attentive_ios_sdk_framework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 588B597429B94AB100E3BA33 /* attentive_ios_sdk_framework.framework */; };
588B597629B94AB100E3BA33 /* attentive_ios_sdk_framework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 588B597429B94AB100E3BA33 /* attentive_ios_sdk_framework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
58D52E3F292EDA1600CF32DE /* (null) in Sources */ = {isa = PBXBuildFile; };
58D52E3F292EDA1600CF32DE /* BuildFile in Sources */ = {isa = PBXBuildFile; };
69CCAF5128DCDE57007620BD /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CCAF5028DCDE57007620BD /* AppDelegate.m */; };
69CCAF5428DCDE57007620BD /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CCAF5328DCDE57007620BD /* SceneDelegate.m */; };
69CCAF5728DCDE57007620BD /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CCAF5628DCDE57007620BD /* ViewController.m */; };
Expand Down Expand Up @@ -83,6 +83,7 @@
69CCAF6028DCDE5A007620BD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
69CCAF6128DCDE5A007620BD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
69D3C149299EF2D10027934F /* CreativeUITest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CreativeUITest.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
FB6723742C134C13008D5516 /* Example - Pod-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Example - Pod-Bridging-Header.h"; sourceTree = "<group>"; };
FB90EF102C10AE66004DFC4A /* CreativeUITest-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CreativeUITest-Bridging-Header.h"; sourceTree = "<group>"; };
FB90EF112C10AE66004DFC4A /* CreativeUITest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreativeUITest.swift; sourceTree = "<group>"; };
FB90EF142C10B871004DFC4A /* HomePage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomePage.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -177,6 +178,7 @@
5806DE7329774E0700C18FFA /* ProductViewController.h */,
5806DE7429774E0700C18FFA /* ProductViewController.m */,
583179B1292F60460003D6B0 /* ImportAttentiveSDK.h */,
FB6723742C134C13008D5516 /* Example - Pod-Bridging-Header.h */,
);
path = Example;
sourceTree = "<group>";
Expand Down Expand Up @@ -296,6 +298,7 @@
TargetAttributes = {
69CCAF4B28DCDE57007620BD = {
CreatedOnToolsVersion = 13.2;
LastSwiftMigration = 1540;
};
69D3C148299EF2D10027934F = {
CreatedOnToolsVersion = 14.2;
Expand Down Expand Up @@ -360,7 +363,7 @@
buildActionMask = 2147483647;
files = (
5806DE7629774E0700C18FFA /* ProductViewController.m in Sources */,
58317968292EEEAA0003D6B0 /* (null) in Sources */,
58317968292EEEAA0003D6B0 /* BuildFile in Sources */,
58317969292EEEAA0003D6B0 /* ViewController.m in Sources */,
5831796A292EEEAA0003D6B0 /* AppDelegate.m in Sources */,
5831796D292EEEAA0003D6B0 /* main.m in Sources */,
Expand All @@ -373,7 +376,7 @@
buildActionMask = 2147483647;
files = (
5806DE7529774E0700C18FFA /* ProductViewController.m in Sources */,
58D52E3F292EDA1600CF32DE /* (null) in Sources */,
58D52E3F292EDA1600CF32DE /* BuildFile in Sources */,
69CCAF5728DCDE57007620BD /* ViewController.m in Sources */,
69CCAF5128DCDE57007620BD /* AppDelegate.m in Sources */,
69CCAF6228DCDE5A007620BD /* main.m in Sources */,
Expand Down Expand Up @@ -604,10 +607,13 @@
69CCAF6628DCDE5A007620BD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = SP5WN9647Z;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Info.plist;
Expand All @@ -626,17 +632,23 @@
PRODUCT_BUNDLE_IDENTIFIER = com.attentive.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Example/Example - Pod-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
69CCAF6728DCDE5A007620BD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Info.plist;
Expand All @@ -655,6 +667,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.attentive.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Example/Example - Pod-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
Expand Down
4 changes: 4 additions & 0 deletions Example/Example/Example - Pod-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//

0 comments on commit b5879ea

Please sign in to comment.