Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Jun 11, 2019
1 parent 88ba74a commit bf4778c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Notes/English.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Localized versions of Info.plist keys */CFBundleName = "Notes";CFBundleShortVersionString = "3.0";CFBundleGetInfoString = "Notes version 3.0, Copyright 2019 miyako.";
/* Localized versions of Info.plist keys */CFBundleName = "Notes";CFBundleShortVersionString = "3.1";CFBundleGetInfoString = "Notes version 3.1, Copyright 2019 miyako.";
Expand Down
2 changes: 1 addition & 1 deletion Notes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>4D06</string>
<key>CFBundleVersion</key>
<string>3.0</string>
<string>3.1</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
Expand Down
12 changes: 6 additions & 6 deletions Notes/Notes.4dbase/Plugins/Notes.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>Notes</string>
<key>CFBundleIdentifier</key>
<string>com.4D.4DPlugin.notes</string>
<string>com.4D.notes</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand All @@ -21,22 +21,22 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>3.0</string>
<string>3.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10B61</string>
<string>10E1001</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18B71</string>
<string>18E219</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1010</string>
<string>1020</string>
<key>DTXcodeBuild</key>
<string>10B61</string>
<string>10E1001</string>
</dict>
</plist>
Binary file modified Notes/Notes.4dbase/Plugins/Notes.bundle/Contents/MacOS/Notes
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dict>
<key>hash</key>
<data>
ihTecQ1h6/hojrTuEFre2K6evJA=
Liw+yb9KSgRKxJJMiUUcwAwFKrk=
</data>
<key>optional</key>
<true/>
Expand Down Expand Up @@ -380,11 +380,11 @@
<dict>
<key>hash</key>
<data>
ihTecQ1h6/hojrTuEFre2K6evJA=
Liw+yb9KSgRKxJJMiUUcwAwFKrk=
</data>
<key>hash2</key>
<data>
HSW4SDUSzEwX5MZYIySGAV1TNpDxnkSqiXID8MJOVWk=
RD3QVlbWhFrbOoxt3+ZgEt8VrQa7MQY+u83MI7/i+aE=
</data>
<key>optional</key>
<true/>
Expand Down Expand Up @@ -426,10 +426,10 @@
<dict>
<key>cdhash</key>
<data>
l/sscJBUBMPRErccINmvT4vKzis=
u6PRk5BLOarDwYep1ztjKIg8Ei0=
</data>
<key>requirement</key>
<string>identifier manifest and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = Y69CWUC25B</string>
<string>identifier manifest and anchor apple generic and certificate leaf[subject.CN] = "Mac Developer: keisuke miyako (4W9UT59D3B)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
</dict>
</dict>
<key>rules</key>
Expand Down
6 changes: 3 additions & 3 deletions Notes/Notes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.4D.4DPlugin.notes;
PRODUCT_BUNDLE_IDENTIFIER = com.4D.notes;
PRODUCT_NAME = Notes;
PROVISIONING_PROFILE_SPECIFIER = "";
SECTORDER_FLAGS = "";
Expand Down Expand Up @@ -530,7 +530,7 @@
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.4D.4DPlugin.notes;
PRODUCT_BUNDLE_IDENTIFIER = com.4D.notes;
PRODUCT_NAME = Notes;
PROVISIONING_PROFILE_SPECIFIER = "";
SECTORDER_FLAGS = "";
Expand Down Expand Up @@ -571,7 +571,7 @@
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.4D.4DPlugin.notes;
PRODUCT_BUNDLE_IDENTIFIER = com.4D.notes;
PRODUCT_NAME = Notes;
PROVISIONING_PROFILE_SPECIFIER = "";
SECTORDER_FLAGS = "";
Expand Down
Binary file not shown.

0 comments on commit bf4778c

Please sign in to comment.