Skip to content

Commit 309f039

Browse files
committed
Removed Reveal framework integration
1 parent a436e4d commit 309f039

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

TOPasscodeViewControllerExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
/* Begin PBXFileReference section */
5353
2205DFB91EDF42A00071BC7F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
5454
221D96E11EDC03FF004314BF /* LocalAuthentication.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LocalAuthentication.framework; path = System/Library/Frameworks/LocalAuthentication.framework; sourceTree = SDKROOT; };
55-
224E40CF1F3449E100C03A79 /* RevealServer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RevealServer.framework; sourceTree = "<group>"; };
5655
226EFC011EE3FA490033B079 /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = "<group>"; };
5756
226EFC021EE3FA490033B079 /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = "<group>"; };
5857
2271931B1EE3E0D4000324B7 /* TOBlurView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TOBlurView.h; sourceTree = "<group>"; };
@@ -131,7 +130,6 @@
131130
221D96E01EDC03FF004314BF /* Frameworks */ = {
132131
isa = PBXGroup;
133132
children = (
134-
224E40CF1F3449E100C03A79 /* RevealServer.framework */,
135133
2205DFB91EDF42A00071BC7F /* AudioToolbox.framework */,
136134
221D96E11EDC03FF004314BF /* LocalAuthentication.framework */,
137135
);
@@ -569,11 +567,7 @@
569567
INFOPLIST_FILE = "$(SRCROOT)/TOPasscodeViewControllerExample/Info.plist";
570568
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
571569
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
572-
OTHER_LDFLAGS = (
573-
"-ObjC",
574-
"-weak_framework",
575-
RevealServer,
576-
);
570+
OTHER_LDFLAGS = "";
577571
PRODUCT_BUNDLE_IDENTIFIER = co.timoliver.TOPasscodeViewControllerExample;
578572
PRODUCT_NAME = "$(TARGET_NAME)";
579573
TARGETED_DEVICE_FAMILY = "1,2";
@@ -592,11 +586,7 @@
592586
INFOPLIST_FILE = "$(SRCROOT)/TOPasscodeViewControllerExample/Info.plist";
593587
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
594588
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
595-
OTHER_LDFLAGS = (
596-
"-ObjC",
597-
"-weak_framework",
598-
RevealServer,
599-
);
589+
OTHER_LDFLAGS = "";
600590
PRODUCT_BUNDLE_IDENTIFIER = co.timoliver.TOPasscodeViewControllerExample;
601591
PRODUCT_NAME = "$(TARGET_NAME)";
602592
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)