wtapack 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/wtapack/extconf.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23fa57b11f04e6f39d4ecaf9529e7450aaf83c98
|
|
4
|
+
data.tar.gz: fc176c7ffa6910f918832c47cd58fdb3188fd60d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33f92a5cc36bee3504e2740eb51ad8d4cee39f06c34e80eb90a442a59ee5ed2288a9d43b96cd5a9d3cfbda0066b11eab5f5ff160f4bc1ee785157cbb32e2d558
|
|
7
|
+
data.tar.gz: 5c7718714c18400531cc2ccc9aea354a594e2bd23b4809e82a95a239f25fce6f7293c485120da62c1b35d7c34619bd74371c93df2ea254365f1b55d0759ce595
|
data/ext/wtapack/extconf.rb
CHANGED
|
@@ -4,7 +4,7 @@ dir_config(extension_name)
|
|
|
4
4
|
CONFIG['CC'] = "clang"
|
|
5
5
|
CONFIG['CXX'] = "clang++"
|
|
6
6
|
MODULE_CACHE = "#{ENV['HOME']}/Library/Developer/Xcode/DerivedData/ModuleCache"
|
|
7
|
-
ISYSROOT_PATH = `xcrun -sdk macosx10.
|
|
7
|
+
ISYSROOT_PATH = `xcrun -sdk macosx10.11 --show-sdk-path`
|
|
8
8
|
$CFLAGS = "-arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=#{MODULE_CACHE} -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -isysroot #{ISYSROOT_PATH} -mmacosx-version-min=10.9 -fasm-blocks -fstrict-aliasing -Os -march=native -flto -Wall -Wpedantic -Werror"
|
|
9
9
|
$LFLAGS = "-isysroot $(ISYSROOT_PATH) -mmacosx-version-min=10.9 -flto -framework Foundation"
|
|
10
10
|
create_makefile(extension_name)
|
metadata
CHANGED
|
@@ -1,31 +1,30 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wtapack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Thompson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake-compiler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
28
|
-
then package the result as an ipa.
|
|
27
|
+
description:
|
|
29
28
|
email: robert.thompson@willowtreeapps.com
|
|
30
29
|
executables: []
|
|
31
30
|
extensions:
|
|
@@ -50,7 +49,7 @@ files:
|
|
|
50
49
|
- ext/wtapack/updateBundleID.m
|
|
51
50
|
- ext/wtapack/wtapack.c
|
|
52
51
|
- lib/wtapack.rb
|
|
53
|
-
homepage:
|
|
52
|
+
homepage:
|
|
54
53
|
licenses:
|
|
55
54
|
- MIT
|
|
56
55
|
metadata: {}
|
|
@@ -70,8 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
69
|
version: '0'
|
|
71
70
|
requirements: []
|
|
72
71
|
rubyforge_project:
|
|
73
|
-
rubygems_version: 2.
|
|
72
|
+
rubygems_version: 2.4.5
|
|
74
73
|
signing_key:
|
|
75
74
|
specification_version: 4
|
|
76
|
-
summary:
|
|
75
|
+
summary: Outdated way of generating signed IPAs
|
|
77
76
|
test_files: []
|