Skip to content

Commit

Permalink
quite many changes under the hood.
Browse files Browse the repository at this point in the history
All dependency frameworks are now code signed. all code uses ARC.
latest version of Sword.
latest sword utilities.
removed BGHud fragework to reduce dependencies.
  • Loading branch information
Manfred Bergmann committed Aug 27, 2014
1 parent 9b7031a commit 2cd5808
Show file tree
Hide file tree
Showing 324 changed files with 4,328 additions and 2,135 deletions.
1 change: 1 addition & 0 deletions .bzrignore
@@ -1,3 +1,4 @@
sword_src
.idea
.DS_Store
build
9 changes: 3 additions & 6 deletions Eloquent.xcodeproj/project.pbxproj
Expand Up @@ -2134,7 +2134,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Developer ID Application: Manfred Bergmann";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2163,7 +2163,6 @@
OTHER_LDFLAGS = (
"-lcurl",
"-lz",
"-licucore",
);
PRODUCT_NAME = Eloquent;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2314,7 +2313,7 @@
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Developer ID Application: Manfred Bergmann";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down Expand Up @@ -2346,7 +2345,6 @@
OTHER_LDFLAGS = (
"-lcurl",
"-lz",
"-licucore",
);
PRODUCT_NAME = Eloquent;
PROVISIONING_PROFILE = "";
Expand All @@ -2362,7 +2360,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Developer ID Application: Manfred Bergmann";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2388,7 +2386,6 @@
OTHER_LDFLAGS = (
"-lcurl",
"-lz",
"-licucore",
);
PRODUCT_NAME = Eloquent;
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -45,7 +45,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2399</string>
<string>2405</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>NSMainNibFile</key>
Expand Down
Binary file modified Resources/CocoLogger.framework/Versions/A/CocoLogger
Binary file not shown.
Binary file modified Resources/CocoPCRE.framework/Versions/A/CocoPCRE
Binary file not shown.
Empty file modified Resources/CocoPCRE.framework/Versions/A/Headers/CocoPCRE.h 100755 → 100644
Empty file.
Empty file modified Resources/CocoPCRE.framework/Versions/A/Headers/MatchResult.h 100755 → 100644
Empty file.
Empty file modified Resources/CocoPCRE.framework/Versions/A/Headers/Regex.h 100755 → 100644
Empty file.

0 comments on commit 2cd5808

Please sign in to comment.