|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 5C18BE302DBCD7B0000AE934 /* CanvasView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C18BE2F2DBCD7B0000AE934 /* CanvasView.swift */; }; |
| 11 | + 5C18BE322DBD208D000AE934 /* AnnotationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C18BE312DBD208D000AE934 /* AnnotationView.swift */; }; |
| 12 | + 5C18BE342DBD308F000AE934 /* EventBus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C18BE332DBD308F000AE934 /* EventBus.swift */; }; |
10 | 13 | 5C32566A2D9809EF000BAE39 /* ActionBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C3256692D9809EF000BAE39 /* ActionBarView.swift */; }; |
11 | 14 | 5C32566C2D9822FD000BAE39 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 5C32566B2D9822FD000BAE39 /* Localizable.xcstrings */; }; |
12 | 15 | 5C32566E2D982527000BAE39 /* GeneralTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C32566D2D982527000BAE39 /* GeneralTabView.swift */; }; |
|
15 | 18 | 5C3456612B69EDDB00278BF2 /* StatusMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C3456602B69EDDB00278BF2 /* StatusMenu.swift */; }; |
16 | 19 | 5C6D55F72D3B5FB000DD2979 /* OverlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C6D55F62D3B5FA200DD2979 /* OverlayerView.swift */; }; |
17 | 20 | 5C74BA862D97B07B005673DB /* AppLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C74BA852D97B07B005673DB /* AppLogger.swift */; }; |
| 21 | + 5C760DBC2DB52F2D00359832 /* ActiveAnnotationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C760DBB2DB52F2D00359832 /* ActiveAnnotationView.swift */; }; |
18 | 22 | 5C80293F2D98F0E3007C659C /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C80293E2D98F0E3007C659C /* Extensions.swift */; }; |
19 | | - 5C9BE1BE2BDE707800FE56BD /* ImageDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9BE1BD2BDE707800FE56BD /* ImageDrawView.swift */; }; |
20 | 23 | 5C9BE1C12BDEA62800FE56BD /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9BE1C02BDEA62800FE56BD /* Model.swift */; }; |
21 | | - 5CA3C1A22BCCFE0800ED3A48 /* CrosshairView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA3C1A12BCCFE0800ED3A48 /* CrosshairView.swift */; }; |
| 24 | + 5CA3C1A22BCCFE0800ED3A48 /* SelectionAreaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA3C1A12BCCFE0800ED3A48 /* SelectionAreaView.swift */; }; |
22 | 25 | 5CC56DD22BDBA1F300CFEEAB /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC56DD12BDBA1F300CFEEAB /* Constants.swift */; }; |
23 | | - 5CC56DD42BDBA9D000CFEEAB /* SCContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC56DD32BDBA9D000CFEEAB /* SCContext.swift */; }; |
24 | 26 | 5CC92F7B2D3A015300214098 /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = 5CC92F7A2D3A015300214098 /* KeyboardShortcuts */; }; |
25 | 27 | 5CC92F7D2D3A06B900214098 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC92F7C2D3A06B000214098 /* AppState.swift */; }; |
26 | 28 | 5CF3D9852B63B25C00753013 /* iCapApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF3D9842B63B25C00753013 /* iCapApp.swift */; }; |
|
53 | 55 |
|
54 | 56 | /* Begin PBXFileReference section */ |
55 | 57 | 5C159EA82BCD367900EF2F06 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 58 | + 5C18BE2F2DBCD7B0000AE934 /* CanvasView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CanvasView.swift; sourceTree = "<group>"; }; |
| 59 | + 5C18BE312DBD208D000AE934 /* AnnotationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnotationView.swift; sourceTree = "<group>"; }; |
| 60 | + 5C18BE332DBD308F000AE934 /* EventBus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventBus.swift; sourceTree = "<group>"; }; |
56 | 61 | 5C3256692D9809EF000BAE39 /* ActionBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionBarView.swift; sourceTree = "<group>"; }; |
57 | 62 | 5C32566B2D9822FD000BAE39 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; }; |
58 | 63 | 5C32566D2D982527000BAE39 /* GeneralTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralTabView.swift; sourceTree = "<group>"; }; |
|
63 | 68 | 5C6D55F62D3B5FA200DD2979 /* OverlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverlayerView.swift; sourceTree = "<group>"; }; |
64 | 69 | 5C72E4FA2C78820F00EAA205 /* ScreenCaptureKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ScreenCaptureKit.framework; path = System/Library/Frameworks/ScreenCaptureKit.framework; sourceTree = SDKROOT; }; |
65 | 70 | 5C74BA852D97B07B005673DB /* AppLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLogger.swift; sourceTree = "<group>"; }; |
| 71 | + 5C760DBB2DB52F2D00359832 /* ActiveAnnotationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveAnnotationView.swift; sourceTree = "<group>"; }; |
66 | 72 | 5C80293E2D98F0E3007C659C /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
67 | | - 5C9BE1BD2BDE707800FE56BD /* ImageDrawView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDrawView.swift; sourceTree = "<group>"; }; |
68 | 73 | 5C9BE1C02BDEA62800FE56BD /* Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; }; |
69 | | - 5CA3C1A12BCCFE0800ED3A48 /* CrosshairView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrosshairView.swift; sourceTree = "<group>"; }; |
| 74 | + 5CA3C1A12BCCFE0800ED3A48 /* SelectionAreaView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectionAreaView.swift; sourceTree = "<group>"; }; |
70 | 75 | 5CC56DD12BDBA1F300CFEEAB /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
71 | | - 5CC56DD32BDBA9D000CFEEAB /* SCContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SCContext.swift; sourceTree = "<group>"; }; |
72 | 76 | 5CC92F7C2D3A06B000214098 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; |
73 | 77 | 5CF3D9812B63B25B00753013 /* iCap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iCap.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
74 | 78 | 5CF3D9842B63B25C00753013 /* iCapApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iCapApp.swift; sourceTree = "<group>"; }; |
|
121 | 125 | 5C74BA852D97B07B005673DB /* AppLogger.swift */, |
122 | 126 | 5C3256712D98354F000BAE39 /* Utils.swift */, |
123 | 127 | 5C80293E2D98F0E3007C659C /* Extensions.swift */, |
| 128 | + 5C18BE332DBD308F000AE934 /* EventBus.swift */, |
124 | 129 | ); |
125 | 130 | path = Shared; |
126 | 131 | sourceTree = "<group>"; |
|
130 | 135 | children = ( |
131 | 136 | 5C9BE1C02BDEA62800FE56BD /* Model.swift */, |
132 | 137 | 5C3256692D9809EF000BAE39 /* ActionBarView.swift */, |
133 | | - 5CA3C1A12BCCFE0800ED3A48 /* CrosshairView.swift */, |
134 | | - 5CC56DD32BDBA9D000CFEEAB /* SCContext.swift */, |
135 | | - 5C9BE1BD2BDE707800FE56BD /* ImageDrawView.swift */, |
| 138 | + 5CA3C1A12BCCFE0800ED3A48 /* SelectionAreaView.swift */, |
136 | 139 | 5C6D55F62D3B5FA200DD2979 /* OverlayerView.swift */, |
| 140 | + 5C760DBB2DB52F2D00359832 /* ActiveAnnotationView.swift */, |
| 141 | + 5C18BE2F2DBCD7B0000AE934 /* CanvasView.swift */, |
| 142 | + 5C18BE312DBD208D000AE934 /* AnnotationView.swift */, |
137 | 143 | ); |
138 | 144 | path = Editor; |
139 | 145 | sourceTree = "<group>"; |
|
254 | 260 | buildActionMask = 2147483647; |
255 | 261 | files = ( |
256 | 262 | 5C32566E2D982527000BAE39 /* GeneralTabView.swift in Sources */, |
| 263 | + 5C18BE322DBD208D000AE934 /* AnnotationView.swift in Sources */, |
257 | 264 | 5C6D55F72D3B5FB000DD2979 /* OverlayerView.swift in Sources */, |
258 | | - 5CC56DD42BDBA9D000CFEEAB /* SCContext.swift in Sources */, |
259 | 265 | 5CF3D9872B63B25C00753013 /* ContentView.swift in Sources */, |
260 | 266 | 5CF3D9852B63B25C00753013 /* iCapApp.swift in Sources */, |
261 | 267 | 5C3456612B69EDDB00278BF2 /* StatusMenu.swift in Sources */, |
| 268 | + 5C760DBC2DB52F2D00359832 /* ActiveAnnotationView.swift in Sources */, |
262 | 269 | 5C9BE1C12BDEA62800FE56BD /* Model.swift in Sources */, |
263 | 270 | 5CC92F7D2D3A06B900214098 /* AppState.swift in Sources */, |
264 | 271 | 5C74BA862D97B07B005673DB /* AppLogger.swift in Sources */, |
| 272 | + 5C18BE342DBD308F000AE934 /* EventBus.swift in Sources */, |
265 | 273 | 5C3256702D98262A000BAE39 /* AboutTabView.swift in Sources */, |
266 | | - 5C9BE1BE2BDE707800FE56BD /* ImageDrawView.swift in Sources */, |
267 | 274 | 5C80293F2D98F0E3007C659C /* Extensions.swift in Sources */, |
268 | | - 5CA3C1A22BCCFE0800ED3A48 /* CrosshairView.swift in Sources */, |
| 275 | + 5CA3C1A22BCCFE0800ED3A48 /* SelectionAreaView.swift in Sources */, |
269 | 276 | 5CC56DD22BDBA1F300CFEEAB /* Constants.swift in Sources */, |
270 | 277 | 5C3256722D98354F000BAE39 /* Utils.swift in Sources */, |
271 | 278 | 5C32566A2D9809EF000BAE39 /* ActionBarView.swift in Sources */, |
| 279 | + 5C18BE302DBCD7B0000AE934 /* CanvasView.swift in Sources */, |
272 | 280 | ); |
273 | 281 | runOnlyForDeploymentPostprocessing = 0; |
274 | 282 | }; |
|
407 | 415 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; |
408 | 416 | CODE_SIGN_ENTITLEMENTS = iCap/iCap.entitlements; |
409 | 417 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 418 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
410 | 419 | CODE_SIGN_STYLE = Automatic; |
411 | 420 | COMBINE_HIDPI_IMAGES = YES; |
412 | | - CURRENT_PROJECT_VERSION = 20250405002; |
| 421 | + CURRENT_PROJECT_VERSION = 20250501002; |
413 | 422 | DEAD_CODE_STRIPPING = YES; |
414 | 423 | DEVELOPMENT_ASSET_PATHS = ""; |
415 | 424 | DEVELOPMENT_TEAM = 4L3563XCBN; |
|
426 | 435 | "@executable_path/../Frameworks", |
427 | 436 | ); |
428 | 437 | MACOSX_DEPLOYMENT_TARGET = 15.0; |
429 | | - MARKETING_VERSION = 1.0.6; |
| 438 | + MARKETING_VERSION = 1.1.0; |
430 | 439 | PRODUCT_BUNDLE_IDENTIFIER = cn.wflixu.icap; |
431 | 440 | PRODUCT_NAME = "$(TARGET_NAME)"; |
432 | 441 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
446 | 455 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application"; |
447 | 456 | CODE_SIGN_STYLE = Manual; |
448 | 457 | COMBINE_HIDPI_IMAGES = YES; |
449 | | - CURRENT_PROJECT_VERSION = 20250405002; |
| 458 | + CURRENT_PROJECT_VERSION = 20250501002; |
450 | 459 | DEAD_CODE_STRIPPING = YES; |
451 | 460 | DEVELOPMENT_ASSET_PATHS = ""; |
452 | 461 | DEVELOPMENT_TEAM = ""; |
|
464 | 473 | "@executable_path/../Frameworks", |
465 | 474 | ); |
466 | 475 | MACOSX_DEPLOYMENT_TARGET = 15.0; |
467 | | - MARKETING_VERSION = 1.0.6; |
| 476 | + MARKETING_VERSION = 1.1.0; |
468 | 477 | PRODUCT_BUNDLE_IDENTIFIER = cn.wflixu.icap; |
469 | 478 | PRODUCT_NAME = "$(TARGET_NAME)"; |
470 | 479 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments