Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Sep 11, 2023
1 parent 737ff29 commit f141b70
Show file tree
Hide file tree
Showing 38 changed files with 28 additions and 810 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,10 +14,10 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A76A15B228F43C9300086B38"
BuildableName = "LookinDemoSwift.app"
BlueprintName = "LookinDemoSwift"
ReferencedContainer = "container:LookinDemoSwift.xcodeproj">
BlueprintIdentifier = "A76A158D28F43C5A00086B38"
BuildableName = "LookinDemoOC.app"
BlueprintName = "LookinDemoOC"
ReferencedContainer = "container:LookinDemoOC.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand All @@ -44,10 +44,10 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A76A15B228F43C9300086B38"
BuildableName = "LookinDemoSwift.app"
BlueprintName = "LookinDemoSwift"
ReferencedContainer = "container:LookinDemoSwift.xcodeproj">
BlueprintIdentifier = "A76A158D28F43C5A00086B38"
BuildableName = "LookinDemoOC.app"
BlueprintName = "LookinDemoOC"
ReferencedContainer = "container:LookinDemoOC.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -61,10 +61,10 @@
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A76A15B228F43C9300086B38"
BuildableName = "LookinDemoSwift.app"
BlueprintName = "LookinDemoSwift"
ReferencedContainer = "container:LookinDemoSwift.xcodeproj">
BlueprintIdentifier = "A76A158D28F43C5A00086B38"
BuildableName = "LookinDemoOC.app"
BlueprintName = "LookinDemoOC"
ReferencedContainer = "container:LookinDemoOC.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
2 changes: 1 addition & 1 deletion LookinDemo/OC_Pod/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use_frameworks!

target 'LookinDemoOC' do
pod 'LookinServer', :path=>'../../'
pod 'LookinServer', subspecs=>'[', :path=>'../../'
end
10 changes: 5 additions & 5 deletions LookinDemo/OC_Pod/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- LookinServer (1.1.8):
- LookinServer/Core (= 1.1.8)
- LookinServer/Core (1.1.8)
- LookinServer (1.1.9):
- LookinServer/Core (= 1.1.9)
- LookinServer/Core (1.1.9)

DEPENDENCIES:
- LookinServer (from `../../`)
Expand All @@ -11,8 +11,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
LookinServer: 34c2773d2bc9c9ca0bfb963ec318a664ecdfda69
LookinServer: 2e633551ca5e6f24ecf055c5035f9dca8c3b8ddf

PODFILE CHECKSUM: c1b5f203c9e81bcbf3888ba95a03c31e2435a4f7

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,13 @@
A76A15AF28F43C9300086B38 /* Sources */,
A76A15B028F43C9300086B38 /* Frameworks */,
A76A15B128F43C9300086B38 /* Resources */,
83EB438536D18ED0BB502D3A /* [CP] Embed Pods Frameworks */,
2F522320EF12A19C05C32C14 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = LookinDemoSwift;
packageProductDependencies = (
);
productName = LookinDemoSwift;
productReference = A76A15B328F43C9300086B38 /* LookinDemoSwift.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -139,8 +137,6 @@
Base,
);
mainGroup = A76A15AA28F43C9300086B38;
packageReferences = (
);
productRefGroup = A76A15B428F43C9300086B38 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand All @@ -164,7 +160,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
83EB438536D18ED0BB502D3A /* [CP] Embed Pods Frameworks */ = {
2F522320EF12A19C05C32C14 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- LookinServer/Core (1.1.8)
- LookinServer/NoHook (1.1.8):
- LookinServer/Core (1.1.9)
- LookinServer/NoHook (1.1.9):
- LookinServer/Core
- LookinServer/Swift (1.1.8):
- LookinServer/Swift (1.1.9):
- LookinServer/Core

DEPENDENCIES:
Expand All @@ -14,8 +14,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
LookinServer: 34c2773d2bc9c9ca0bfb963ec318a664ecdfda69
LookinServer: 2e633551ca5e6f24ecf055c5035f9dca8c3b8ddf

PODFILE CHECKSUM: 8ab312072fdc7bd8a7817413823a686536792c00

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
5 changes: 0 additions & 5 deletions LookinDemo/Swift_Pod_Hook/Podfile

This file was deleted.

18 changes: 0 additions & 18 deletions LookinDemo/Swift_Pod_Hook/Podfile.lock

This file was deleted.

Loading

0 comments on commit f141b70

Please sign in to comment.