Skip to content

Commit ccb6294

Browse files
committed
Attach renamed framework to the samples
1 parent 1c46ced commit ccb6294

File tree

7 files changed

+102
-7
lines changed

7 files changed

+102
-7
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
1107472C1F44986500150955 /* UserReport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1107472B1F44986500150955 /* UserReport.framework */; };
1110
1115E4FA1F72866D00ED6F6B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1115E4F81F72862F00ED6F6B /* Main.storyboard */; };
1211
11297A161F68080E0033E3E8 /* TimeInterval+stringTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11297A151F68080E0033E3E8 /* TimeInterval+stringTime.swift */; };
1312
1141EF421F62CE170011D10F /* ShadowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1141EF411F62CE170011D10F /* ShadowView.swift */; };
@@ -17,6 +16,7 @@
1716
116BD15A1F58130A00D2386B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 116BD14F1F58130A00D2386B /* ViewController.swift */; };
1817
116BD15B1F58130A00D2386B /* VerticalButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 116BD1511F58130A00D2386B /* VerticalButton.swift */; };
1918
116BD1681F5814C500D2386B /* UserReport_ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 116BD1541F58130A00D2386B /* UserReport_ExampleTests.swift */; };
19+
325E737B240165B20015F9C6 /* UserReportSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325E737A240165B20015F9C6 /* UserReportSDK.framework */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXContainerItemProxy section */
@@ -45,14 +45,15 @@
4545
116BD1511F58130A00D2386B /* VerticalButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalButton.swift; sourceTree = "<group>"; };
4646
116BD1531F58130A00D2386B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4747
116BD1541F58130A00D2386B /* UserReport_ExampleTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserReport_ExampleTests.swift; sourceTree = "<group>"; };
48+
325E737A240165B20015F9C6 /* UserReportSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UserReportSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4849
/* End PBXFileReference section */
4950

5051
/* Begin PBXFrameworksBuildPhase section */
5152
110746E01F4492E700150955 /* Frameworks */ = {
5253
isa = PBXFrameworksBuildPhase;
5354
buildActionMask = 2147483647;
5455
files = (
55-
1107472C1F44986500150955 /* UserReport.framework in Frameworks */,
56+
325E737B240165B20015F9C6 /* UserReportSDK.framework in Frameworks */,
5657
);
5758
runOnlyForDeploymentPostprocessing = 0;
5859
};
@@ -88,6 +89,7 @@
8889
1107472A1F44986500150955 /* Frameworks */ = {
8990
isa = PBXGroup;
9091
children = (
92+
325E737A240165B20015F9C6 /* UserReportSDK.framework */,
9193
1115E5011F728B6D00ED6F6B /* MobileCoreServices.framework */,
9294
1107472B1F44986500150955 /* UserReport.framework */,
9395
);

Example_Objective-C/Example_Objective-C.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
116C895C2305A85D003E17E5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 116C895B2305A85D003E17E5 /* Assets.xcassets */; };
1515
116C895F2305A85D003E17E5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 116C895D2305A85D003E17E5 /* LaunchScreen.storyboard */; };
1616
116C89622305A85D003E17E5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 116C89612305A85D003E17E5 /* main.m */; };
17-
116C896C2305AA23003E17E5 /* UserReport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 116C896B2305AA23003E17E5 /* UserReport.framework */; };
1817
116C89752305BBF7003E17E5 /* VerticalButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 116C89742305BBF7003E17E5 /* VerticalButton.m */; };
18+
325E737F240165F90015F9C6 /* UserReportSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 325E737E240165F90015F9C6 /* UserReportSDK.framework */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
@@ -34,14 +34,15 @@
3434
116C896B2305AA23003E17E5 /* UserReport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UserReport.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3535
116C89732305BBF7003E17E5 /* VerticalButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VerticalButton.h; sourceTree = "<group>"; };
3636
116C89742305BBF7003E17E5 /* VerticalButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VerticalButton.m; sourceTree = "<group>"; };
37+
325E737E240165F90015F9C6 /* UserReportSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UserReportSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3738
/* End PBXFileReference section */
3839

3940
/* Begin PBXFrameworksBuildPhase section */
4041
116C894C2305A85B003E17E5 /* Frameworks */ = {
4142
isa = PBXFrameworksBuildPhase;
4243
buildActionMask = 2147483647;
4344
files = (
44-
116C896C2305AA23003E17E5 /* UserReport.framework in Frameworks */,
45+
325E737F240165F90015F9C6 /* UserReportSDK.framework in Frameworks */,
4546
);
4647
runOnlyForDeploymentPostprocessing = 0;
4748
};
@@ -94,6 +95,7 @@
9495
116C896A2305AA23003E17E5 /* Frameworks */ = {
9596
isa = PBXGroup;
9697
children = (
98+
325E737E240165F90015F9C6 /* UserReportSDK.framework */,
9799
116C896B2305AA23003E17E5 /* UserReport.framework */,
98100
);
99101
name = Frameworks;
@@ -332,7 +334,6 @@
332334
116C89662305A85D003E17E5 /* Debug */ = {
333335
isa = XCBuildConfiguration;
334336
buildSettings = {
335-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
336337
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
337338
CODE_SIGN_STYLE = Automatic;
338339
DEFINES_MODULE = NO;
@@ -350,7 +351,6 @@
350351
116C89672305A85D003E17E5 /* Release */ = {
351352
isa = XCBuildConfiguration;
352353
buildSettings = {
353-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
354354
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
355355
CODE_SIGN_STYLE = Automatic;
356356
DEFINES_MODULE = NO;

UserReport/UserReport/Models/Device.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
import Foundation
6+
import UIKit
67

78
/**
89
* Information about the current device

UserReport/UserReport/Session/Session.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
import Foundation
6+
import UIKit
67

78
/**
89
* Class stores the data on the count of screens viewed and the time the application is used

UserReport/UserReport/UserReport.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
import Foundation
6+
import UIKit
67

78
/// Display style of the survey view on the screen
89
@objc public enum DisplayMode: Int {
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1130"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "110746BF1F44921900150955"
18+
BuildableName = "UserReportSDK.framework"
19+
BlueprintName = "UserReportSDK"
20+
ReferencedContainer = "container:UserReportSDK.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "110746C81F44921900150955"
36+
BuildableName = "Tests.xctest"
37+
BlueprintName = "Tests"
38+
ReferencedContainer = "container:UserReportSDK.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
</TestAction>
43+
<LaunchAction
44+
buildConfiguration = "Debug"
45+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
46+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
launchStyle = "0"
48+
useCustomWorkingDirectory = "NO"
49+
ignoresPersistentStateOnLaunch = "NO"
50+
debugDocumentVersioning = "YES"
51+
debugServiceExtension = "internal"
52+
allowLocationSimulation = "YES">
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<MacroExpansion>
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "110746BF1F44921900150955"
64+
BuildableName = "UserReportSDK.framework"
65+
BlueprintName = "UserReportSDK"
66+
ReferencedContainer = "container:UserReportSDK.xcodeproj">
67+
</BuildableReference>
68+
</MacroExpansion>
69+
</ProfileAction>
70+
<AnalyzeAction
71+
buildConfiguration = "Debug">
72+
</AnalyzeAction>
73+
<ArchiveAction
74+
buildConfiguration = "Release"
75+
revealArchiveInOrganizer = "YES">
76+
</ArchiveAction>
77+
</Scheme>

UserReport/UserReportSDK.xcodeproj/xcuserdata/atu.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>UserReport.xcscheme_^#shared#^_</key>
7+
<key>UserReportSDK.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>2</integer>
1111
</dict>
1212
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>110746BF1F44921900150955</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
<key>110746C81F44921900150955</key>
21+
<dict>
22+
<key>primary</key>
23+
<true/>
24+
</dict>
25+
</dict>
1326
</dict>
1427
</plist>

0 commit comments

Comments
 (0)