Diff for /imach/distributions/osx/IMaChInfo.plist.in between versions 1.2 and 1.3

version 1.2, 2018/04/21 21:06:10 version 1.3, 2022/05/11 15:00:27
Line 6 Line 6
         <true/>          <true/>
         <key>CFBundleDevelopmentRegion</key>          <key>CFBundleDevelopmentRegion</key>
         <string>English</string>          <string>English</string>
           <key>CFBundleDocumentTypes</key>
           <array>
                   <dict>
                           <key>CFBundleTypeExtensions</key>
                           <array>
                                   <string>imach</string>
                           </array>
                           <key>CFBundleTypeIconFile</key>
                           <string>IMaCh</string>
                           <key>CFBundleTypeName</key>
                           <string>IMaCh Source File</string>
                           <key>CFBundleTypeOSTypes</key>
                           <array>
                                   <string>****</string>
                           </array>
                           <key>CFBundleTypeRole</key>
                           <string>Editor</string>
                           <key>LSIsAppleDefaultForType</key>
                           <true/>
                           <key>NSDocumentClass</key>
                           <string>IMaChDocument</string>
                   </dict>
           </array>
         <key>CFBundleExecutable</key>          <key>CFBundleExecutable</key>
         <string>imach</string>          <string>imach</string>
         <key>CFBundleIconFile</key>          <key>CFBundleIconFile</key>
         <string>IMaCh</string>          <string>IMaCh</string>
   <key>CFBundleShortVersionString</key>          <key>CFBundleTypeExtensions</key>
   <string>@VERSION@</string>          <array>
   <key>CFBundleVersion</key>            <string>imach</string>
   <string>@VERSION@</string>          </array>
           <key>CFBundleShortVersionString</key>
           <string>@VERSION@</string>
           <key>CFBundleVersion</key>
           <string>@VERSION@</string>
         <key>CFBundleInfoDictionaryVersion</key>          <key>CFBundleInfoDictionaryVersion</key>
         <string>6.0</string>          <string>6.0</string>
         <key>CFBundleName</key>          <key>CFBundleName</key>
Line 24 Line 51
         <string>aplt</string>          <string>aplt</string>
         <key>LSMinimumSystemVersionByArchitecture</key>          <key>LSMinimumSystemVersionByArchitecture</key>
         <dict>          <dict>
                 <key>x86_64</key>            <key>x86_64</key>
                 <string>10.6</string>            <string>10.6</string>
         </dict>          </dict>
         <key>LSRequiresCarbon</key>          <key>LSRequiresCarbon</key>
         <true/>          <true/>
         <key>WindowState</key>          <key>WindowState</key>
         <dict>          <dict>
                 <key>dividerCollapsed</key>            <key>dividerCollapsed</key>
                 <false/>            <false/>
                 <key>eventLogLevel</key>            <key>eventLogLevel</key>
                 <integer>1</integer>            <integer>1</integer>
                 <key>name</key>            <key>name</key>
                 <string>ScriptWindowState</string>            <string>ScriptWindowState</string>
                 <key>positionOfDivider</key>            <key>positionOfDivider</key>
                 <real>333</real>            <real>333</real>
                 <key>savedFrame</key>            <key>savedFrame</key>
                 <string>786 144 850 597 0 0 1920 1058 </string>            <string>786 144 850 597 0 0 1920 1058 </string>
                 <key>selectedTabView</key>            <key>selectedTabView</key>
                 <string>event log</string>            <string>event log</string>
         </dict>          </dict>
 </dict>  </dict>
 </plist>  </plist>

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>