File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 8
8
// Configuration settings file format documentation can be found at:
9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
11
- DEBUG_VERSION = 3.0
12
- DEBUG_BUILD_NUMBER = 202502241
11
+ DEBUG_VERSION = 3.1
12
+ DEBUG_BUILD_NUMBER = 202503092
Original file line number Diff line number Diff line change 8
8
// Configuration settings file format documentation can be found at:
9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
11
- VERSION = 3.0
12
- BUILD_NUMBER = 28
11
+ VERSION = 3.1
12
+ BUILD_NUMBER = 30
Original file line number Diff line number Diff line change 1
1
Package: wiki.qaq.trollfools
2
2
Name: TrollFools
3
- Version: 3.0-28
3
+ Version: 3.1-30
4
4
Section: Applications
5
5
Depends: firmware (>= 14.0)
6
6
Architecture: iphoneos-arm
Original file line number Diff line number Diff line change @@ -74,11 +74,8 @@ rm -f $XCCONFIG_NAME-e
74
74
75
75
fi
76
76
77
- # Create the layout directory
78
- mkdir -p ../layout/DEBIAN
79
-
80
77
# Write the control file
81
- cat > ../layout/DEBIAN/ control << __EOF__
78
+ cat > ../control << __EOF__
82
79
Package: wiki.qaq.trollfools
83
80
Name: TrollFools
84
81
Version: $VERSION -$new_build_number
@@ -91,4 +88,4 @@ Description: Give me 108 yuan.
91
88
__EOF__
92
89
93
90
# Set permissions
94
- chmod 0644 ../layout/DEBIAN/ control
91
+ chmod 0644 ../control
You can’t perform that action at this time.
0 commit comments