Skip to content

Commit a962c45

Browse files
committed
AppResign & loadCycript.dylib
1 parent 9f72fc8 commit a962c45

File tree

38 files changed

+2359
-1
lines changed

38 files changed

+2359
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
BBBFAE261D06B5CD0041F3FB /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBBFAE251D06B5CD0041F3FB /* main.swift */; };
11+
BBBFAE2F1D06B7CF0041F3FB /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBBFAE2E1D06B7CF0041F3FB /* Extension.swift */; };
12+
BBBFAE311D06BCBF0041F3FB /* ProvisioningProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBBFAE301D06BCBF0041F3FB /* ProvisioningProfile.swift */; };
13+
BBE8C3731D0BD7400027C78C /* AppResign.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE8C3721D0BD7400027C78C /* AppResign.swift */; };
14+
/* End PBXBuildFile section */
15+
16+
/* Begin PBXCopyFilesBuildPhase section */
17+
BBBFAE201D06B5CD0041F3FB /* CopyFiles */ = {
18+
isa = PBXCopyFilesBuildPhase;
19+
buildActionMask = 2147483647;
20+
dstPath = /usr/share/man/man1/;
21+
dstSubfolderSpec = 0;
22+
files = (
23+
);
24+
runOnlyForDeploymentPostprocessing = 1;
25+
};
26+
/* End PBXCopyFilesBuildPhase section */
27+
28+
/* Begin PBXFileReference section */
29+
BBBFAE221D06B5CD0041F3FB /* AppResign */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AppResign; sourceTree = BUILT_PRODUCTS_DIR; };
30+
BBBFAE251D06B5CD0041F3FB /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
31+
BBBFAE2E1D06B7CF0041F3FB /* Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extension.swift; sourceTree = "<group>"; };
32+
BBBFAE301D06BCBF0041F3FB /* ProvisioningProfile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProvisioningProfile.swift; sourceTree = "<group>"; };
33+
BBE8C3721D0BD7400027C78C /* AppResign.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppResign.swift; sourceTree = "<group>"; };
34+
/* End PBXFileReference section */
35+
36+
/* Begin PBXFrameworksBuildPhase section */
37+
BBBFAE1F1D06B5CD0041F3FB /* Frameworks */ = {
38+
isa = PBXFrameworksBuildPhase;
39+
buildActionMask = 2147483647;
40+
files = (
41+
);
42+
runOnlyForDeploymentPostprocessing = 0;
43+
};
44+
/* End PBXFrameworksBuildPhase section */
45+
46+
/* Begin PBXGroup section */
47+
BBBFAE191D06B5CD0041F3FB = {
48+
isa = PBXGroup;
49+
children = (
50+
BBBFAE241D06B5CD0041F3FB /* AppResign */,
51+
BBBFAE231D06B5CD0041F3FB /* Products */,
52+
);
53+
sourceTree = "<group>";
54+
};
55+
BBBFAE231D06B5CD0041F3FB /* Products */ = {
56+
isa = PBXGroup;
57+
children = (
58+
BBBFAE221D06B5CD0041F3FB /* AppResign */,
59+
);
60+
name = Products;
61+
sourceTree = "<group>";
62+
};
63+
BBBFAE241D06B5CD0041F3FB /* AppResign */ = {
64+
isa = PBXGroup;
65+
children = (
66+
BBBFAE251D06B5CD0041F3FB /* main.swift */,
67+
BBE8C3721D0BD7400027C78C /* AppResign.swift */,
68+
BBBFAE301D06BCBF0041F3FB /* ProvisioningProfile.swift */,
69+
BBBFAE2E1D06B7CF0041F3FB /* Extension.swift */,
70+
);
71+
path = AppResign;
72+
sourceTree = "<group>";
73+
};
74+
/* End PBXGroup section */
75+
76+
/* Begin PBXNativeTarget section */
77+
BBBFAE211D06B5CD0041F3FB /* AppResign */ = {
78+
isa = PBXNativeTarget;
79+
buildConfigurationList = BBBFAE291D06B5CD0041F3FB /* Build configuration list for PBXNativeTarget "AppResign" */;
80+
buildPhases = (
81+
BBBFAE1E1D06B5CD0041F3FB /* Sources */,
82+
BBBFAE1F1D06B5CD0041F3FB /* Frameworks */,
83+
BBBFAE201D06B5CD0041F3FB /* CopyFiles */,
84+
);
85+
buildRules = (
86+
);
87+
dependencies = (
88+
);
89+
name = AppResign;
90+
productName = AppResign;
91+
productReference = BBBFAE221D06B5CD0041F3FB /* AppResign */;
92+
productType = "com.apple.product-type.tool";
93+
};
94+
/* End PBXNativeTarget section */
95+
96+
/* Begin PBXProject section */
97+
BBBFAE1A1D06B5CD0041F3FB /* Project object */ = {
98+
isa = PBXProject;
99+
attributes = {
100+
LastSwiftUpdateCheck = 0730;
101+
LastUpgradeCheck = 0730;
102+
ORGANIZATIONNAME = Eular;
103+
TargetAttributes = {
104+
BBBFAE211D06B5CD0041F3FB = {
105+
CreatedOnToolsVersion = 7.3.1;
106+
};
107+
};
108+
};
109+
buildConfigurationList = BBBFAE1D1D06B5CD0041F3FB /* Build configuration list for PBXProject "AppResign" */;
110+
compatibilityVersion = "Xcode 3.2";
111+
developmentRegion = English;
112+
hasScannedForEncodings = 0;
113+
knownRegions = (
114+
en,
115+
);
116+
mainGroup = BBBFAE191D06B5CD0041F3FB;
117+
productRefGroup = BBBFAE231D06B5CD0041F3FB /* Products */;
118+
projectDirPath = "";
119+
projectRoot = "";
120+
targets = (
121+
BBBFAE211D06B5CD0041F3FB /* AppResign */,
122+
);
123+
};
124+
/* End PBXProject section */
125+
126+
/* Begin PBXSourcesBuildPhase section */
127+
BBBFAE1E1D06B5CD0041F3FB /* Sources */ = {
128+
isa = PBXSourcesBuildPhase;
129+
buildActionMask = 2147483647;
130+
files = (
131+
BBBFAE311D06BCBF0041F3FB /* ProvisioningProfile.swift in Sources */,
132+
BBBFAE2F1D06B7CF0041F3FB /* Extension.swift in Sources */,
133+
BBE8C3731D0BD7400027C78C /* AppResign.swift in Sources */,
134+
BBBFAE261D06B5CD0041F3FB /* main.swift in Sources */,
135+
);
136+
runOnlyForDeploymentPostprocessing = 0;
137+
};
138+
/* End PBXSourcesBuildPhase section */
139+
140+
/* Begin XCBuildConfiguration section */
141+
BBBFAE271D06B5CD0041F3FB /* Debug */ = {
142+
isa = XCBuildConfiguration;
143+
buildSettings = {
144+
ALWAYS_SEARCH_USER_PATHS = NO;
145+
CLANG_ANALYZER_NONNULL = YES;
146+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
147+
CLANG_CXX_LIBRARY = "libc++";
148+
CLANG_ENABLE_MODULES = YES;
149+
CLANG_ENABLE_OBJC_ARC = YES;
150+
CLANG_WARN_BOOL_CONVERSION = YES;
151+
CLANG_WARN_CONSTANT_CONVERSION = YES;
152+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
153+
CLANG_WARN_EMPTY_BODY = YES;
154+
CLANG_WARN_ENUM_CONVERSION = YES;
155+
CLANG_WARN_INT_CONVERSION = YES;
156+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
157+
CLANG_WARN_UNREACHABLE_CODE = YES;
158+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
159+
CODE_SIGN_IDENTITY = "-";
160+
COPY_PHASE_STRIP = NO;
161+
DEBUG_INFORMATION_FORMAT = dwarf;
162+
ENABLE_STRICT_OBJC_MSGSEND = YES;
163+
ENABLE_TESTABILITY = YES;
164+
GCC_C_LANGUAGE_STANDARD = gnu99;
165+
GCC_DYNAMIC_NO_PIC = NO;
166+
GCC_NO_COMMON_BLOCKS = YES;
167+
GCC_OPTIMIZATION_LEVEL = 0;
168+
GCC_PREPROCESSOR_DEFINITIONS = (
169+
"DEBUG=1",
170+
"$(inherited)",
171+
);
172+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
173+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
174+
GCC_WARN_UNDECLARED_SELECTOR = YES;
175+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
176+
GCC_WARN_UNUSED_FUNCTION = YES;
177+
GCC_WARN_UNUSED_VARIABLE = YES;
178+
MACOSX_DEPLOYMENT_TARGET = 10.11;
179+
MTL_ENABLE_DEBUG_INFO = YES;
180+
ONLY_ACTIVE_ARCH = YES;
181+
SDKROOT = macosx;
182+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
183+
};
184+
name = Debug;
185+
};
186+
BBBFAE281D06B5CD0041F3FB /* Release */ = {
187+
isa = XCBuildConfiguration;
188+
buildSettings = {
189+
ALWAYS_SEARCH_USER_PATHS = NO;
190+
CLANG_ANALYZER_NONNULL = YES;
191+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
192+
CLANG_CXX_LIBRARY = "libc++";
193+
CLANG_ENABLE_MODULES = YES;
194+
CLANG_ENABLE_OBJC_ARC = YES;
195+
CLANG_WARN_BOOL_CONVERSION = YES;
196+
CLANG_WARN_CONSTANT_CONVERSION = YES;
197+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
198+
CLANG_WARN_EMPTY_BODY = YES;
199+
CLANG_WARN_ENUM_CONVERSION = YES;
200+
CLANG_WARN_INT_CONVERSION = YES;
201+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
202+
CLANG_WARN_UNREACHABLE_CODE = YES;
203+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
204+
CODE_SIGN_IDENTITY = "-";
205+
COPY_PHASE_STRIP = NO;
206+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
207+
ENABLE_NS_ASSERTIONS = NO;
208+
ENABLE_STRICT_OBJC_MSGSEND = YES;
209+
GCC_C_LANGUAGE_STANDARD = gnu99;
210+
GCC_NO_COMMON_BLOCKS = YES;
211+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
212+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
213+
GCC_WARN_UNDECLARED_SELECTOR = YES;
214+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215+
GCC_WARN_UNUSED_FUNCTION = YES;
216+
GCC_WARN_UNUSED_VARIABLE = YES;
217+
MACOSX_DEPLOYMENT_TARGET = 10.11;
218+
MTL_ENABLE_DEBUG_INFO = NO;
219+
SDKROOT = macosx;
220+
};
221+
name = Release;
222+
};
223+
BBBFAE2A1D06B5CD0041F3FB /* Debug */ = {
224+
isa = XCBuildConfiguration;
225+
buildSettings = {
226+
PRODUCT_NAME = "$(TARGET_NAME)";
227+
};
228+
name = Debug;
229+
};
230+
BBBFAE2B1D06B5CD0041F3FB /* Release */ = {
231+
isa = XCBuildConfiguration;
232+
buildSettings = {
233+
PRODUCT_NAME = "$(TARGET_NAME)";
234+
};
235+
name = Release;
236+
};
237+
/* End XCBuildConfiguration section */
238+
239+
/* Begin XCConfigurationList section */
240+
BBBFAE1D1D06B5CD0041F3FB /* Build configuration list for PBXProject "AppResign" */ = {
241+
isa = XCConfigurationList;
242+
buildConfigurations = (
243+
BBBFAE271D06B5CD0041F3FB /* Debug */,
244+
BBBFAE281D06B5CD0041F3FB /* Release */,
245+
);
246+
defaultConfigurationIsVisible = 0;
247+
defaultConfigurationName = Release;
248+
};
249+
BBBFAE291D06B5CD0041F3FB /* Build configuration list for PBXNativeTarget "AppResign" */ = {
250+
isa = XCConfigurationList;
251+
buildConfigurations = (
252+
BBBFAE2A1D06B5CD0041F3FB /* Debug */,
253+
BBBFAE2B1D06B5CD0041F3FB /* Release */,
254+
);
255+
defaultConfigurationIsVisible = 0;
256+
defaultConfigurationName = Release;
257+
};
258+
/* End XCConfigurationList section */
259+
};
260+
rootObject = BBBFAE1A1D06B5CD0041F3FB /* Project object */;
261+
}

AppResign/AppResign.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
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 = "BBBFAE211D06B5CD0041F3FB"
18+
BuildableName = "AppResign"
19+
BlueprintName = "AppResign"
20+
ReferencedContainer = "container:AppResign.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+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "BBBFAE211D06B5CD0041F3FB"
36+
BuildableName = "AppResign"
37+
BlueprintName = "AppResign"
38+
ReferencedContainer = "container:AppResign.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "BBBFAE211D06B5CD0041F3FB"
59+
BuildableName = "AppResign"
60+
BlueprintName = "AppResign"
61+
ReferencedContainer = "container:AppResign.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "BBBFAE211D06B5CD0041F3FB"
78+
BuildableName = "AppResign"
79+
BlueprintName = "AppResign"
80+
ReferencedContainer = "container:AppResign.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>AppResign.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>BBBFAE211D06B5CD0041F3FB</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)