|
29 | 29 | 4A15EE412E0E123B007B76C3 /* CursorLagFixView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A15EE402E0E123B007B76C3 /* CursorLagFixView.swift */; }; |
30 | 30 | 4A15EE432E0E1309007B76C3 /* RebootRequiredBadge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A15EE422E0E1309007B76C3 /* RebootRequiredBadge.swift */; }; |
31 | 31 | 4A1BD908287AD20200E4D8C2 /* KeyboardCustomization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A1BD907287AD20200E4D8C2 /* KeyboardCustomization.swift */; }; |
32 | | - 66A637AB8EE9446FA7D8EF7F /* ModifierComboPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25018ACF8C9046C29F0F3462 /* ModifierComboPicker.swift */; }; |
33 | 32 | 4A1BD90B287AD33C00E4D8C2 /* Boutique in Frameworks */ = {isa = PBXBuildFile; productRef = 4A1BD90A287AD33C00E4D8C2 /* Boutique */; }; |
34 | 33 | 4A1BD90F287BD14000E4D8C2 /* CustomizedIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A1BD90E287BD14000E4D8C2 /* CustomizedIndicatorView.swift */; }; |
35 | 34 | 4A1F25222830C3E400001BAB /* Bundle+Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A1F25212830C3E400001BAB /* Bundle+Version.swift */; }; |
|
119 | 118 | 4ADDC324281AC39A0075528A /* IndicatorViewConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADDC323281AC39A0075528A /* IndicatorViewConfig.swift */; }; |
120 | 119 | 4ADDC326281AC4DD0075528A /* NSApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADDC325281AC4DD0075528A /* NSApplication.swift */; }; |
121 | 120 | 4AEEE08428126A4900C883F8 /* BrowserURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AEEE08328126A4900C883F8 /* BrowserURL.swift */; }; |
| 121 | + 66A637AB8EE9446FA7D8EF7F /* ModifierComboPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25018ACF8C9046C29F0F3462 /* ModifierComboPicker.swift */; }; |
122 | 122 | B7F201B136534D7A8A40F340 /* PreferencesVM+ShortcutTrigger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B665FC5A40B248929C5EB938 /* PreferencesVM+ShortcutTrigger.swift */; }; |
123 | 123 | D50821F229FE29C40078ADEC /* EnhancedModeToggle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D50821F129FE29C40078ADEC /* EnhancedModeToggle.swift */; }; |
124 | 124 | D508B6A32A140289002E272E /* FileManager+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D508B6A22A140289002E272E /* FileManager+Ext.swift */; }; |
|
182 | 182 | /* End PBXCopyFilesBuildPhase section */ |
183 | 183 |
|
184 | 184 | /* Begin PBXFileReference section */ |
| 185 | + 25018ACF8C9046C29F0F3462 /* ModifierComboPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModifierComboPicker.swift; sourceTree = "<group>"; }; |
185 | 186 | 25C5A6B42E678D86005AB80E /* PunctuationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PunctuationService.swift; sourceTree = "<group>"; }; |
186 | 187 | 4A093070285DACAA00232089 /* NSToggleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSToggleView.swift; sourceTree = "<group>"; }; |
187 | 188 | 4A093072285E166E00232089 /* PreferencesVM+AppKeyboardCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PreferencesVM+AppKeyboardCache.swift"; sourceTree = "<group>"; }; |
|
203 | 204 | 4A15EE402E0E123B007B76C3 /* CursorLagFixView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CursorLagFixView.swift; sourceTree = "<group>"; }; |
204 | 205 | 4A15EE422E0E1309007B76C3 /* RebootRequiredBadge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RebootRequiredBadge.swift; sourceTree = "<group>"; }; |
205 | 206 | 4A1BD907287AD20200E4D8C2 /* KeyboardCustomization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardCustomization.swift; sourceTree = "<group>"; }; |
206 | | - 25018ACF8C9046C29F0F3462 /* ModifierComboPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModifierComboPicker.swift; sourceTree = "<group>"; }; |
207 | 207 | 4A1BD90E287BD14000E4D8C2 /* CustomizedIndicatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomizedIndicatorView.swift; sourceTree = "<group>"; }; |
208 | 208 | 4A1F25212830C3E400001BAB /* Bundle+Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Version.swift"; sourceTree = "<group>"; }; |
209 | 209 | 4A20AD6028904B3A00620D14 /* NoAnimation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoAnimation.swift; sourceTree = "<group>"; }; |
|
1112 | 1112 | CODE_SIGN_ENTITLEMENTS = "Input Source Pro/Resources/Signing.entitlements"; |
1113 | 1113 | CODE_SIGN_STYLE = Automatic; |
1114 | 1114 | COMBINE_HIDPI_IMAGES = YES; |
1115 | | - CURRENT_PROJECT_VERSION = 600; |
| 1115 | + CURRENT_PROJECT_VERSION = 605; |
1116 | 1116 | DEAD_CODE_STRIPPING = YES; |
1117 | 1117 | DEVELOPMENT_ASSET_PATHS = "\"Input Source Pro/Preview Content\""; |
1118 | 1118 | ENABLE_HARDENED_RUNTIME = YES; |
|
1133 | 1133 | "@executable_path/../Frameworks", |
1134 | 1134 | ); |
1135 | 1135 | MACOSX_DEPLOYMENT_TARGET = 11.0; |
1136 | | - MARKETING_VERSION = 2.8.0; |
| 1136 | + MARKETING_VERSION = 2.9.0; |
1137 | 1137 | PRODUCT_BUNDLE_IDENTIFIER = "com.runjuu.Input-Source-Pro"; |
1138 | 1138 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1139 | 1139 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
1149 | 1149 | CODE_SIGN_ENTITLEMENTS = "Input Source Pro/Resources/Signing.entitlements"; |
1150 | 1150 | CODE_SIGN_STYLE = Automatic; |
1151 | 1151 | COMBINE_HIDPI_IMAGES = YES; |
1152 | | - CURRENT_PROJECT_VERSION = 600; |
| 1152 | + CURRENT_PROJECT_VERSION = 605; |
1153 | 1153 | DEAD_CODE_STRIPPING = YES; |
1154 | 1154 | DEVELOPMENT_ASSET_PATHS = "\"Input Source Pro/Preview Content\""; |
1155 | 1155 | ENABLE_HARDENED_RUNTIME = YES; |
|
1170 | 1170 | "@executable_path/../Frameworks", |
1171 | 1171 | ); |
1172 | 1172 | MACOSX_DEPLOYMENT_TARGET = 11.0; |
1173 | | - MARKETING_VERSION = 2.8.0; |
| 1173 | + MARKETING_VERSION = 2.9.0; |
1174 | 1174 | PRODUCT_BUNDLE_IDENTIFIER = "com.runjuu.Input-Source-Pro"; |
1175 | 1175 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1176 | 1176 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
0 commit comments