Skip to content

Commit e13b9db

Browse files
Merge pull request #85 from algal/dev-compile_fixes
Miscellaneous updates to enable compilation
2 parents 1ffde8c + d8d5d4f commit e13b9db

File tree

572 files changed

+18298
-9054
lines changed

Some content is hidden

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

572 files changed

+18298
-9054
lines changed

Hammerspoon.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9992,6 +9992,10 @@
99929992
isa = XCBuildConfiguration;
99939993
baseConfigurationReference = 4F0C1C79272F5EA7002CA157 /* Extensions-Ideal.xcconfig */;
99949994
buildSettings = {
9995+
OTHER_CPLUSPLUSFLAGS = (
9996+
"$(OTHER_CFLAGS)",
9997+
"-Wno-missing-include-dirs",
9998+
);
99959999
PRODUCT_NAME = "$(TARGET_NAME)";
999610000
};
999710001
name = Profile;
@@ -11272,6 +11276,10 @@
1127211276
isa = XCBuildConfiguration;
1127311277
baseConfigurationReference = 4F0C1C79272F5EA7002CA157 /* Extensions-Ideal.xcconfig */;
1127411278
buildSettings = {
11279+
OTHER_CPLUSPLUSFLAGS = (
11280+
"$(OTHER_CFLAGS)",
11281+
"-Wno-missing-include-dirs",
11282+
);
1127511283
PRODUCT_NAME = "$(TARGET_NAME)";
1127611284
};
1127711285
name = Debug;
@@ -11280,6 +11288,10 @@
1128011288
isa = XCBuildConfiguration;
1128111289
baseConfigurationReference = 4F0C1C79272F5EA7002CA157 /* Extensions-Ideal.xcconfig */;
1128211290
buildSettings = {
11291+
OTHER_CPLUSPLUSFLAGS = (
11292+
"$(OTHER_CFLAGS)",
11293+
"-Wno-missing-include-dirs",
11294+
);
1128311295
PRODUCT_NAME = "$(TARGET_NAME)";
1128411296
};
1128511297
name = Release;

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pod 'CocoaLumberjack', '3.8.5'
1313
pod 'CocoaAsyncSocket', '7.6.5'
1414
pod 'CocoaHTTPServer', :git => 'https://github.com/Hammerspoon/CocoaHTTPServer.git'
1515
pod 'PocketSocket/Client', '1.0.1'
16-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.36.0'
16+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.52.0'
1717
pod 'Sparkle', '2.6.4', :configurations => ['Release']
1818
pod 'MIKMIDI', '1.7.1'
1919
pod 'SocketRocket', '0.7.1'

Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ PODS:
1313
- PocketSocket/Client (1.0.1):
1414
- PocketSocket/Core
1515
- PocketSocket/Core (1.0.1)
16-
- Sentry (8.36.0):
17-
- Sentry/Core (= 8.36.0)
18-
- Sentry/Core (8.36.0)
16+
- Sentry (8.52.0):
17+
- Sentry/Core (= 8.52.0)
18+
- Sentry/Core (8.52.0)
1919
- SocketRocket (0.7.1)
2020
- Sparkle (2.6.4)
2121

@@ -28,7 +28,7 @@ DEPENDENCIES:
2828
- MIKMIDI (= 1.7.1)
2929
- ORSSerialPort (= 2.1.0)
3030
- PocketSocket/Client (= 1.0.1)
31-
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.36.0`)
31+
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.52.0`)
3232
- SocketRocket (= 0.7.1)
3333
- Sparkle (= 2.6.4)
3434

@@ -51,7 +51,7 @@ EXTERNAL SOURCES:
5151
:tag: 1.2.0
5252
Sentry:
5353
:git: https://github.com/getsentry/sentry-cocoa.git
54-
:tag: 8.36.0
54+
:tag: 8.52.0
5555

5656
CHECKOUT OPTIONS:
5757
CocoaHTTPServer:
@@ -62,7 +62,7 @@ CHECKOUT OPTIONS:
6262
:tag: 1.2.0
6363
Sentry:
6464
:git: https://github.com/getsentry/sentry-cocoa.git
65-
:tag: 8.36.0
65+
:tag: 8.52.0
6666

6767
SPEC CHECKSUMS:
6868
ASCIImage: bcff9650deae86e0e0ac310145cc628948201ab8
@@ -73,10 +73,10 @@ SPEC CHECKSUMS:
7373
MIKMIDI: f53dca2f372e71183ecdd2b35c984c1c2cd11cbc
7474
ORSSerialPort: d2d5d131797453430c557ba8dc7dcbcae20ff2e5
7575
PocketSocket: 9c6867d66fb4f962af96b9b07f4b45bb561b2c2a
76-
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
76+
Sentry: 6838d39e8bfc183a8bb6eb1c5e1b730c773ef1c1
7777
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
7878
Sparkle: 5f8960a7a119aa7d45dacc0d5837017170bc5675
7979

80-
PODFILE CHECKSUM: fd70eb1d602d96be7a807f4fe5eff6591b39c21d
80+
PODFILE CHECKSUM: a5e11f8907b2657ad37425916c2ebbf5af11b681
8181

82-
COCOAPODS: 1.15.2
82+
COCOAPODS: 1.16.2

Pods/Headers/Private/Sentry/SentryANRTracker.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/Sentry/SentryANRTrackerV1.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Sentry/SentryANRTrackingIntegrationV2.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/Sentry/SentryBaseIntegration.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Sentry/SentryCrashIntegrationSessionHandler.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Sentry/SentryDebugImageProvider+HybridSDKs.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Sentry/SentryDispatchQueueProviderProtocol.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)