Skip to content

Commit e340c6c

Browse files
committed
Update framework
1 parent fb6e1a6 commit e340c6c

File tree

9 files changed

+9
-7
lines changed

9 files changed

+9
-7
lines changed

Example/DemoApp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
12261FFA2322AD32003E0E35 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12261FF92322AD32003E0E35 /* AppDelegate.swift */; };
1111
12261FFC2322AD32003E0E35 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12261FFB2322AD32003E0E35 /* ViewController.swift */; };
1212
12261FFF2322AD32003E0E35 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 12261FFD2322AD32003E0E35 /* Main.storyboard */; };
13-
1242B24E233A45D7003B0483 /* WombatAuth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1242B24D233A45D7003B0483 /* WombatAuth.framework */; };
14-
1242B24F233A45D7003B0483 /* WombatAuth.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1242B24D233A45D7003B0483 /* WombatAuth.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
13+
12A8DADC233BF5AF006852E7 /* WombatAuth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12A8DADB233BF5AF006852E7 /* WombatAuth.framework */; };
14+
12A8DADD233BF5AF006852E7 /* WombatAuth.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 12A8DADB233BF5AF006852E7 /* WombatAuth.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXCopyFilesBuildPhase section */
@@ -21,7 +21,7 @@
2121
dstPath = "";
2222
dstSubfolderSpec = 10;
2323
files = (
24-
1242B24F233A45D7003B0483 /* WombatAuth.framework in Embed Frameworks */,
24+
12A8DADD233BF5AF006852E7 /* WombatAuth.framework in Embed Frameworks */,
2525
);
2626
name = "Embed Frameworks";
2727
runOnlyForDeploymentPostprocessing = 0;
@@ -34,15 +34,15 @@
3434
12261FFB2322AD32003E0E35 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3535
12261FFE2322AD32003E0E35 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3636
122620052322AD35003E0E35 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
37-
1242B24D233A45D7003B0483 /* WombatAuth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WombatAuth.framework; sourceTree = "<group>"; };
37+
12A8DADB233BF5AF006852E7 /* WombatAuth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WombatAuth.framework; sourceTree = "<group>"; };
3838
/* End PBXFileReference section */
3939

4040
/* Begin PBXFrameworksBuildPhase section */
4141
12261FF32322AD32003E0E35 /* Frameworks */ = {
4242
isa = PBXFrameworksBuildPhase;
4343
buildActionMask = 2147483647;
4444
files = (
45-
1242B24E233A45D7003B0483 /* WombatAuth.framework in Frameworks */,
45+
12A8DADC233BF5AF006852E7 /* WombatAuth.framework in Frameworks */,
4646
);
4747
runOnlyForDeploymentPostprocessing = 0;
4848
};
@@ -52,7 +52,7 @@
5252
12261FED2322AD32003E0E35 = {
5353
isa = PBXGroup;
5454
children = (
55-
1242B24D233A45D7003B0483 /* WombatAuth.framework */,
55+
12A8DADB233BF5AF006852E7 /* WombatAuth.framework */,
5656
12261FF82322AD32003E0E35 /* DemoApp */,
5757
12261FF72322AD32003E0E35 /* Products */,
5858
);

Example/WombatAuth.framework/Headers/WombatAuth-Swift.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) WombatAuth *
287287
/// Place this in <code>application(_:open:options:)</code>
288288
/// \param url The URL resource
289289
///
290+
/// \param options A dictionary of URL handling options
291+
///
290292
/// \param completion A block object to be executed when the URL is processed
291293
///
292294
///
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-16.5 KB
Binary file not shown.

WombatAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WombatAuth"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.platform = :ios, "12"
55
s.swift_version = "5"
66

0 commit comments

Comments
 (0)