Skip to content

Commit 61a73aa

Browse files
committed
Commit ig
1 parent 81e0938 commit 61a73aa

85 files changed

Lines changed: 6071 additions & 1865 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

App-Info.plist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>$(MARKETING_VERSION)</string>
19+
<key>CFBundleVersion</key>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
521
<key>LSUIElement</key>
622
<true/>
723
<key>NSHumanReadableCopyright</key>

Core Monitor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278278
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
279279
CODE_SIGN_STYLE = Automatic;
280+
CODE_SIGN_ENTITLEMENTS = "Core-Monitor.entitlements";
280281
COMBINE_HIDPI_IMAGES = YES;
281282
CURRENT_PROJECT_VERSION = 1;
282283
DEVELOPMENT_TEAM = 6VDP675K4L;
@@ -309,6 +310,7 @@
309310
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
310311
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
311312
CODE_SIGN_STYLE = Automatic;
313+
CODE_SIGN_ENTITLEMENTS = "Core-Monitor.entitlements";
312314
COMBINE_HIDPI_IMAGES = YES;
313315
CURRENT_PROJECT_VERSION = 1;
314316
DEVELOPMENT_TEAM = 6VDP675K4L;
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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>BuildMachineOSBuild</key>
6+
<string>25D2140</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>Core-Monitor</string>
11+
<key>CFBundleIconFile</key>
12+
<string>AppIcon</string>
13+
<key>CFBundleIconName</key>
14+
<string>AppIcon</string>
15+
<key>CFBundleIdentifier</key>
16+
<string>ventaphobia.Core-Monitor</string>
17+
<key>CFBundleInfoDictionaryVersion</key>
18+
<string>6.0</string>
19+
<key>CFBundleName</key>
20+
<string>Core-Monitor</string>
21+
<key>CFBundlePackageType</key>
22+
<string>APPL</string>
23+
<key>CFBundleShortVersionString</key>
24+
<string>1.0</string>
25+
<key>CFBundleSupportedPlatforms</key>
26+
<array>
27+
<string>MacOSX</string>
28+
</array>
29+
<key>CFBundleVersion</key>
30+
<string>1</string>
31+
<key>DTCompiler</key>
32+
<string>com.apple.compilers.llvm.clang.1_0</string>
33+
<key>DTPlatformBuild</key>
34+
<string>25C58</string>
35+
<key>DTPlatformName</key>
36+
<string>macosx</string>
37+
<key>DTPlatformVersion</key>
38+
<string>26.2</string>
39+
<key>DTSDKBuild</key>
40+
<string>25C58</string>
41+
<key>DTSDKName</key>
42+
<string>macosx26.2</string>
43+
<key>DTXcode</key>
44+
<string>2630</string>
45+
<key>DTXcodeBuild</key>
46+
<string>17C529</string>
47+
<key>LSMinimumSystemVersion</key>
48+
<string>26.2</string>
49+
<key>LSUIElement</key>
50+
<true/>
51+
<key>SMPrivilegedExecutables</key>
52+
<dict>
53+
<key>ventaphobia.smc-helper</key>
54+
<string>identifier "ventaphobia.smc-helper" and anchor apple generic and certificate leaf[subject.OU] = "6VDP675K4L"</string>
55+
</dict>
56+
</dict>
57+
</plist>
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)